diff options
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; } |