feed detection and some other trunk work
[themes.git] / EarlyBlue / messenger / prefPanels.css
index 05a53d8fded43854d873d2d51d314e6fafc102e3..a3867006b7ce7394ddefe61c707982234e15090c 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* :::::: layout preference icons ::::: */
+/* ::::: Tags ::::: */
 
-#classic {
-  min-height: 32px;
-  list-style-image: url("chrome://messenger/skin/icons/winclassic.gif");
-}
+@-moz-document url("chrome://messenger/content/pref-labels.xul") {
+  .listheader-label {
+    text-align: center;
+  }
 
-#wide {
-  min-height: 32px;
-  list-style-image: url("chrome://messenger/skin/icons/winwide.gif");
-}
+  listcell {
+    padding-left:  16px;
+    padding-right: 16px;
+  }
 
-#vertical {
-  min-height: 32px;
-  list-style-image: url("chrome://messenger/skin/icons/winvertical.gif");
+  textbox {
+    -moz-box-flex: 1;
+  }
 }