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/04/15 03:06:01 UTC

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

Author: hlship
Date: Mon Apr 14 18:05:58 2008
New Revision: 648082

URL: http://svn.apache.org/viewvc?rev=648082&view=rev
Log:
TAPESTRY-2336: default.css div.t-autocomplete-menu ul style shouldn't have width, height & margin-left

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=648082&r1=648081&r2=648082&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 Mon Apr 14 18:05:58 2008
@@ -335,10 +335,7 @@
 DIV.t-autocomplete-menu UL {
     border: 2px outset #cc9933;
     background-color: #cc9933;
-    margin-left: 12px;
     padding: 4px 6px;
-    width: 300px;
-    height: 360px;
     overflow: auto;
 }