diff options
Diffstat (limited to 'skins/default/templates/mail.html')
-rw-r--r-- | skins/default/templates/mail.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index ff1fe9463..f4070e95f 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -41,6 +41,11 @@ body_keypress: function(evt, p) }; </script> +<roundcube:if condition="config:preview_pane == true" /> +<style type="text/css"> +#mailcontframe { height: 195px; } +</style> +<roundcube:endif /> </head> <body> @@ -88,10 +93,6 @@ body_keypress: function(evt, p) <roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> </div> -<style type="text/css"> -#mailcontframe { height: 195px; } -</style> - <roundcube:endif /> </div> |