Author: jfthomps
Date: Tue Feb 16 18:06:30 2010
New Revision: 910630

URL: http://svn.apache.org/viewvc?rev=910630&view=rev
Log:
VCL-98

added CSS to support new dijit tree

Added:
    incubator/vcl/trunk/web/css/privileges.css

Added: incubator/vcl/trunk/web/css/privileges.css
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/css/privileges.css?rev=910630&view=auto
==============================================================================
--- incubator/vcl/trunk/web/css/privileges.css (added)
+++ incubator/vcl/trunk/web/css/privileges.css Tue Feb 16 18:06:30 2010
@@ -0,0 +1,17 @@
+.dijitTreeLabel {
+       margin: 0;
+}
+.default .dijitTreeIcon {
+       width: 0;
+       height: 0;
+}
+.default .dijitFolderOpened {
+       background-image: none;
+}
+.default .dijitFolderClosed {
+       background-image: none;
+}
+.default .dijitTreeNodeSelected .dijitTreeLabel {
+       background-color: #678DB2;
+       color: white;
+}


Reply via email to