diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-04-28 22:27:13 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-04-28 22:27:13 +0000 |
| commit | cb95102d91f0ab160b9a2c0ef7e2348de2a9ffbb (patch) | |
| tree | 6b4064badd9a345fc9f7195df2763fa2fb1a66eb /themes/colors/jquery | |
| parent | 3d837aaeedae0dc6e654105971ad052d2688ed34 (diff) | |
| download | webtrees-cb95102d91f0ab160b9a2c0ef7e2348de2a9ffbb.tar.gz webtrees-cb95102d91f0ab160b9a2c0ef7e2348de2a9ffbb.tar.bz2 webtrees-cb95102d91f0ab160b9a2c0ef7e2348de2a9ffbb.zip | |
Add Sidebar "Pin" function to keep sidebar permanently open.
Diffstat (limited to 'themes/colors/jquery')
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css index 553ba4664f..07d25570df 100644 --- a/themes/colors/jquery/jquery-ui_theme.css +++ b/themes/colors/jquery/jquery-ui_theme.css @@ -82,17 +82,19 @@ color:red; height: 24px;
}
-#sidebar_open {
- padding: 0;
+#sidebar_pin {
+ /* display: none; */
+ padding-top: 3px;
+ background: #ffffff;
+}
+#sidebar_pin img {
+ padding-right: 3px;
+ padding-left: 4px;
}
#sidebarAccordion {
/* display: none; */
margin-top: -1px;
}
-#sidebar_pin {
- display: none;
- padding: 1px;
-}
.sb_indi_surname_li, .sb_fam_surname_li {
list-style-image: url('images/plus.gif');
white-space: nowrap;
|
