Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.8, 1.9, 2.0
-
Fix Version/s: 2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
I asked one of our themers to look into why CiviCRM has floating/clearing issues in every theme except Garland. Here's what he had to say:
http://oa.advomatic.com/civicrm/event?reset=1
#crm-container .float-right should not have "clear:both" If this CSS rule is removed, the Manage Events and New Events buttons are positioned properly in Rootcandy (and Garland). So, unless that rule is needed somewhere else I haven't seen, I'm going to do a clear:none in rootcandy's CSS to override the default CiviCRM stylesheet.
http://oa.advomatic.com/civicrm/contact/view/cd/edit?tableId=1&groupId=4&action=update&reset=1
Same thing... #crm-container div.form-item should get clear:none and problems go away. I've added that to rootcandy's CSS.
And some others:
#crm-container .spacer {
clear: none;
}
#crm-container div#recently-viewed {
float:none;
}