Skip to content

Commit

Permalink
theme MDL-22492 / MDL-25204 hack it so that help popups never appear …
Browse files Browse the repository at this point in the history
…under other things.
  • Loading branch information
timhunt committed Nov 16, 2010
1 parent 45e8775 commit 341be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit 341be30

Please sign in to comment.