From 22a98528b741042a06d1227182bd4162cc2e8c45 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 22 Aug 2005 20:29:00 +0000
Subject: [PATCH] - Patch #29075 by fago: made the collapsible fieldset icons
 work in IE 5.

---
 misc/drupal.css | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/misc/drupal.css b/misc/drupal.css
index 391fc2500b1d..258fd879173a 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -177,10 +177,6 @@ tr.odd .form-item, tr.even .form-item {
   display: block;
   width: 95%;
 }
-* html .node-form fieldset {
-/* Note: IE-only CSS due to "* html". Sadly required for fieldsets to appear correctly. */
-  display: inline;
-}
 .node-form .attachments fieldset {
   float: none;
   display: block;
@@ -591,21 +587,19 @@ html.js fieldset.collapsed {
   border-right-width: 0;
   margin-bottom: 0;
 }
-
 html.js fieldset.collapsed * {
    display: none;
 }
-
+html.js fieldset.collapsed table *,
 html.js fieldset.collapsed legend,
 html.js fieldset.collapsed legend * {
   display: inline;
 }
-
 html.js fieldset.collapsible legend a {
   padding-left: 15px;
+  display: block;
   background: url('menu-expanded.png') 5px 50% no-repeat;
 }
-
 html.js fieldset.collapsed legend a {
   background-image: url('menu-collapsed.png');
 }
-- 
GitLab