if we have javascript available, use that to toggle more/less links. This is
[squirrelmail.git] / templates / default / css / default.css
index 38161ae0e98443ed657411e2125b6847d925ecab..1a89b89d62bfe220be2c7e0b31c246361949ecaa 100644 (file)
@@ -1022,35 +1022,6 @@ 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.attachFieldValue {
-    text-align: left;
-    empty-cells: show;
-}
-
-div.printerFriendly td.attachName {
-    font-weight: bold;
-}
-
 div.viewHeader table.table1 {
     width: 100%;
 }
@@ -1107,3 +1078,10 @@ div.viewText td.spacer {
     padding: 1em;
     font-size: x-large;
 }
+
+#recpt_tail_to, #recpt_tail_cc {
+    display: none;
+}
+#toggle_to, #toggle_cc {
+    font-size: smaller;
+}