CRM-16795 - Remove redundant css
authorColeman Watts <coleman@civicrm.org>
Fri, 10 Jul 2015 18:48:31 +0000 (14:48 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 10 Jul 2015 18:48:31 +0000 (14:48 -0400)
The adminmenuwrap was already dealt with in 469d8da

----------------------------------------
* CRM-16795: Popups obscured by wordpress admin bar
  https://issues.civicrm.org/jira/browse/CRM-16795

templates/CRM/Core/Form/ShortCode.tpl

index 1b835cf83140a94ab5db9b9d2b0d59440a06265f..0b43034927e245206be0234355b509bc1ac81233 100755 (executable)
@@ -45,7 +45,6 @@
 {* Hack to prevent WP toolbars from popping up above the dialog *}
 {literal}<style type="text/css">
   #wpadminbar,
-  #adminmenuwrap,
   .wp-editor-expand #wp-content-editor-tools,
   .wp-editor-expand div.mce-toolbar-grp {
     z-index: 100 !important;