Author: adrianc
Date: Sat Jan 29 02:42:27 2011
New Revision: 1064947

URL: http://svn.apache.org/viewvc?rev=1064947&view=rev
Log:
Small Flat Grey style fix - don't let screenlet contents spill out of 
screenlet. Fixes the layout in screens where a screenlet contains a table that 
is very wide.

Modified:
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=1064947&r1=1064946&r2=1064947&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Sat Jan 29 02:42:27 
2011
@@ -475,6 +475,7 @@ border-left: 0.1em solid #ccc;
 height: auto !important;
 height: 1%;
 margin-bottom: 1em;
+overflow: auto;
 }
 
 .screenlet-body {


Reply via email to