Changeset 6037 in subversion
- Timestamp:
- Apr 4, 2012 11:54:07 AM (14 months ago)
- Location:
- trunk/roundcubemail/plugins/help/skins/larry
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/plugins/help/skins/larry/help.css
r6003 r6037 18 18 } 19 19 20 #taskbar a.button-help span.button-inner 21 { 22 background: url(help.png) 2px 0px no-repeat; 23 height: 19px; 20 #taskbar a.button-help span.button-inner { 21 background: url(help.png) 2px 0px no-repeat; 22 height: 19px; 24 23 } 25 24 26 25 #taskbar a.button-help:hover span.button-inner, 27 #taskbar a.button-help.button-selected span.button-inner 28 { 29 background: url(help.png) 2px -24px no-repeat; 30 height: 19px; 26 #taskbar a.button-help.button-selected span.button-inner { 27 background: url(help.png) 2px -24px no-repeat; 28 height: 19px; 31 29 } 32 30 33 #helptoolbar a.button 34 { 35 height: 19px; 36 padding-top: 26px; 31 .toolbar a.button.help { 32 background: url(help.png) center -50px no-repeat; 37 33 } 38 34 39 .toolbar a.button.help 40 { 41 background: url(help.png) center -48px no-repeat; 35 .toolbar a.button.about { 36 background: url(help.png) center -90px no-repeat; 42 37 } 43 38 44 .toolbar a.button.about 45 { 46 background: url(help.png) center -48px no-repeat; 39 .toolbar a.button.license { 40 background: url(help.png) center -130px no-repeat; 47 41 } 48 49 .toolbar a.button.license50 {51 background: url(help.png) center -48px no-repeat;52 }
Note: See TracChangeset
for help on using the changeset viewer.
