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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
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=12979352#action_12979352 ]

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

ping...

> 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 09.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.