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

Stephan Richter srichter@cbu.edu
Thu, 20 Mar 2003 12:25:29 -0500


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

Modified Files:
	moztop.css 
Log Message:
Updated the moztop.css style sheet a bit more.


=== Packages/Moztop/moztop/skin/moztop.css 1.13 => 1.14 ===
--- Packages/Moztop/moztop/skin/moztop.css:1.13	Thu Mar 20 12:07:04 2003
+++ Packages/Moztop/moztop/skin/moztop.css	Thu Mar 20 12:25:29 2003
@@ -17,7 +17,9 @@
 
 ******************************************************************************/
 
-#explorertree {margin:0}
+#navigationtree {
+  margin: 0;
+}
 
 treechildren:-moz-tree-image(zope-site, ResourceNameColumn) {
   list-style-image: url("chrome://moztop/skin/site.png");
@@ -60,6 +62,24 @@
 
 .messages-splitter {
   max-width: 0;
+}
+
+/* XXX: This class still needs a lot of fixing.... */
+tab.messagetab {
+  style="border: 3px solid;
+  border-right: 0px;
+  border-bottom-width: 3px;
+  -moz-border-top-colors: #000000 #DFE2E6 #D0D7DD;
+  -moz-border-right-colors: #C7D0D9 #C7D0D9 #C7D0D9;
+  -moz-border-bottom-colors: #000000 #98A7B5;
+  -moz-border-left-colors: #000000 #90A0B0 #98A7B5;
+  -moz-border-radius-topleft: 3px;
+  -moz-border-radius-topright: 0px;
+  -moz-border-radius-bottomleft: 3px;
+  width: 24px;
+  height: 24px;
+  background-repeat: no-repeat;
+  background-position: center center;"/>
 }
 
 #taskstab {