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. |
[ 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3660: ----------------------------------------- Attachment: textarea_after_ff.jpg textarea_after_chrome.jpg textarea_before_opera.jpg > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3660: ----------------------------------------- Attachment: textarea_before_ie.jpg textarea_before_ff.jpg textarea_before_chrome.jpg > 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3660: ----------------------------------------- Attachment: textarea_after_opera.jpg textarea_after_ie.jpg > 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_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 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. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3660: ----------------------------------------- Description: 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 was: 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 > 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_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. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco closed OFBIZ-3660. ------------------------------ Resolution: Fixed Thank you Blas, your patch is in trunk at revision: 932735 > 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 |
Free forum by Nabble | Edit this page |