diff options
author | alecpl <alec@alec.pl> | 2008-09-19 06:57:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-19 06:57:13 +0000 |
commit | cb7597e268fa5fa9760f9d0cae5c1fd1f0e3fbe7 (patch) | |
tree | 87cd2fb02a523051c42720cdad1197e4de59135e /skins/default/templates/mail.html | |
parent | 5d480c14c7c3f7390cdce6cfe2b814a93130a866 (diff) |
-moved <style> to <head>
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> |