You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/02/14 16:27:49 UTC

svn commit: r1243992 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Author: lofwyr
Date: Tue Feb 14 15:27:49 2012
New Revision: 1243992

URL: http://svn.apache.org/viewvc?rev=1243992&view=rev
Log:
fix style for treeLabel

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=1243992&r1=1243991&r2=1243992&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Tue Feb 14 15:27:49 2012
@@ -1469,6 +1469,11 @@ div.tobago-richTextEditor-body {
   font-weight: bold;
 }
 
+.tobago-treeLabel {
+  margin-left: 3px;
+  padding: 1px 2px 1px 2px;
+}
+
 /* treeMenu ------------------------------------------------------------------- */
 
 .tobago-treeMenu {