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:20:52 +0200 |
commit | c8dc07e4ddadc0020e20392021ec44841b767237 (patch) | |
tree | 55234782e7860497363a0262115194c1b025ffaa /skins/larry/mail.css | |
parent | 14ee44e0917fbf4f2856485c668b31a7eb6c2460 (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 eb2908997..27cc768b0 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 { |