diff options
author | thomascube <thomas@roundcube.net> | 2011-12-15 20:32:46 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-15 20:32:46 +0000 |
commit | 918bb927381ada0853c6a6ab959f879474dd21fa (patch) | |
tree | ab86c60ff430bea23e2afe567d0dc92959e5c5be /skins/larry/mail.css | |
parent | d2d94ac6df0b8c07f0b36da71b1e4b14d6d1e8ab (diff) |
Give resizeable splitters to Larry
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 04266bc49..323f31b6d 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -23,7 +23,7 @@ #mailview-right { position: absolute; top: 0; - left: 250px; + left: 252px; right: 0; bottom: 0; } @@ -44,6 +44,12 @@ height: 26px; } +#mailviewsplitter { + right: 30px; + width: 30px; + left: auto !important; +} + #mailboxcontainer, #messagelistcontainer { position: absolute; |