From 341be301fcd7ed58d16682a06aa588cd6cd392b7 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Tue, 16 Nov 2010 14:09:39 +0000 Subject: [PATCH] theme MDL-22492 / MDL-25204 hack it so that help popups never appear under other things. --- theme/base/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}