From e466f67c33c0a8fff47d470e3ca3e63a731dafba Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 5 Jul 2012 14:28:08 +0200 Subject: Move Help toolbar to the left --- plugins/help/skins/larry/help.css | 2 +- skins/larry/mail.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/help/skins/larry/help.css b/plugins/help/skins/larry/help.css index eab80b5d9..20caa7a87 100644 --- a/plugins/help/skins/larry/help.css +++ b/plugins/help/skins/larry/help.css @@ -11,7 +11,7 @@ #helptoolbar { position: absolute; top: -6px; - right: 0; + left: 0; height: 40px; white-space: nowrap; } 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; -- cgit v1.2.3