feed detection and some other trunk work
[themes.git] / EarlyBlue / communicator / prefpanels.css
index 88e803e77cee8332ef14add626ffe75a7beddf33..4b8640551ab3fd04f11d33db12da8d5461239be7 100644 (file)
 /* ::::: Themes ::::: */
 #skinsTree {
   height: 80px;
-}  
+}
 
-.themesLink {
+*|*.themesLink {
   margin-left: 5px;
   text-decoration: underline;
   color: blue;
   cursor: pointer;
 }
 
-.themesLink:active {
+*|*.themesLink:active {
   color: red;
 }
 
 #previewImageContainer {
   padding: 1px;
-  height: 92px; 
+  height: 92px;
 /*  background-color: #000000; */
 }
 
 #previewImage {
-  max-width: 355px; 
+  max-width: 355px;
   min-width: 355px;
   max-height: 85px;
   min-height: 85px;
   width: 4em;
 }
 
-#mouseWheelMode {
-  width: 9em;
+.prefpanel-font-list {
+  -moz-box-flex: 1;
 }
 
-/* ::::: Smart Browsing ::::: */
+/* ::::: Mouse Wheel ::::: */
 
-#disabledDomains {
-  max-height: 13em;
-}
-
-/* ::::: File icon (32x32) ::::: */
-.file-icon-large {
-  list-style-image: url("chrome://communicator/skin/icons/content-large.gif");
+#mouseWheelMode {
+  width: 9em;
 }