You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by sc...@apache.org on 2011/11/03 17:25:30 UTC

svn commit: r1197204 - /incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css

Author: scottbw
Date: Thu Nov  3 16:25:30 2011
New Revision: 1197204

URL: http://svn.apache.org/viewvc?rev=1197204&view=rev
Log:
Enable regions to use auto-width so we can support widgets with a wider min-width set than 300px.

Modified:
    incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css

Modified: incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css?rev=1197204&r1=1197203&r2=1197204&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css (original)
+++ incubator/rave/trunk/rave-portal-resources/src/main/webapp/css/default.css Thu Nov  3 16:25:30 2011
@@ -289,8 +289,9 @@ header h1 {
     float: left;
     display: block;
     padding: 5px 5px 100px 5px; /*** bottom padding is needed for dnd when region is empty ***/
-    margin-right: 20px;
-    width:300px;
+    margin-right: 20px;
+    min-width:300px;
+    width: auto;
     height: 100%;
 }