Added z-index to helppopupbox

This commit is contained in:
Patrick Malley 2010-11-07 19:32:27 +00:00
parent 7144b6ce81
commit c5a9fe4b86

View File

@ -541,7 +541,7 @@ body.tag .managelink {padding: 5px;}
/**
* Help Content (pop-up)
*/
#helppopupbox {background-color: #eee; border: 1px solid #848484;}
#helppopupbox {background-color: #eee; border: 1px solid #848484;z-index: 10000;}
#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;}