Changeset 6038 in subversion


Ignore:
Timestamp:
Apr 4, 2012 12:25:18 PM (14 months ago)
Author:
alec
Message:
  • Small help toolbar positioning fix
File:
1 edited

Legend:

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

    r6037 r6038  
    1111#helptoolbar { 
    1212        position: absolute; 
    13         top: -4px; 
    14         right: 0; 
     13        top: -6px; 
    1514        right: 0; 
    1615        height: 40px; 
     
    3029 
    3130.toolbar a.button.help { 
    32         background: url(help.png) center -50px no-repeat; 
     31        background: url(help.png) center -51px no-repeat; 
    3332} 
    3433 
    3534.toolbar a.button.about { 
    36         background: url(help.png) center -90px no-repeat; 
     35        background: url(help.png) center -89px no-repeat; 
    3736} 
    3837 
Note: See TracChangeset for help on using the changeset viewer.