Make sure large images fit in viewable space
[squirrelmail.git] / templates / default / css / default.css
index fe1c4ba217f54808e018eb1e2ce856d9ba0ec696..5ed778cd3b7aae582fde7e9d1f6fc2f788978703 100644 (file)
@@ -1018,7 +1018,7 @@ div.readInlineImages {
 }
 
 div.readInlineImages table {
-    width: 50%;
+    /* width: 50%; */
     margin-top:8px;
     margin-bottom:8px;
     margin-left: auto;
@@ -1042,6 +1042,15 @@ div.readInlineImages td.image {
     padding:10px;
 }
 
+div.readInlineImages td img {
+    width:100%;
+}
+
+table.imageWrapper {
+    margin-top:0 !important;
+    margin-bottom:0 !important;
+}
+
 div.viewHeader table.table1 {
     width: 100%;
 }