Changeset 0bf0b3f in github


Ignore:
Timestamp:
Jul 5, 2012 2:33:44 AM (11 months ago)
Author:
Aleksander Machniak <alec@…>
Children:
e466f67
Parents:
4478eb3
Message:

Small improvement for quicksearch box height/position

Location:
skins/larry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/mail.css

    r77fad16 r0bf0b3f  
    326326        right: 256px; 
    327327        width: auto; 
    328         top: 8px; 
     328        top: 10px; 
    329329} 
    330330 
  • skins/larry/styles.css

    r4478eb3 r0bf0b3f  
    12861286        width: 176px; 
    12871287        margin: 0; 
    1288         margin-top: 7px; 
    1289         padding: 3px 30px 3px 34px; 
     1288        margin-top: 10px; 
     1289        padding: 2px 30px 2px 34px; 
    12901290        height: 18px; 
    12911291        background: #f1f1f1; 
     
    12971297#quicksearchbar #searchmenulink { 
    12981298        position: absolute; 
    1299         top: 12px; 
     1299        top: 14px; 
    13001300        left: 6px; 
    13011301} 
     
    13031303#quicksearchbar #searchreset { 
    13041304        position: absolute; 
    1305         top: 11px; 
     1305        top: 13px; 
    13061306        right: 1px; 
    13071307} 
Note: See TracChangeset for help on using the changeset viewer.