CSS for printer-friendly templates
[squirrelmail.git] / templates / default / css / default.css
index ea1995db34424d96a3619336b7044bb66ac108b9..911f80ba4775c5d5b87242a9bcbce7dfa70425f8 100644 (file)
@@ -163,6 +163,8 @@ td.fieldName {
     width:25%;
     font-weight: bold;
     vertical-align:top;
+    padding-left: 4px;
+    padding-right: 4px;
 }
 
 td.fieldValue {
@@ -239,11 +241,19 @@ sqm_leftMain table {
 }
 
 /* empty_folder.tpl defs */
-.sqm_emptyFolder {
+div.sqm_emptyFolderWrapper {
+    width:100%;
+    text-align: center;
+}
+table.sqm_emptyFolder {
     background: #ababab /* __COLOR9__ */;
+    width:95%;
+    margin-left:auto;
+    margin-right: auto;
 }
-.sqm_emptyFolder td {
+table.sqm_emptyFolder td {
     background: #ffffff /* __COLOR4__*/;
+    text-align: center;
 }
 
 /* error_box.tpl definitions */
@@ -984,6 +994,31 @@ div.readInlineImages td.image {
     padding:10px;
 }
 
+div.printerFriendlyTop table {
+    width:100%;
+}
+
+div.printerFriendlyTop td {
+    text-align: right;
+}
+
+div.printerFriendly table.attach {
+    width: 100%;
+    margin-top:5px;
+    margin-bottom:5px;
+}
+
+div.printerFriendly td.attachField {
+    width: 30%;
+    font-weight: bold;
+    text-align: right;
+}
+
+div.printerFriendly td.attachName {
+    font-weight: bold;
+}
+
+