Changeset 7aa7d94 in github


Ignore:
Timestamp:
Apr 4, 2012 11:54:07 AM (14 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
d63244e
Parents:
c04b23a
Message:

New icons for the help plugin

Location:
plugins/help/skins/larry
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/help/skins/larry/help.css

    r48e9c14 r7aa7d94  
    1818} 
    1919 
    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; 
    2423} 
    2524 
    2625#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; 
    3129} 
    3230 
    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; 
    3733} 
    3834 
    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; 
    4237} 
    4338 
    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; 
    4741} 
    48  
    49 .toolbar a.button.license 
    50 { 
    51   background: url(help.png) center -48px no-repeat; 
    52 } 
Note: See TracChangeset for help on using the changeset viewer.