From: moodler Date: Wed, 12 Apr 2006 07:37:36 +0000 (+0000) Subject: The "hide" icon was hidden on the weekly format due to a new X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dc3a69ecb3418077447ed4e9764e2bdd230e7316;p=moodle.git The "hide" icon was hidden on the weekly format due to a new style added called "hide". --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 76adc965b1..0683e0ddfc 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -259,7 +259,8 @@ form.popupform { position:absolute; left:-10000px; } -.hide { +span.hide, +div.hide { display:none; }