Fix missing internationalisation and display of empty cells, thanks
[squirrelmail.git] / templates / default / css / default.css
index ad5871b9f775de23b9eca98598539580b6e58a2f..f1dc0d2cae06d5594bba1ecf45edd3583cbaef03 100644 (file)
@@ -180,6 +180,13 @@ tr.odd  {
     background: #ffffff /* __COLOR4__*/;
 }
 
+tr.clicked_even {
+    background: #ff9933 /* __COLOR16__*/;
+}
+tr.clicked_odd  {
+    background: #ff9933 /* __COLOR16__*/;
+}
+
 .table_standard {
     border:1px solid #dcdcdc /* __COLOR0__ */;
     width: 100%;
@@ -1035,6 +1042,11 @@ div.printerFriendly td.attachField {
     text-align: right;
 }
 
+div.printerFriendly td.attachFieldValue {
+    text-align: left;
+    empty-cells: show;
+}
+
 div.printerFriendly td.attachName {
     font-weight: bold;
 }
@@ -1061,7 +1073,6 @@ div.htmlIframe {
 }
 
 div.htmlIframe iframe {
-    height: 250px;
     width:100%;
 }