keeping up with classic; make labels do better & clean up margins of some elements
[themes.git] / EarlyBlue / communicator / sidebar / customize.css
index 0f42c33b244ec778e29e95ec9a6abf8fc5793b51..3a3c1c5bfc3322ceac7f6bb35e49fbc522ffb096 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /*
-
    Style rules specific to the Customize dialog.
-
 */
 
-/* These rules apply appropriate images to the 'reorder' buttons */
-.up {
-  list-style-image:url("chrome://global/skin/scroll-up.gif");
-  min-width: 0px;
-}
-
-.up[disabled="true"] {
-  list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");
-}
-
-.down {
-  min-width: 0px;
-  list-style-image:url("chrome://global/skin/scroll-down.gif");
-}
-
-.down[disabled="true"] {
-  list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
-}
-
-.treecell-panel
-{
+.treecell-panel {
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
 .treecell-panel[haslink="true"],
-treeitem[container="true"] > treerow > .treecell-panel
-{
+treeitem[container="true"] > treerow > .treecell-panel {
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
 }
+
 treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
-treeitem[selected="true"][container="true"] > treerow > .treecell-panel
-{
+treeitem[selected="true"][container="true"] > treerow > .treecell-panel {
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
 }
 
-treeitem[container="true"][open="true"] > treerow > .treecell-panel
-{
+treeitem[container="true"][open="true"] > treerow > .treecell-panel {
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
 }
-treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel
-{
+
+treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel {
  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
 }
 
@@ -91,12 +67,6 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-p
   list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif");
 }
 
-/*
-.tree-cell-twisty {
- display: none !important;
-}
-*/
-
 box#reorder {
   -moz-box-pack: center;
 }