diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-08-22 20:29:00 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-08-22 20:29:00 +0000 |
commit | 22a98528b741042a06d1227182bd4162cc2e8c45 (patch) | |
tree | 6ea27b35867912cd840ed7882d629cbd3ae15164 /misc | |
parent | 7d9f29aca734b3040ca5f7399782b997ef3eb2b4 (diff) | |
download | brdo-22a98528b741042a06d1227182bd4162cc2e8c45.tar.gz brdo-22a98528b741042a06d1227182bd4162cc2e8c45.tar.bz2 |
- Patch #29075 by fago: made the collapsible fieldset icons work in IE 5.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 391fc2500..258fd8791 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'); } |