CSS style for textarea wrong in tomahawk theme
----------------------------------------------

                 Key: OFBIZ-3660
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3660
             Project: OFBiz
          Issue Type: Bug
          Components: themes
    Affects Versions: SVN trunk
            Reporter: Blas Rodriguez Somoza
            Priority: Minor
             Fix For: SVN trunk


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

The following css solves the problem (added margin and padding)

textarea {
background-color: #ffffff;
border: #999999 solid 0.1em;
font-size: 1.1em;
margin: 0.2em;
padding: 0.1em;
}

Patch attached

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to