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/04/06 20:11:47 UTC

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

Author: jfthomps
Date: Tue Apr  6 18:11:46 2010
New Revision: 931251

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

changed class for dijitTreeIcon, dijitFolderOpened, dijitFolderClosed, and dijitTreeNodeSelected from default to privtreediv

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

Modified: incubator/vcl/trunk/web/css/privileges.css
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/css/privileges.css?rev=931251&r1=931250&r2=931251&view=diff
==============================================================================
--- incubator/vcl/trunk/web/css/privileges.css (original)
+++ incubator/vcl/trunk/web/css/privileges.css Tue Apr  6 18:11:46 2010
@@ -1,17 +1,17 @@
 .dijitTreeLabel {
 	margin: 0;
 }
-.default .dijitTreeIcon {
+.privtreediv .dijitTreeIcon {
 	width: 0;
 	height: 0;
 }
-.default .dijitFolderOpened {
+.privtreediv .dijitFolderOpened {
 	background-image: none;
 }
-.default .dijitFolderClosed {
+.privtreediv .dijitFolderClosed {
 	background-image: none;
 }
-.default .dijitTreeNodeSelected .dijitTreeLabel {
+.privtreediv .dijitTreeNodeSelected .dijitTreeLabel {
 	background-color: #678DB2;
 	color: white;
 }