Add style for HTML iframes.
authorJan Schneider <jan@horde.org>
Wed, 24 Nov 2010 14:28:23 +0000 (15:28 +0100)
committerJan Schneider <jan@horde.org>
Wed, 24 Nov 2010 16:02:16 +0000 (17:02 +0100)
imp/themes/default/mobile.css

index 1c14ea7..ab65d83 100644 (file)
@@ -1,3 +1,9 @@
 #message .ui-body-c {
     border-top-width: 0;
 }
+
+/* Style for HTML data iframe. */
+.htmlMsgData {
+    margin: 2px 0;
+    width: 100%;
+}