You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/06/03 20:13:42 UTC

svn commit: r543977 - /incubator/xap/trunk/codebase/css/xapDefault.css

Author: mturyn
Date: Sun Jun  3 13:13:41 2007
New Revision: 543977

URL: http://svn.apache.org/viewvc?view=rev&rev=543977
Log:
Updated the tree node padding.

Modified:
    incubator/xap/trunk/codebase/css/xapDefault.css

Modified: incubator/xap/trunk/codebase/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/css/xapDefault.css?view=diff&rev=543977&r1=543976&r2=543977
==============================================================================
--- incubator/xap/trunk/codebase/css/xapDefault.css (original)
+++ incubator/xap/trunk/codebase/css/xapDefault.css Sun Jun  3 13:13:41 2007
@@ -346,8 +346,8 @@
 	background-image: url(tree_folderopen.gif);
 	background-repeat: no-repeat;
 	background-position: center center;
-	padding-left: 8px;
-	padding-right: 8px;
+	padding-left: 5px;
+	padding-right: 5px;
 	cursor: pointer;
 }
 
@@ -355,8 +355,8 @@
 	background-image: url(tree_folderclosed.gif);
 	background-repeat: no-repeat;
 	background-position: center center;
-	padding-left: 8px;
-	padding-right: 8px;
+	padding-left: 5px;
+	padding-right: 5px;
 	cursor: pointer;
 }