themes MDL-21589 Added a CSS rule to correct the show advanced buttons in themes the make base their parent rather than standardold

This commit is contained in:
Sam Hemelryk
2010-02-18 09:29:39 +00:00
parent 3c14795adb
commit d896fd51ba
+2 -1
View File
@@ -23,7 +23,8 @@
font-size:1em;
}
span.hide,
div.hide {
div.hide,
.jsenabled .advancedbutton .showadvancedbtn {
display:none;
}