theme MDL-22492 / MDL-25204 hack it so that help popups never appear under other things.

This commit is contained in:
Tim Hunt 2010-11-16 14:09:39 +00:00
parent 45e8775911
commit 341be301fc

View File

@ -543,7 +543,7 @@ body.tag .managelink {padding: 5px;}
/** /**
* Help Content (pop-up) * 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-hd {float:right;margin:3px 3px 0 0;}
#helppopupbox .yui3-widget-bd {margin:0 1em 1em 1em;border-top:1px solid #eee;} #helppopupbox .yui3-widget-bd {margin:0 1em 1em 1em;border-top:1px solid #eee;}
#helppopupbox .helpheading {font-size: 1em;} #helppopupbox .helpheading {font-size: 1em;}