Fix missing internationalisation and display of empty cells, thanks
[squirrelmail.git] / templates / default / css / default.css
index 44fb5dc82748bddc4fd5931506cedbafc9aa20d7..f1dc0d2cae06d5594bba1ecf45edd3583cbaef03 100644 (file)
@@ -1042,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;
 }