diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-07-05 14:28:08 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-07-05 14:28:08 +0200 |
commit | e466f67c33c0a8fff47d470e3ca3e63a731dafba (patch) | |
tree | a0a45d3b3accfdf28e18903d0d9edcbe8efbd72d /skins/larry | |
parent | 0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089 (diff) |
Move Help toolbar to the left
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index eb042cce9..c9e03560c 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -81,7 +81,7 @@ left: 0; right: 0; height: 22px; - padding: 4px 8px; + padding: 4px 6px; border-top: 1px solid #ddd; background: #ebebeb; background: -moz-linear-gradient(top, #ebebeb 0%, #c6c6c6 100%); @@ -367,7 +367,7 @@ a.iconbutton.threadmode.selected { display: block; position: absolute; top: 6px; - right: 6px; + right: 4px; width: 20px; height: 18px; background: url(images/buttons.png) -3px -458px no-repeat; |