diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 3ec94986a2d..408cf6dcdfe 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -543,7 +543,7 @@ body.tag .managelink {padding: 5px;} /** * Help Content (pop-up) */ -#helppopupbox {background-color: #eee; border: 1px solid #848484;z-index: 10000;} +#helppopupbox {background-color: #eee; border: 1px solid #848484;z-index: 10000 !important;} #helppopupbox .yui3-widget-hd {float:right;margin:3px 3px 0 0;} #helppopupbox .yui3-widget-bd {margin:0 1em 1em 1em;border-top:1px solid #eee;} #helppopupbox .helpheading {font-size: 1em;}