summaryrefslogtreecommitdiff
path: root/themes/colors/jquery
diff options
context:
space:
mode:
authorBrian Holland <windmillway2@gmail.com>2010-05-04 18:18:34 +0000
committerBrian Holland <windmillway2@gmail.com>2010-05-04 18:18:34 +0000
commit1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03 (patch)
tree4f4f9a950bc2770400ed25361910fef23cdbeeb1 /themes/colors/jquery
parent2ad4c6ac23bfd36dff641ebd8d161ae4e17f76db (diff)
downloadwebtrees-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 'themes/colors/jquery')
-rw-r--r--themes/colors/jquery/jquery-ui_theme.css31
1 files changed, 20 insertions, 11 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css
index 07d25570df..3f2aa6c6b3 100644
--- a/themes/colors/jquery/jquery-ui_theme.css
+++ b/themes/colors/jquery/jquery-ui_theme.css
@@ -13,7 +13,8 @@
color:red;
}
.nav_content {
- width:240px;
+ width: 240px;
+ margin-left: -25px;
padding-left:5px;
padding-right:5px;
padding-top:3px;
@@ -59,7 +60,6 @@ color:red;
position: absolute;
right: 0px;
width: 0px;
- height: 710px;
z-index: 50;
margin-left:0px;
margin-top: 10px;
@@ -68,27 +68,36 @@ color:red;
}
#sidebar_controls {
position: absolute;
- float: left;
- left: -24px;
- margin: 0;
- height: 24px;
- width: 24px;
+ top: 2px;
+ left: -24px;
+ margin: 0px;
+ height: 0px;
+ width: 0px;
z-index: 10;
border: none;
+ background-color: transparent;
+
+}
+#sidebar_open {
+ padding: 0;
}
#sidebar_open img {
+ position: absolute;
padding: 0;
margin: 0;
height: 24px;
+ background: transparent;
}
-
#sidebar_pin {
- /* display: none; */
+ position: absolute;
+ top: -22px;
padding-top: 3px;
- background: #ffffff;
+ margin-left: 225px;
+ background: transparent;
}
#sidebar_pin img {
- padding-right: 3px;
+ margin-top: -55px;
+ padding-right: 4px;
padding-left: 4px;
}
#sidebarAccordion {