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/templates/mail.html | |
parent | 14ee44e0917fbf4f2856485c668b31a7eb6c2460 (diff) |
Move splitter between the boxes of message list and message preview
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index 404a8ad32..01a59861c 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -5,8 +5,8 @@ <roundcube:include file="/includes/links.html" /> <style type="text/css"> <roundcube:if condition="config:preview_pane == true" /> - #mailview-top { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-45 : 300" />px; } - #mailview-bottom { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 320" />px; height: auto; } + #mailview-top { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-48 : 276" />px; } + #mailview-bottom { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+6 : 330" />px; height: auto; } #mailpreviewframe { display: block; } <roundcube:endif /> </style> |