]> git.mjollnir.org Git - moodle.git/commitdiff
The "hide" icon was hidden on the weekly format due to a new
authormoodler <moodler>
Wed, 12 Apr 2006 07:37:36 +0000 (07:37 +0000)
committermoodler <moodler>
Wed, 12 Apr 2006 07:37:36 +0000 (07:37 +0000)
style added called "hide".

theme/standard/styles_layout.css

index 76adc965b1064a783ef434bedd51c62d45a922dd..0683e0ddfcc2fd4c8429ba163974a3d0dc71973d 100644 (file)
@@ -259,7 +259,8 @@ form.popupform {
   position:absolute;
   left:-10000px;
 }
-.hide {
+span.hide,
+div.hide {
   display:none;
 }