You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2008/03/22 01:50:47 UTC

svn commit: r639929 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css

Author: hlship
Date: Fri Mar 21 17:50:45 2008
New Revision: 639929

URL: http://svn.apache.org/viewvc?rev=639929&view=rev
Log:
TAPESTRY-2293: BeanDisplay formatting is off for fields with null values

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css?rev=639929&r1=639928&r2=639929&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry/default.css Fri Mar 21 17:50:45 2008
@@ -149,6 +149,10 @@
     content: ":";
 }
 
+DIV.t-beandisplay-row {
+    clear: both;
+}
+
 DIV.t-beaneditor-row LABEL, DIV.t-beandisplay DIV.t-beandisplay-label {
     width: 250px;
     display: block;