Author: rgardler
Date: Fri Nov  4 12:35:56 2011
New Revision: 1197536

URL: http://svn.apache.org/viewvc?rev=1197536&view=rev
Log:
make the search box take up less of the screen

Modified:
    incubator/wookie/trunk/widgets/templates/browse/style/media.css

Modified: incubator/wookie/trunk/widgets/templates/browse/style/media.css
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/style/media.css?rev=1197536&r1=1197535&r2=1197536&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/style/media.css (original)
+++ incubator/wookie/trunk/widgets/templates/browse/style/media.css Fri Nov  4 
12:35:56 2011
@@ -18,10 +18,10 @@
     .content-secondary {
        text-align: left;
        float: left;
-       width: 45%;
+       width: 35%;
     }
     .content-primary {
-       width: 45%;
+       width: 55%;
        float: right;
        margin-right: 1%;
        padding-right: 1%;
@@ -29,10 +29,10 @@
 
 @media ${widget.media.screen.veryWide} {
     .content-secondary {
-       width: 34%;
+       width: 24%;
     }
     .content-primary {
-       width: 56%;
+       width: 66%;
        padding-right: 1%;
     }  
 }


Reply via email to