diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-07-05 08:33:44 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-07-05 08:33:44 +0200 |
commit | 0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089 (patch) | |
tree | 7f1672c597cc5ff374072c4dec1ab938b60090f8 /skins | |
parent | 4478eb31b3b6d2d000852ae6c8925f5c6ec1d8e0 (diff) |
Small improvement for quicksearch box height/position
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/mail.css | 2 | ||||
-rw-r--r-- | skins/larry/styles.css | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 864d00567..eb042cce9 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -325,7 +325,7 @@ a.iconbutton.threadmode.selected { position: absolute; right: 256px; width: auto; - top: 8px; + top: 10px; } #searchfilter select { diff --git a/skins/larry/styles.css b/skins/larry/styles.css index e793fabbb..19ae4092b 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1285,8 +1285,8 @@ ul.proplist li { #quicksearchbar input { width: 176px; margin: 0; - margin-top: 7px; - padding: 3px 30px 3px 34px; + margin-top: 10px; + padding: 2px 30px 2px 34px; height: 18px; background: #f1f1f1; border-color: #ababab; @@ -1296,13 +1296,13 @@ ul.proplist li { #quicksearchbar #searchmenulink { position: absolute; - top: 12px; + top: 14px; left: 6px; } #quicksearchbar #searchreset { position: absolute; - top: 11px; + top: 13px; right: 1px; } |