keeping up with classic; make labels do better & clean up margins of some elements
[themes.git] / EarlyBlue / communicator / sidebar / sidebar.css
index 36c1ca431e64a4609c797f4cc1abaa9dc559a139..f8168bb0c01c9c69d9ae9ed3d85d0872f0a503f8 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-#sidebar-box 
-  {
-    margin-top            : 0px;
-    border                : none;
-    background-color      : #CCD0DD;
-  }
+#sidebar-box {
+  margin-top: 0px;
+  border: none;
+  background-color: #CCD0DD;
+}
 
 /* ::::: sidebar header ::::: */
 
-.sidebarheader-main 
-  {
-    border: none;
-    color: #CCD0DD;
-    background-color: #666699;
-    padding-left: 4px;
-  }
+.sidebarheader-main {
+  border: none;
+  color: #CCD0DD;
+  background-color: #666699;
+  padding-left: 4px;
+}
 
 #sidebar-panel-picker {
-  -moz-box-direction: reverse;
   color: inherit;
 }
   
-#sidebar-panel-picker > .toolbarbutton-dropmarker
-  {
-    padding-left: 4px;
-    list-style-image: url("chrome://global/skin/menu-arrow-hover.gif");
-  }
-
-.sidebar-header-text  
-  {
-    font-weight: bold;
-  }
+.sidebar-header-text {
+  font-weight: bold;
+}
 
 /* ..... close button ..... */
 
   margin: 5px 0px;
 }
 
+.text-panel-loading[loading="false"] {
+  margin-left: 11px;
+}
+
 .image-panel-loading {
   margin: 5px;
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 
 .sbtab-twisty {
   margin: 2px 3px 0px 3px;
-  list-style-image: url("chrome://global/skin/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
 
 /*
 */
 
 .box-texttab:hover {
-  background-color      : #DDDDDD;
+  background-color: #DDDDDD;
 }
     
 .box-texttab:hover:active {
-  background-color      : #6699FF;
+  background-color: #6699FF;
 }
     
 .box-texttab[selected="true"],
 .box-texttab[selected="true"]:hover {
-  font-weight           : bold;
-  cursor                : default;
+  font-weight: bold;
+  cursor: default;
 }
 
 .box-texttab[last-panel="true"], 
 .box-texttab[selected="true"] {
-  margin-bottom       : 0px;
+  margin-bottom: 0px;
 }
 
 .sbtab-twisty[selected="true"] {
-  list-style-image: url("chrome://global/skin/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
+}
+
+/* ::::: sidebar navigation buttons ::::: */
+
+.sidebar-nav-button {
+  -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
+  padding: 5px 0px 5px 0px;
+}
+
+.tab-fwd {
+  list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
+}
+
+.tab-back {
+  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
 }