updating EarlyBlue skin; should almost be 0.8 now ;-)
[themes.git] / EarlyBlue / communicator / prefpanels.css
index 21ee7e9d080dca9d203556e61bd91fd9f7e283c1..aa5386113a68db18ba8d80d75d8f8f09effb3e04 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
+/* ==== prefpanels.css ==================================================
+   == Styles used by all preference panels in the Communicator suite.
+   ====================================================================== */
+
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/******* SmartBrowsing **********/
+/* ::::: Themes ::::: */
+#skinsTree {
+  height: 80px;
+}  
 
-#disabledDomains {
-       max-height: 15em;
+#themesLink {
+  margin-left: 5px;
+  text-decoration: underline;
+  color: blue;
+  cursor: pointer;
 }
 
-/******* Themes ****************/
-#skinsTree {
-  height                  : 80px;
-}  
+#themesLink:active {
+  color: red;
+}
 
 #previewImageContainer {
-  overflow: hidden; 
+  padding: 1px;
   height: 92px; 
-  background-color: #000000; 
-  padding: 2px;
+/*  background-color: #000000; */
 }
 
 #previewImage {
-  max-width: 387px; 
+  max-width: 355px; 
+  min-width: 355px;
+  max-height: 85px;
+  min-height: 85px;
 }
 
-/**
- * File icon (32x32)
- **/
-.file-icon-large
-  {
-    list-style-image      : url("chrome://communicator/skin/content-large.gif");
-  }
+/* ::::: Fonts ::::: */
+
+#sizeVar,
+#sizeMono {
+  width: 4em;
+}
+
+#mouseWheelMode {
+  width: 9em;
+}
+
+/* ::::: Smart Browsing ::::: */
+
+#disabledDomains {
+  max-height: 13em;
+}
+
+/* ::::: File icon (32x32) ::::: */
+.file-icon-large {
+  list-style-image: url("chrome://communicator/skin/icons/content-large.gif");
+}