You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org> on 2010/04/08 15:25:36 UTC

[jira] Updated: (OFBIZ-3660) CSS style for textarea wrong in tomahawk theme

     [ https://issues.apache.org/jira/browse/OFBIZ-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3660:
-----------------------------------------

    Attachment: OFBIZ-3660_tomahawk_textarea.diff

> 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
>
>         Attachments: OFBIZ-3660_tomahawk_textarea.diff, textarea_after_chrome.jpg, textarea_after_ff.jpg, textarea_before_chrome.jpg, textarea_before_ff.jpg, textarea_before_ie.jpg, textarea_before_opera.jpg
>
>
> 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.