[jira] Created: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

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

[jira] Created: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)
CSS fixes for Linux + Firefox 3
-------------------------------

                 Key: OFBIZ-2469
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
             Project: OFBiz
          Issue Type: Improvement
    Affects Versions: Release Branch 9.04
         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
            Reporter: Shi Yusen
            Priority: Trivial


1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
add "white-space: nowrap;" to
.label {
        margin:0;
        padding:0;
        font-size:11px;
        line-height:10px;
}
URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE

2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
Change
<span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
to
<span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>

3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
Change
<input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
to
<input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>

4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
Change
<input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
to
<input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708904#action_12708904 ]

Jacques Le Roux commented on OFBIZ-2469:
----------------------------------------

A patch would be more appreciated, thanks

> CSS fixes for Linux + Firefox 3
> -------------------------------
>
>                 Key: OFBIZ-2469
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Release Branch 9.04
>         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
>            Reporter: Shi Yusen
>            Priority: Trivial
>
> 1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
> add "white-space: nowrap;" to
> .label {
> margin:0;
> padding:0;
> font-size:11px;
> line-height:10px;
> }
> URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE
> 2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
> Change
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>
> 3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
> Change
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>
> 4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
> Change
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
> to
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Shi Yusen updated OFBIZ-2469:
-----------------------------

    Attachment: OFBIZ-2469-20090513.patch

> CSS fixes for Linux + Firefox 3
> -------------------------------
>
>                 Key: OFBIZ-2469
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Release Branch 9.04
>         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
>            Reporter: Shi Yusen
>            Priority: Trivial
>         Attachments: OFBIZ-2469-20090513.patch
>
>
> 1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
> add "white-space: nowrap;" to
> .label {
> margin:0;
> padding:0;
> font-size:11px;
> line-height:10px;
> }
> URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE
> 2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
> Change
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>
> 3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
> Change
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>
> 4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
> Change
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
> to
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709979#action_12709979 ]

Jacques Le Roux commented on OFBIZ-2469:
----------------------------------------

Hi Shi Yusen,

Please note that smoothfeather does not exist anymore and have been replaced by bizznesstime. Also could you describle the problem your change is supposed to fix ? Do we need to use chinese language to see the problem ?

Also I wonder what other commiters think about fixing widthes in pixels like this...

> CSS fixes for Linux + Firefox 3
> -------------------------------
>
>                 Key: OFBIZ-2469
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Release Branch 9.04
>         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
>            Reporter: Shi Yusen
>            Priority: Trivial
>         Attachments: OFBIZ-2469-20090513.patch
>
>
> 1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
> add "white-space: nowrap;" to
> .label {
> margin:0;
> padding:0;
> font-size:11px;
> line-height:10px;
> }
> URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE
> 2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
> Change
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>
> 3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
> Change
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>
> 4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
> Change
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
> to
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709989#action_12709989 ]

Adrian Crum commented on OFBIZ-2469:
------------------------------------

Using pixels in the FlatGrey theme is evil! Otherwise, it depends on the theme and how the graphic artist styled it.


> CSS fixes for Linux + Firefox 3
> -------------------------------
>
>                 Key: OFBIZ-2469
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Release Branch 9.04
>         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
>            Reporter: Shi Yusen
>            Priority: Trivial
>         Attachments: OFBIZ-2469-20090513.patch
>
>
> 1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
> add "white-space: nowrap;" to
> .label {
> margin:0;
> padding:0;
> font-size:11px;
> line-height:10px;
> }
> URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE
> 2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
> Change
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>
> 3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
> Change
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>
> 4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
> Change
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
> to
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710089#action_12710089 ]

Jacques Le Roux commented on OFBIZ-2469:
----------------------------------------

Shi,

Maybe, as Adrian hardly suggested ;), you could create a theme adapted to Chinese language needs and I'm sure we would be happy to add it to the other themes. In a  1st time, it(they) could be simply a copy(copies) of the theme(s) you need to change. What do you think ?

> CSS fixes for Linux + Firefox 3
> -------------------------------
>
>                 Key: OFBIZ-2469
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Release Branch 9.04
>         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
>            Reporter: Shi Yusen
>            Priority: Trivial
>         Attachments: OFBIZ-2469-20090513.patch
>
>
> 1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
> add "white-space: nowrap;" to
> .label {
> margin:0;
> padding:0;
> font-size:11px;
> line-height:10px;
> }
> URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE
> 2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
> Change
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>
> 3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
> Change
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>
> 4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
> Change
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
> to
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Shi Yusen updated OFBIZ-2469:
-----------------------------

    Attachment: catalog09.04-Fedora10-FF3.png
                ecommerce09.04-Fedora10-FF3.png

