You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/02/20 23:54:21 UTC

svn commit: r1072790 - in /ofbiz/trunk/themes: bizznesstime/webapp/bizznesstime/css/ bluelight/webapp/bluelight/ droppingcrumbs/webapp/droppingcrumbs/css/ flatgrey/webapp/flatgrey/ tomahawk/webapp/tomahawk/css/

Author: jleroux
Date: Sun Feb 20 22:54:20 2011
New Revision: 1072790

URL: http://svn.apache.org/viewvc?rev=1072790&view=rev
Log:
100px was too small, 250px is alright for 10 items as default

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
    ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
    ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=1072790&r1=1072789&r2=1072790&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Sun Feb 20 22:54:20 2011
@@ -2134,7 +2134,7 @@ height:22px;
 /* From http://jqueryui.com/demos/autocomplete/maxheight.html */
 /* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
 .ui-autocomplete {
-    max-height: 100px;
+    max-height: 250px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
@@ -2145,5 +2145,5 @@ height:22px;
  * we use height instead, but this forces the menu to always be this tall
  */
 * html .ui-autocomplete {
-    height: 100px;
+    height: 250px;
 }

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=1072790&r1=1072789&r2=1072790&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Sun Feb 20 22:54:20 2011
@@ -2693,7 +2693,7 @@ width:10%
 /* From http://jqueryui.com/demos/autocomplete/maxheight.html */
 /* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
 .ui-autocomplete {
-    max-height: 100px;
+    max-height: 250px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
@@ -2704,5 +2704,5 @@ width:10%
  * we use height instead, but this forces the menu to always be this tall
  */
 * html .ui-autocomplete {
-    height: 100px;
+    height: 250px;
 }

Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css?rev=1072790&r1=1072789&r2=1072790&view=diff
==============================================================================
--- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css (original)
+++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css Sun Feb 20 22:54:20 2011
@@ -2678,7 +2678,7 @@ width:10%
 /* From http://jqueryui.com/demos/autocomplete/maxheight.html */
 /* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
 .ui-autocomplete {
-    max-height: 100px;
+    max-height: 250px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
@@ -2689,5 +2689,5 @@ width:10%
  * we use height instead, but this forces the menu to always be this tall
  */
 * html .ui-autocomplete {
-    height: 100px;
+    height: 250px;
 }

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=1072790&r1=1072789&r2=1072790&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Sun Feb 20 22:54:20 2011
@@ -2124,7 +2124,7 @@ width: 30em;
 /* From http://jqueryui.com/demos/autocomplete/maxheight.html */
 /* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
 .ui-autocomplete {
-    max-height: 100px;
+    max-height: 250px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
@@ -2135,5 +2135,5 @@ width: 30em;
  * we use height instead, but this forces the menu to always be this tall
  */
 * html .ui-autocomplete {
-    height: 100px;
+    height: 250px;
 }

Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css?rev=1072790&r1=1072789&r2=1072790&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/mainrtl.css Sun Feb 20 22:54:20 2011
@@ -385,7 +385,7 @@ border-right: solid #222 0.1em;
 /* From http://jqueryui.com/demos/autocomplete/maxheight.html */
 /* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
 .ui-autocomplete {
-    max-height: 100px;
+    max-height: 250px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
@@ -396,5 +396,5 @@ border-right: solid #222 0.1em;
  * we use height instead, but this forces the menu to always be this tall
  */
 * html .ui-autocomplete {
-    height: 100px;
+    height: 250px;
 }

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1072790&r1=1072789&r2=1072790&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Feb 20 22:54:20 2011
@@ -2975,7 +2975,7 @@ width:10%
 /* From http://jqueryui.com/demos/autocomplete/maxheight.html */
 /* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
 .ui-autocomplete {
-    max-height: 100px;
+    max-height: 250px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
@@ -2986,5 +2986,5 @@ width:10%
  * we use height instead, but this forces the menu to always be this tall
  */
 * html .ui-autocomplete {
-    height: 100px;
+    height: 250px;
 }

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css?rev=1072790&r1=1072789&r2=1072790&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/stylertl.css Sun Feb 20 22:54:20 2011
@@ -389,7 +389,7 @@ float: right;
 /* From http://jqueryui.com/demos/autocomplete/maxheight.html */
 /* When displaying a long list of options, you can simply set the max-height for the autocomplete menu to prevent the menu from growing too large */
 .ui-autocomplete {
-    max-height: 100px;
+    max-height: 250px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
@@ -400,5 +400,5 @@ float: right;
  * we use height instead, but this forces the menu to always be this tall
  */
 * html .ui-autocomplete {
-    height: 100px;
+    height: 250px;
 }