[Zope-CVS] CVS: Packages/Moztop/moztop/skin - moztop.css:1.6

Stephan Richter srichter@cbu.edu
Thu, 16 Jan 2003 17:50:14 -0500


Update of /cvs-repository/Packages/Moztop/moztop/skin
In directory cvs.zope.org:/tmp/cvs-serv32220/moztop/skin

Modified Files:
	moztop.css 
Log Message:
Finished what Paul started, namely mapping content types to icons. It works
and just looks beautiful!!!


=== Packages/Moztop/moztop/skin/moztop.css 1.5 => 1.6 ===
--- Packages/Moztop/moztop/skin/moztop.css:1.5	Thu Jan 16 14:47:38 2003
+++ Packages/Moztop/moztop/skin/moztop.css	Thu Jan 16 17:50:11 2003
@@ -1,40 +1,40 @@
-#document
-{ 
-  font-size: 10pt;
-}
-
-
-treechildren:-moz-tree-image(zope-Folder, ResourceNameColumn) {
-  list-style-image: url("chrome://moztop/skin/folder.png");
-}
-
-treechildren:-moz-tree-image(zope-File, ResourceNameColumn) {
-  list-style-image: url("chrome://moztop/skin/file.png");
-}
-
-treechildren:-moz-tree-image(zope-Image, ResourceNameColumn) {
-  list-style-image: url("chrome://moztop/skin/image.png");
-}
-
-treechildren:-moz-tree-image(zope-, ResourceNameColumn) {
-  list-style-image: url("chrome://moztop/skin/sql.png");
-}
-
-treechildren:-moz-tree-image(zope-, ResourceNameColumn) {
-  list-style-image: url("chrome://moztop/skin/zpt.png");
-}
-
-treechildren:-moz-tree-image(zope-, ResourceNameColumn) {
-  list-style-image: url("chrome://moztop/skin/dtml.png");
-}
-
-
-treechildren:-moz-tree-cell-text(ResourceNameColumn) {
-  padding-left: 0.5em;
-}
-
-treeitem.Folder.treechildren:-moz-tree-cell-text(ResourceNameColumn) {
-  padding-left: 0.5em;
-  font-weight: bold;
+#document
+{ 
+  font-size: 10pt;
+}
+
+
+treechildren:-moz-tree-image(zope-Folder, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/folder.png");
+}
+
+treechildren:-moz-tree-image(zope-File, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/file.png");
+}
+
+treechildren:-moz-tree-image(zope-Image, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/file.png");
+}
+
+treechildren:-moz-tree-image(zope-SQLScript, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/sql.png");
+}
+
+treechildren:-moz-tree-image(zope-ZPTPage, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/zpt.png");
+}
+
+treechildren:-moz-tree-image(zope-DTMLPage, ResourceNameColumn) {
+  list-style-image: url("chrome://moztop/skin/dtml.png");
+}
+
+
+treechildren:-moz-tree-cell-text(ResourceNameColumn) {
+  padding-left: 0.5em;
+}
+
+treeitem.Folder.treechildren:-moz-tree-cell-text(ResourceNameColumn) {
+  padding-left: 0.5em;
+  font-weight: bold;
 }