summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-08-30 17:37:08 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-08-30 17:37:08 +0000
commite362dd9b071c5c2ff3ffeee8d1f89c3003612920 (patch)
tree7dac18b4d7f21b447a301b4a36f2829bccf6df53 /modules
parent7ab90f3bd55c9c472e1da4389831e8f0d1dcfe42 (diff)
downloadbrdo-e362dd9b071c5c2ff3ffeee8d1f89c3003612920.tar.gz
brdo-e362dd9b071c5c2ff3ffeee8d1f89c3003612920.tar.bz2
#134307 by dww, Stefan Nantegaal and dvessel: fix table headers interaction with Safari, so the fieldset contents will not disappear
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css
index 564b0666f..e5917eee3 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -352,6 +352,10 @@ html.js fieldset.collapsed legend a {
* html.js fieldset.collapsed table * {
display: inline;
}
+/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
+html.js fieldset.collapsible {
+ position: relative;
+}
html.js fieldset.collapsible legend a {
display: block;
}