keeping up with classic; make labels do better & clean up margins of some elements
[themes.git] / EarlyBlue / communicator / directory / directory.css
index 8434d2a2cef4aea7029cd314e62df0ddd1a203e2..16f4fff449815481e19a416b7e75cfae8469990c 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
+@import url("chrome://communicator/skin/");
+
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /*
-
   Style rules specific to the directory listing window.
-
 */
 
-@import url(chrome://communicator/skin/);
-
 /* Hide twisty for files */
 .treecell-indent[type="FILE"] > .tree-cell-twisty 
   {
 
 .treecell-filename
   {
-    list-style-image      : url("chrome://communicator/skin/directory/file-icon.gif");
+    list-style-image      : url("chrome://communicator/skin/directory/file.gif");
   }  
   
 treeitem[selected="true"] > treerow > .treecell-filename
   {
-    list-style-image      : url("chrome://communicator/skin/directory/file-icon-sel.gif");
+    list-style-image      : url("chrome://communicator/skin/directory/file-sel.gif");
   }
   
 treeitem[container="true"] > treerow > .treecell-filename
   {
-    list-style-image      : url("chrome://communicator/skin/directory/file-folder-closed.gif");
+    list-style-image      : url("chrome://communicator/skin/directory/folder-closed.gif");
   }
 treeitem[container="true"][selected="true"] > treerow > .treecell-filename
   {
-    list-style-image      : url("chrome://communicator/skin/directory/file-folder-closed-sel.gif");
+    list-style-image      : url("chrome://communicator/skin/directory/folder-closed-sel.gif");
   }
 
 treeitem[container="true"][open="true"] > treerow > .treecell-filename
   {
-    list-style-image      : url("chrome://communicator/skin/directory/file-folder-open.gif");
+    list-style-image      : url("chrome://communicator/skin/directory/folder-open.gif");
   }
 treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-filename
   {
-    list-style-image      : url("chrome://communicator/skin/directory/file-folder-open-sel.gif");
+    list-style-image      : url("chrome://communicator/skin/directory/folder-open-sel.gif");
   }
-  
-  
+
 /* Show an animated icon when a directory/symlink is loading */
 treeitem[type="SYMBOLIC-LINK"][loading="true"] > treerow > .treecell-filename > .tree-cell-twisty,
 treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twisty
   {
-    list-style-image      : url("chrome://global/skin/loading.gif");
+    list-style-image      : url("chrome://global/skin/icons/loading.gif");
   }
 
 /* Italicize a symbolic link and make it look like a link (it can be a dir or link) */