From: Jan Schneider Date: Wed, 24 Nov 2010 14:28:23 +0000 (+0100) Subject: Add style for HTML iframes. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4d1a2acb5a11907c690f83ad24ffc144155979e7;p=horde.git Add style for HTML iframes. --- diff --git a/imp/themes/default/mobile.css b/imp/themes/default/mobile.css index 1c14ea7c8..ab65d83ae 100644 --- a/imp/themes/default/mobile.css +++ b/imp/themes/default/mobile.css @@ -1,3 +1,9 @@ #message .ui-body-c { border-top-width: 0; } + +/* Style for HTML data iframe. */ +.htmlMsgData { + margin: 2px 0; + width: 100%; +}