You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/04/10 16:44:49 UTC

svn commit: r932735 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Author: buscob
Date: Sat Apr 10 14:44:49 2010
New Revision: 932735

URL: http://svn.apache.org/viewvc?rev=932735&view=rev
Log:
A patch from Blas Rodriguez Somoza
OFBIZ-3660 - CSS style for textarea wrong in tomahawk theme
https://issues.apache.org/jira/browse/OFBIZ-3660

The css for textarea tag have not margin and padding adjustements. The textarea is not left aligned in the same place than input[text] or select and the vertical space between fields is also different. 

Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

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=932735&r1=932734&r2=932735&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sat Apr 10 14:44:49 2010
@@ -180,6 +180,8 @@ textarea {
 background-color: #ffffff;
 border: #999999 solid 0.1em;
 font-size: 1.1em;
+margin: 0.2em;
+padding: 0.1em;
 }
 
 th,th a {