You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2010/02/16 19:06:30 UTC

svn commit: r910630 - /incubator/vcl/trunk/web/css/privileges.css

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;
+}