From dc3a69ecb3418077447ed4e9764e2bdd230e7316 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 12 Apr 2006 07:37:36 +0000 Subject: [PATCH] The "hide" icon was hidden on the weekly format due to a new style added called "hide". --- theme/standard/styles_layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5