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 /themes/colors/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 'themes/colors/jquery')
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css index ed3bfc971f..246671a138 100644 --- a/themes/colors/jquery/jquery-ui_theme.css +++ b/themes/colors/jquery/jquery-ui_theme.css @@ -53,12 +53,19 @@ color:red; left: 0px;
padding: 0px;
}
+ul.clist {
+ list-style-image: none;
+ text-decoration:none;
+ color:#000000;
+ margin: 0px;
+ margin-left: 0px;
+}
/* End of Flyout Menu styles*/
/* Sidebar --------------------------------*/
.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; }
#sidebar {
@@ -156,3 +163,4 @@ color:red; padding: 0px;
margin: 0px;
}
+
|