I attached the screenshots and circled the problems with red.

Yes, you're right on the widthes. I'm eager to know a proper method to fix these problems.

BTW, I happened to click XHTML validate icons on the page of http://demo904.ofbiz.org/ecommerce/control/main and it seems not passed.

Regards,

> CSS fixes for Linux + Firefox 3
> -------------------------------
>
>                 Key: OFBIZ-2469
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Release Branch 9.04
>         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
>            Reporter: Shi Yusen
>            Priority: Trivial
>         Attachments: catalog09.04-Fedora10-FF3.png, ecommerce09.04-Fedora10-FF3.png, OFBIZ-2469-20090513.patch
>
>
> 1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
> add "white-space: nowrap;" to
> .label {
> margin:0;
> padding:0;
> font-size:11px;
> line-height:10px;
> }
> URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE
> 2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
> Change
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>
> 3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
> Change
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>
> 4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
> Change
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
> to
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710102#action_12710102 ]

Shi Yusen commented on OFBIZ-2469:
----------------------------------

Jacques,

Thanks for your simple and clear English! I'll try to create a new theme based on a current one.

> CSS fixes for Linux + Firefox 3
> -------------------------------
>
>                 Key: OFBIZ-2469
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Release Branch 9.04
>         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
>            Reporter: Shi Yusen
>            Priority: Trivial
>         Attachments: catalog09.04-Fedora10-FF3.png, ecommerce09.04-Fedora10-FF3.png, OFBIZ-2469-20090513.patch
>
>
> 1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
> add "white-space: nowrap;" to
> .label {
> margin:0;
> padding:0;
> font-size:11px;
> line-height:10px;
> }
> URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE
> 2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
> Change
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>
> 3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
> Change
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>
> 4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
> Change
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
> to
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2469) CSS fixes for Linux + Firefox 3

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710266#action_12710266 ]

Ryan Foster commented on OFBIZ-2469:
------------------------------------

Shi,

If you are gong to modify widths on the 4 input fields referenced above (or any input fields for that matter)...

1. Don't use the "size" attribute as in " <input type="text"name="SEARCH_STRING" size="20""...
2. Don't use an inline style width either, as in "style="width:173px;"...

Having an inline size and width is redundant, and "size" will render differently in different browsers.  You are much better off assigning the input field a class name and then setting the width in an external style sheet.  That way, you can adjust the width on a per browser basis if you need to.  Using an inline style on the examples above makes it impossible to adjust the width using of those fields using CSS, because an inline style will always trump an ID or Class name.  


> CSS fixes for Linux + Firefox 3
> -------------------------------
>
>                 Key: OFBIZ-2469
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2469
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Release Branch 9.04
>         Environment: OFBiz 9.0.4 + Fedora 10 + Firefox 3 + Chinese Language + OpenJDK 1.6.0
>            Reporter: Shi Yusen
>            Priority: Trivial
>         Attachments: catalog09.04-Fedora10-FF3.png, ecommerce09.04-Fedora10-FF3.png, OFBIZ-2469-20090513.patch
>
>
> 1. themes/smoothfeather/webapp/smoothfeather/css/forms.css
> add "white-space: nowrap;" to
> .label {
> margin:0;
> padding:0;
> font-size:11px;
> line-height:10px;
> }
> URL to see the improvement: /myportal/control/showPortalPage?portalPageId=MYPORTAL_EMPLOYEE1&parentPortalPageId=MYPORTAL_EMPLOYEE
> 2. applications/product/webapp/catalog/find/keywordsearchbox.ftl
> Change
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <span class="label">${uiLabelMap.ProductKeywords}:</span><input type="text"name="SEARCH_STRING" size="20" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:173px;"/>
> 3. applications/order/webapp/ordermgr/entry/catalog/keywordsearchbox.ftl
> Change
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}"/>
> to
> <input type="text" name="SEARCH_STRING" size="14" maxlength="50" value="${requestParameters.SEARCH_STRING?if_exists}" style="width:135px;"/>
> 4. specialpurpose/ecommerce/webapp/ecommerce/customer/miniSignUpForContactList.ftl
> Change
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text">
> to
> <input size="20" maxlength="255" name="email" class="inputBox" value="" type="text" style="width:135px;">

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