Details
-
Type:
Improvement
-
Status: Done/Fixed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.1
-
Fix Version/s: 4.3.0
-
Component/s: CiviContribute, CiviEvent
-
Labels:None
Description
The 'clear' patch attached to this issue represents a possibly cleaner way to clear floats in our new front-end markup (eliminates using the extra <div class="clear></div> markup).
I'm working on some other layout fixes in Confirm.tpl and Thankyou.tpl. Will check on this a incorporate as needed (for some reason the billing name was duplicated in the latest commit on those files). Also, on a related note, the recent patches used markup shortcut that doesn't work properly (at least in firefox):
<div class="clear" />
Firefox doesn't seem to see this div as closed and so the containing section doesn't get the margin-bottom style applied. I'm changing all these to use:
<div class="clear></div>