Force .hidden style using !important. This is needed to override other display rules, like that used for displaying tags inline on the tags page. This in turn fixes #1434
--- trunk/htdocs/system/admin/css/admin.css 2011-06-17 10:44:23 UTC (rev 5142)
+++ trunk/htdocs/system/admin/css/admin.css 2011-06-17 12:53:52 UTC (rev 5143)
@@ -2959,7 +2959,7 @@
}
#page .hidden, #page ul.dropbutton li.nodisplay {
- display: none;
+ display: none !important;
}
body.modal {