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 2009/08/10 10:00:20 UTC

svn commit: r802683 - in /myfaces/tobago/trunk/theme: scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/ speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property...

Author: lofwyr
Date: Mon Aug 10 08:00:20 2009
New Revision: 802683

URL: http://svn.apache.org/viewvc?rev=802683&view=rev
Log:
TOBAGO-606: Layout-Manager
 - set preferred label width

Modified:
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
    myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties
    myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/property/tobago-theme-config.properties

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties?rev=802683&r1=802682&r2=802683&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties Mon Aug 10 08:00:20 2009
@@ -74,6 +74,7 @@
 
 Label.fixedWidth=144
 Label.fixedHeight=25
+Label.preferredWidth=144
 
 MenuBar.headerHeight=22
 MenuBar.fixedHeight=24

Modified: myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties?rev=802683&r1=802682&r2=802683&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties Mon Aug 10 08:00:20 2009
@@ -50,6 +50,7 @@
 MenuBar.fixedHeight=17
 
 Label.fixedWidth=120
+Label.preferredWidth=120
 
 Popup.paddingWidth=0
 Popup.paddingHeight=0

Modified: myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/property/tobago-theme-config.properties
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/property/tobago-theme-config.properties?rev=802683&r1=802682&r2=802683&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/property/tobago-theme-config.properties Mon Aug 10 08:00:20 2009
@@ -33,6 +33,16 @@
 GridLayout.columnSpacing=5
 GridLayout.rowSpacing=5
 
+Label.css.border-left-width=0
+Label.css.border-top-width=0
+Label.css.border-right-width=0
+Label.css.border-bottom-width=0
+
+Label.css.padding-left=0
+Label.css.padding-top=0
+Label.css.padding-right=0
+Label.css.padding-bottom=0
+
 Page.leftOffset=0
 Page.topOffset=0
 Page.rightOffset=0