keeping up with classic; make labels do better & clean up margins of some elements
[themes.git] / EarlyBlue / communicator / sidebar / customize.css
index 8eadb76e271d3fcbbe331784af2ba4e61142be60..3a3c1c5bfc3322ceac7f6bb35e49fbc522ffb096 100644 (file)
    Style rules specific to the Customize dialog.
 */
 
-.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");
 }