diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-05 19:02:41 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-05 19:02:41 +0200 |
commit | 14ee44e0917fbf4f2856485c668b31a7eb6c2460 (patch) | |
tree | f0b90581809b912c1aecc98a4ee7f4f3aef3763d /skins | |
parent | 1c0ce1fe522c290ef59c45226d9f1f9ea1d5ec20 (diff) |
Revert "Small improvement for quicksearch box height/position"
This reverts commit 0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089.
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 c9e03560c..eb2908997 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: 10px; + top: 8px; } #searchfilter select { diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 19ae4092b..e793fabbb 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: 10px; - padding: 2px 30px 2px 34px; + margin-top: 7px; + padding: 3px 30px 3px 34px; height: 18px; background: #f1f1f1; border-color: #ababab; @@ -1296,13 +1296,13 @@ ul.proplist li { #quicksearchbar #searchmenulink { position: absolute; - top: 14px; + top: 12px; left: 6px; } #quicksearchbar #searchreset { position: absolute; - top: 13px; + top: 11px; right: 1px; } |