Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
Line 1317 in civicrm.css is currently:
#panel, .panel {
Change to this to avoid conflicts if panel class or id is used elsewhere on the page:
#crm-container #panel, #crm-container .panel {