[
https://issues.apache.org/jira/browse/OFBIZ-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609358#action_12609358
]
Adrian Crum commented on OFBIZ-1858:
------------------------------------
Rob,
One trivial bit of advice on CSS classes...
If you assign an ID to an HTML element, and you follow the W3C guideline that
IDs must be unique within a page, then you don't need to specify parent
elements in your CSS selector:
/* ===== Quickcheckout Styles ===== */
#wheretoship{
float:left;
width:20%;
}
#howtoship{
float:left;
width:55%;
margin-left:20px;
}
> Moved screenlets out of table and into div's to make it CSS stylable in
> checkoutoptions.ftl for ecommerce
> ----------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-1858
> URL: https://issues.apache.org/jira/browse/OFBIZ-1858
> Project: OFBiz
> Issue Type: Improvement
> Components: ecommerce
> Reporter: Rob Schapper
> Priority: Trivial
> Attachments: checkoutoptions-css.patch
>
>
> Removed the tables that the screenlets were in. I also added Id's to the
> screenlets and made entries into the ecommain.css file to have the default
> style be the same as the table layout.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.