diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-05 19:20:52 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-05 19:23:09 +0200 |
commit | 3a8633cdc3c2b07450f25a5f1d23c310d492a9dd (patch) | |
tree | 860dcf7475e963fdbccb00f1889ea97cc09076e4 /skins/larry/mail.css | |
parent | ae2e88bc0e0883b750fb614f3c95e7c3f6200b63 (diff) |
Move splitter between the boxes of message list and message preview
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 3804d80f4..437c8f15c 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -48,12 +48,6 @@ height: 26px; } -#mailviewsplitter { - right: 30px; - width: 30px; - left: auto !important; -} - #folderlist-header { width: 100%; height: 12px; @@ -325,11 +319,11 @@ a.iconbutton.threadmode.selected { position: absolute; right: 256px; width: auto; - top: 8px; + top: 7px; } #searchfilter select { - height: 24px; + height: 26px; } #mailview-left select.mailboxlist { |