From d896fd51ba53e2f870b09e98db9f1138d0e109e7 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 18 Feb 2010 09:29:39 +0000 Subject: [PATCH] themes MDL-21589 Added a CSS rule to correct the show advanced buttons in themes the make base their parent rather than standardold --- theme/base/style/core.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 13d8ebae58e..9c842dbc013 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -23,7 +23,8 @@ font-size:1em; } span.hide, -div.hide { +div.hide, +.jsenabled .advancedbutton .showadvancedbtn { display:none; }