From 91a23ef0a1a9a25a44df84fffd507e1d0457b5e1 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 11 Jul 2007 15:20:45 +0000 Subject: [PATCH] MDL-10409 - .invisiblefieldset display: inline issue --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index cac96e13c2..56269b8c2c 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1093,6 +1093,10 @@ body#admin-modules table.generaltable td.c0 margin-right: auto; } +#admin-report-stats-index .invisiblefieldset { + display: block; +} + /*** *** Blocks ***/ -- 2.39.5