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

Stephan Richter srichter@cbu.edu
Sun, 23 Mar 2003 00:21:41 -0500


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

Modified Files:
	moztop.css 
Log Message:
Added preliminary Image XBL stuff. Nothing working yet though. :( 

The lack of DAV support in Zope 3 becomes a serious bottleneck! :(


=== Packages/Moztop/moztop/skin/moztop.css 1.18 => 1.19 ===
--- Packages/Moztop/moztop/skin/moztop.css:1.18	Sat Mar 22 22:40:39 2003
+++ Packages/Moztop/moztop/skin/moztop.css	Sun Mar 23 00:21:40 2003
@@ -38,15 +38,15 @@
   list-style-image: url("chrome://moztop/skin/image.png");
 }
 
-treechildren:-moz-tree-image(zope-SQLScript, ResourceNameColumn) {
+treechildren:-moz-tree-image(zope-sqlscript, ResourceNameColumn) {
   list-style-image: url("chrome://moztop/skin/sql.png");
 }
 
-treechildren:-moz-tree-image(zope-ZPTPage, ResourceNameColumn) {
+treechildren:-moz-tree-image(zope-zptpage, ResourceNameColumn) {
   list-style-image: url("chrome://moztop/skin/zpt.png");
 }
 
-treechildren:-moz-tree-image(zope-DTMLPage, ResourceNameColumn) {
+treechildren:-moz-tree-image(zope-dtmlpage, ResourceNameColumn) {
   list-style-image: url("chrome://moztop/skin/dtml.png");
 }
 
@@ -66,12 +66,12 @@
 
 /* XXX: This class still needs a lot of fixing.... */
 tab.messagetab {
-  border: 3px solid;
-  border-right: 0px;
-  border-bottom-width: 3px;
+  border-right-width: 3px;
   -moz-border-radius-topleft: 3px;
-  -moz-border-radius-topright: 0px;
+  -moz-border-radius-topright: 0;
+  -moz-border-radius-bottomright: 0;
   -moz-border-radius-bottomleft: 3px;
+  padding 3px 1px;
   width: 28px;
   height: 28px;
   background-repeat: no-repeat;
@@ -81,18 +81,27 @@
 
 tab.messagetab[selected="true"] {
   -moz-border-top-colors: #000000 #DFE2E6 #D0D7DD;
-  -moz-border-right-colors: #C7D0D9 #C7D0D9 #C7D0D9;
+  -moz-border-right-colors: transparent;
   -moz-border-bottom-colors: #000000 #98A7B5;
-  -moz-border-left-colors: #000000 #90A0B0 #98A7B5;
+  -moz-border-left-colors: #000000 #DFE2E6 #D0D7DD;
+  background-color: #C7D0D9;
+  color: #000000;
 }
 
-tab.messagetab[selected="false"] {
+tabs.messagetabs {
+}
+
+tabpanels.messagetabpanels {
+  border-top: 3px solid;
+  -moz-border-top-colors: #C7D0D9 #000000 #DFE2E6;  
+  border-left: transparent;
 }
 
 
 #moztop-toolbar {
   background-color: #B1BDC9; /* #B3BFCA; */
-  background-image: url('chrome://communicator/skin/toolbar/prtb-bg-noline.gif');
+  background-image: 
+    url('chrome://communicator/skin/toolbar/prtb-bg-noline.gif');
   background-repeat: repeat-x;
   background-position: top;
 }
@@ -155,6 +164,28 @@
 folderpreviewpanel {
   -moz-binding: url(
     "chrome://moztop/content/workspace/folderbindings.xbl#folderpreviewpanelbinding");
+}
+
+
+/* Hooking up Image Bindings */
+imageviewer {
+  -moz-binding: url(
+    "chrome://moztop/content/workspace/imagebindings.xbl#imageviewerbinding");
+}
+
+imageuploadpanel {
+  -moz-binding: url(
+    "chrome://moztop/content/workspace/imagebindings.xbl#imageuploadpanelbinding");
+}
+
+imagemetadatapanel {
+  -moz-binding: url(
+    "chrome://moztop/content/workspace/imagebindings.xbl#imagemetadatapanelbinding");
+}
+
+imagepreviewpanel {
+  -moz-binding: url(
+    "chrome://moztop/content/workspace/imagebindings.xbl#imagepreviewpanelbinding");
 }