update DOM inspector to development up to 2009-02-12
[themes.git] / LCARStrek / messenger / prefPanels.css
index aabb1a270ee711604c17436a4f06b3d6a184d051..7f7f1eed3ebad2054339fb37aac83bc46df53cbf 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");
+#tagList > listhead {
+  text-align: center;
 }
 
-#wide {
-  min-height       : 32px;
-  list-style-image : url("chrome://messenger/skin/icons/winwide.gif");
-}
-
-#vertical {
-  min-height: 32px;
-  list-style-image: url("chrome://messenger/skin/icons/winvertical.gif");
+#tagList > listitem > listcell {
+  -moz-padding-start:  16px;
+  -moz-padding-end: 16px;
 }