[Zope-CVS] CVS: Packages/Moztop/moztop/skin - moztop.css:1.10
Paul Everitt
paul@zope.com
Thu, 20 Feb 2003 12:06:40 -0500
Update of /cvs-repository/Packages/Moztop/moztop/skin
In directory cvs.zope.org:/tmp/cvs-serv2301/skin
Modified Files:
moztop.css
Log Message:
XBL refactored. We now have a composite widget with child widgets.
The child widget for listing folder contents has a constructor that
knows how to attach a datasource and display the folder contents. Also,
the composite widget knows how to grab the tabbox parent and add a
tab.
Next: create some more widgets for edit, preview, properties, security,
etc.
=== Packages/Moztop/moztop/skin/moztop.css 1.9 => 1.10 ===
--- Packages/Moztop/moztop/skin/moztop.css:1.9 Thu Jan 30 14:01:32 2003
+++ Packages/Moztop/moztop/skin/moztop.css Thu Feb 20 12:06:39 2003
@@ -1,7 +1,5 @@
-#document
-{
- font-size: 10pt;
-}
+
+#explorertree {margin:0}
treechildren:-moz-tree-image(zope-site, ResourceNameColumn) {
list-style-image: url("chrome://moztop/skin/site.png");
@@ -42,36 +40,52 @@
font-weight: bold;
}
-#explorer {
- background-color: white;
+.statusbar-splitter {
+ max-width: 0;
+}
+
+#statusbartasks {
+ list-style-image: url("chrome://moztop/skin/task.gif");
+}
+
+#statusbarerrors {
+ list-style-image: url("chrome://moztop/skin/errors.gif");
}
-#explorer-ishidden {
- font-size: larger;
- margin: 1em;
-
-.statusboxpanel {
- 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;
+#statusbarlog {
+ list-style-image: url("chrome://moztop/skin/errors.gif");
}
-tab#statusbartasks {
- background-image: url('chrome://moztop/content/StatusBar/task.gif');
+
+commontabpanel {
+ -moz-binding: url('chrome://moztop/content/Content/ContentBindings.xml#commontabpanel');
}
-tab#statusbarerrors {
- background: url('chrome://moztop/content/StatusBar/errors.gif');
+sitetabpanel {
+ -moz-binding: url('chrome://moztop/content/Content/ContentBindings.xml#sitetabpanel');
}
+contentpanel {
+ -moz-binding: url('chrome://moztop/content/Content/ContentBindings.xml#contentpanel');
+}
+
+previewpanel {
+ -moz-binding: url('chrome://moztop/content/Content/ContentBindings.xml#previewpanel');
+}
+
+propertiespanel {
+ -moz-binding: url('chrome://moztop/content/Content/ContentBindings.xml#propertiespanel');
+}
+
+managepanel {
+ -moz-binding: url('chrome://moztop/content/Content/ContentBindings.xml#managepanel');
+}
+
+
+folderviewer {
+ -moz-binding: url('chrome://moztop/content/Content/ContentBindings.xml#folderviewerbinding');
+}
+
+foldercontentspanel {
+ -moz-binding: url('chrome://moztop/content/Content/ContentBindings.xml#foldercontentspanelbinding');
+}