[Yulup-commits] rev 24009 - in
public/yulup/src/trunk/yulup/src/chrome: content skin
andi at wyona.com
andi at wyona.com
Wed Apr 25 23:59:26 CEST 2007
Author: andi
Date: 2007-04-25 23:59:25 +0200 (Wed, 25 Apr 2007)
New Revision: 24009
Modified:
public/yulup/src/trunk/yulup/src/chrome/content/resourceselectdialog.xul
public/yulup/src/trunk/yulup/src/chrome/content/resourceuploaddialog.xul
public/yulup/src/trunk/yulup/src/chrome/skin/sitetree.css
Log:
Use separate class for sitetree trees.
Modified: public/yulup/src/trunk/yulup/src/chrome/content/resourceselectdialog.xul
===================================================================
--- public/yulup/src/trunk/yulup/src/chrome/content/resourceselectdialog.xul 2007-04-25 21:27:27 UTC (rev 24008)
+++ public/yulup/src/trunk/yulup/src/chrome/content/resourceselectdialog.xul 2007-04-25 21:59:25 UTC (rev 24009)
@@ -72,6 +72,7 @@
<stringbundle id="uiYulupEditorStringbundle" src="chrome://yulup/locale/editor.properties"/>
<tree id="uiYulupResourceSelectTree"
+ class="sitetreeTree"
enableColumnDrag="false"
hidecolumnpicker="true"
flex="1"
Modified: public/yulup/src/trunk/yulup/src/chrome/content/resourceuploaddialog.xul
===================================================================
--- public/yulup/src/trunk/yulup/src/chrome/content/resourceuploaddialog.xul 2007-04-25 21:27:27 UTC (rev 24008)
+++ public/yulup/src/trunk/yulup/src/chrome/content/resourceuploaddialog.xul 2007-04-25 21:59:25 UTC (rev 24009)
@@ -86,6 +86,7 @@
<groupbox flex="1">
<caption label="&uiYulupResourceTargetCaption.label;"/>
<tree id="uiYulupResourceUploadTree"
+ class="sitetreeTree"
enableColumnDrag="false"
hidecolumnpicker="true"
flex="1"
Modified: public/yulup/src/trunk/yulup/src/chrome/skin/sitetree.css
===================================================================
--- public/yulup/src/trunk/yulup/src/chrome/skin/sitetree.css 2007-04-25 21:27:27 UTC (rev 24008)
+++ public/yulup/src/trunk/yulup/src/chrome/skin/sitetree.css 2007-04-25 21:59:25 UTC (rev 24009)
@@ -1,11 +1,11 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-treechildren::-moz-tree-image(collection) {
+.sitetreeTree treechildren::-moz-tree-image(collection) {
list-style-image: url("chrome://yulup/skin/icons/sitetree-collection.png");
padding-right: 3px;
}
-treechildren::-moz-tree-image(collection-unavailable) {
+.sitetreeTree treechildren::-moz-tree-image(collection-unavailable) {
list-style-image: url("chrome://yulup/skin/icons/sitetree-collection-unavailable.png");
padding-right: 3px;
}
More information about the Yulup-commits
mailing list