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/templates | |
parent | ae2e88bc0e0883b750fb614f3c95e7c3f6200b63 (diff) |
Move splitter between the boxes of message list and message preview
Diffstat (limited to 'skins/larry/templates')
-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> |