diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-27 13:04:09 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-27 13:04:09 +0000 |
| commit | d81df291c996393e01a113fa71bfe99b9954f0a2 (patch) | |
| tree | c31c4b0bb3fe41cee3af030499df5e80706441d9 /roundcubemail | |
| parent | aab9d365484ff1c3fc401366045e091229ac848e (diff) | |
- Improved .dropbuttons spacing
git-svn-id: https://svn.roundcube.net/trunk@5920 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/skins/larry/styles.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/roundcubemail/skins/larry/styles.css b/roundcubemail/skins/larry/styles.css index af08e29dc..494a992af 100644 --- a/roundcubemail/skins/larry/styles.css +++ b/roundcubemail/skins/larry/styles.css @@ -1311,7 +1311,7 @@ ul.proplist li { .dropbutton .dropbuttontip { display: block; position: absolute; - right: 2px; + right: 0; top: 0; height: 42px; width: 18px; @@ -1332,6 +1332,13 @@ ul.proplist li { background-position: 0 -1255px; } +.dropbutton a.button { + margin-left: 0; + padding-left: 0; + margin-right: 0; + padding-right: 0; +} + .toolbar a.button.back { background-position: 0 -1216px; } @@ -1349,13 +1356,13 @@ ul.proplist li { } .toolbar a.button.reply-all { - min-width: 74px; - background-position: center -610px; + min-width: 64px; + background-position: left -610px; } .toolbar a.button.forward { - min-width: 74px; - background-position: center -650px; + min-width: 64px; + background-position: left -650px; } .toolbar a.button.delete { |
