[jira] [Closed] (OFBIZ-12102) Do not limit form width if asm_formSize is not defined

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-12102) Do not limit form width if asm_formSize is not defined

Nicolas Malin (Jira)

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

James Yong closed OFBIZ-12102.
------------------------------
    Resolution: Fixed

> Do not limit form width if asm_formSize is not defined
> ------------------------------------------------------
>
>                 Key: OFBIZ-12102
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12102
>             Project: OFBiz
>          Issue Type: Bug
>          Components: base
>    Affects Versions: Upcoming Branch
>            Reporter: James Yong
>            Assignee: James Yong
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>
> When asm_formSize is not set, the css will limit the form width to 700px.
> This causes fields in a 2-column form to be misaligned.
> {code:java}
> #${asm_multipleSelectForm}
>     {
>         width: ${asm_formSize!700}px
>     ;
>         position: relative
>     ;
>     }
> {code}
> Examples at /ordermgr/control/FindRequest and /content/control/findContent



--
This message was sent by Atlassian Jira
(v8.3.4#803005)