You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Bruno Busco (JIRA)" <ji...@apache.org> on 2010/04/10 16:33:42 UTC

[jira] Assigned: (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 ]

Bruno Busco reassigned OFBIZ-3660:
----------------------------------

    Assignee: Bruno Busco

> 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
>            Assignee: Bruno Busco
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3660_tomahawk_textarea.diff, textarea_after_chrome.jpg, textarea_after_ff.jpg, textarea_after_ie.jpg, textarea_after_opera.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 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.
> 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;
> }
> The screenshot images comes from 
> WorkEffortManager - > TaskList -> select task -> Communications
> Patch attached

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira