diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-05-08 17:59:31 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-05-08 17:59:31 +0000 |
| commit | 4ae72d05b9e0647dd621958b4c00e698f68c2306 (patch) | |
| tree | 4858de1eb473965e62cde85222a08a48140cce75 /themes/colors/jquery | |
| parent | f97c1ed4148bddd8bc120bcecc23d8dfd7bc2eba (diff) | |
| download | webtrees-4ae72d05b9e0647dd621958b4c00e698f68c2306.tar.gz webtrees-4ae72d05b9e0647dd621958b4c00e698f68c2306.tar.bz2 webtrees-4ae72d05b9e0647dd621958b4c00e698f68c2306.zip | |
Fix Bug #576211 family navigator not expanding in IE8, Opera and Safari. Pin image also correctly placed.
Diffstat (limited to 'themes/colors/jquery')
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme.css | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css index 3f2aa6c6b3..04cc6388dc 100644 --- a/themes/colors/jquery/jquery-ui_theme.css +++ b/themes/colors/jquery/jquery-ui_theme.css @@ -56,54 +56,56 @@ color:red; /* 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-active { display: block; height: 550px;}
+
#sidebar {
position: absolute;
right: 0px;
width: 0px;
- z-index: 50;
margin-left:0px;
- margin-top: 10px;
+ margin-top: 8px;
margin-right: 12px;
- background-color: #dddddd;
+ background-color: transparent;
+
}
#sidebar_controls {
position: absolute;
- top: 2px;
- left: -24px;
- margin: 0px;
- height: 0px;
+ top: 0px;
+ left: -22px;
+ margin: 0;
+ height: 0px;
width: 0px;
z-index: 10;
- border: none;
+ border-color: none;
background-color: transparent;
-
}
#sidebar_open {
padding: 0;
}
#sidebar_open img {
position: absolute;
- padding: 0;
- margin: 0;
- height: 24px;
- background: transparent;
+ padding-top: 1px;
+ padding-bottom: 0px;
+ margin-left: 0px;
+ height: 22px;
+ width: 20px;
+ background: transparent;
}
#sidebar_pin {
position: absolute;
- top: -22px;
- padding-top: 3px;
+ margin-top: 4px;
margin-left: 225px;
- background: transparent;
+ padding-top: 1px;
+ padding-bottom: 0px;
+ background: transparent;
}
#sidebar_pin img {
- margin-top: -55px;
padding-right: 4px;
padding-left: 4px;
}
-#sidebarAccordion {
- /* display: none; */
- margin-top: -1px;
-}
+
.sb_indi_surname_li, .sb_fam_surname_li {
list-style-image: url('images/plus.gif');
white-space: nowrap;
|
