diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-05-29 10:51:51 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-05-29 10:51:51 +0000 |
| commit | de2f7181465dabe92f16c0c5b6fbcebffa674086 (patch) | |
| tree | d8a7e8176c2abea1d8787ceae81657d33b7af262 /themes/colors/jquery | |
| parent | f4d7c8bff3a821a5768a4f5ec7a815e4a515e9d6 (diff) | |
| download | webtrees-de2f7181465dabe92f16c0c5b6fbcebffa674086.tar.gz webtrees-de2f7181465dabe92f16c0c5b6fbcebffa674086.tar.bz2 webtrees-de2f7181465dabe92f16c0c5b6fbcebffa674086.zip | |
#583690 - Sidebar pin and open/close graphic for RTL
Diffstat (limited to 'themes/colors/jquery')
| -rw-r--r-- | themes/colors/jquery/jquery-ui_theme_rtl.css | 60 |
1 files changed, 44 insertions, 16 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme_rtl.css b/themes/colors/jquery/jquery-ui_theme_rtl.css index 2474d54ce1..f798bfba52 100644 --- a/themes/colors/jquery/jquery-ui_theme_rtl.css +++ b/themes/colors/jquery/jquery-ui_theme_rtl.css @@ -8,35 +8,63 @@ /* ----- Sidebar (rtl) ----- */
+.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
+.ui-accordion .ui-accordion-content { padding: 1em 1em; 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 {
position: absolute;
- left: 1px;
+ left: 8px;
width: 0px;
- height: 450px;
- z-index: 50;
+ margin-right:0px;
margin-top: 10px;
- margin-left: 12px;
- background-color: #dddddd;
+ margin-left: 14px;
+ background-color: transparent;
}
#sidebar_controls {
position: absolute;
- float: right;
- right: -22px;
- margin-top: 0px;
- margin-right: 5px;
- height: 29px;
- width: 16px;
+ top: 0px;
+ left: 0px;
+ margin: 0;
+ height: 24px;
+ width: 24px;
z-index: 10;
+ border: none;
+ background-color: transparent;
+}
+#sidebar_open {
+ padding: 0;
}
#sidebar_open img {
- padding-top: 6px;
- padding-bottom: 7px;
- margin-right: 0px;
- height: 15px;
- background-color: #ffffff;
+ position: absolute;
+ padding-top: 1px;
+ padding-bottom: 0px;
+ margin-left: 0px;
+ height: 22px;
+ width: 20px;
+ background: transparent;
+}
+#sidebar_pin {
+ position: absolute;
+ margin-top: 4px;
+ margin-right: -30px;
+ padding-top: 1px;
+ padding-bottom: 0px;
+ background: transparent;
+}
+#sidebar_pin img {
+ padding-right: 4px;
+ padding-left: 4px;
}
/* Navigator & Flyout menu Styles ------*/
+.nav_content {
+ width: 235px;
+ margin-right: 0px;
+ padding-left: 0px;
+ padding-right: 0px;
+ padding-top: 0px;
+}
.flyoutrtl {
color:#000000;
text-align: right;
|
