diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-05-10 13:37:16 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-05-10 13:37:16 +0000 |
| commit | ca07714be686133b51b445b240738f2bd1051b8d (patch) | |
| tree | 3444f64d9ddf96019bee15471f4bcf5207cb00c2 /js/jquery | |
| parent | e0aaff8ffc7b533bcc1818c7626afff378ebd544 (diff) | |
| download | webtrees-ca07714be686133b51b445b240738f2bd1051b8d.tar.gz webtrees-ca07714be686133b51b445b240738f2bd1051b8d.tar.bz2 webtrees-ca07714be686133b51b445b240738f2bd1051b8d.zip | |
Improvements to svn 8237. (Thanks Greg)
Diffstat (limited to 'js/jquery')
| -rw-r--r-- | js/jquery/css/jquery-ui.custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/jquery/css/jquery-ui.custom.css b/js/jquery/css/jquery-ui.custom.css index 5dc7fe67e5..ca9574006f 100644 --- a/js/jquery/css/jquery-ui.custom.css +++ b/js/jquery/css/jquery-ui.custom.css @@ -277,7 +277,7 @@ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
-.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
+.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: visible; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }
/* Datepicker ----------------------------------*/
|
