diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-05-04 18:18:34 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-05-04 18:18:34 +0000 |
| commit | 1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03 (patch) | |
| tree | 4f4f9a950bc2770400ed25361910fef23cdbeeb1 /js/jquery | |
| parent | 2ad4c6ac23bfd36dff641ebd8d161ae4e17f76db (diff) | |
| download | webtrees-1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03.tar.gz webtrees-1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03.tar.bz2 webtrees-1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03.zip | |
Sidebar Changes: re-added pin function, standardised open close icon, narrowed sidebar width. Still TO DO: rtl css, session save "sb_pin and "sb_open" states
Diffstat (limited to 'js/jquery')
| -rw-r--r-- | js/jquery/css/jquery-ui.custom.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/jquery/css/jquery-ui.custom.css b/js/jquery/css/jquery-ui.custom.css index 6f46bdf584..618336da6c 100644 --- a/js/jquery/css/jquery-ui.custom.css +++ b/js/jquery/css/jquery-ui.custom.css @@ -404,7 +404,7 @@ #sidebar {
position: absolute;
right: 0px;
- width: 0px;
+ width: 260px;
height: 690px;
z-index: 50;
margin-left:0px;
@@ -424,6 +424,9 @@ background-color: #ffffff;
border-bottom: transparent;
}
+#sidebar_open {
+ padding: 0px;
+}
#sidebar_open img {
margin-top: 1px;
padding-top: 5px;
@@ -433,13 +436,10 @@ margin-top: 1px; height: 14px;
background-color: white;
}
-
-#sidebar_open {
- padding: 0px;
-}
#sidebarAccordion {
/* display: none; */
margin-top: -1px;
+ width: 260px;
}
#sidebar_pin {
/* display: none; */
|
