diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-30 09:26:06 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-30 09:26:06 +0200 |
commit | 789a7b5fd5986b4815837bbbaa27c2d95030ce0c (patch) | |
tree | f014f69e3e5d5475337f9fe0910b09e5d48c58b2 /skins/larry/styles.css | |
parent | a292e4f5244a709f239d997dbe0d58493cfb01da (diff) |
Small improvements for toolbar buttons style
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 019904360..873c38ee1 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2025,7 +2025,7 @@ ul.proplist li { font-size: 10px; color: #555; min-width: 50px; - max-width: 75px; + max-width: 70px; height: 13px; overflow: hidden; text-overflow: ellipsis; @@ -2112,12 +2112,12 @@ ul.proplist li { .toolbar a.button.reply-all { min-width: 64px; - background-position: left -610px; + background-position: 0 -610px; } .toolbar a.button.forward { min-width: 64px; - background-position: left -650px; + background-position: 0 -650px; } .toolbar a.button.delete { @@ -2154,11 +2154,11 @@ ul.proplist li { .toolbar a.button.spellcheck { min-width: 64px; - background-position: left -930px; + background-position: 0 -930px; } .toolbar a.button.spellcheck.selected { - background-position: left -1620px; + background-position: 0 -1620px; color: #1978a1; } @@ -2175,8 +2175,8 @@ ul.proplist li { } .toolbar a.button.export { - min-width: 74px; - background-position: center -1054px; + min-width: 64px; + background-position: 0 -1054px; } .toolbar a.button.send { |