Changeset 186d6e0 in github


Ignore:
Timestamp:
Feb 27, 2012 8:04:09 AM (15 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
669fdf4
Parents:
014ff5c
Message:
  • Improved .dropbuttons spacing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/styles.css

    raf5995d r186d6e0  
    13121312        display: block; 
    13131313        position: absolute; 
    1314         right: 2px; 
     1314        right: 0; 
    13151315        top: 0; 
    13161316        height: 42px; 
     
    13331333} 
    13341334 
     1335.dropbutton a.button { 
     1336    margin-left: 0; 
     1337    padding-left: 0; 
     1338    margin-right: 0; 
     1339    padding-right: 0; 
     1340} 
     1341 
    13351342.toolbar a.button.back { 
    13361343        background-position: 0 -1216px; 
     
    13501357 
    13511358.toolbar a.button.reply-all { 
    1352         min-width: 74px; 
    1353         background-position: center -610px; 
     1359        min-width: 64px; 
     1360        background-position: left -610px; 
    13541361} 
    13551362 
    13561363.toolbar a.button.forward { 
    1357         min-width: 74px; 
    1358         background-position: center -650px; 
     1364        min-width: 64px; 
     1365        background-position: left -650px; 
    13591366} 
    13601367 
Note: See TracChangeset for help on using the changeset viewer.