summaryrefslogtreecommitdiff
path: root/themes/colors/jquery
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-04-07 22:08:56 +0000
committerfisharebest <fisharebest@gmail.com>2010-04-07 22:08:56 +0000
commitc367585e6d0545ecc6aba24ae40105991a2a4427 (patch)
treec6b36728c46cda0cd908179861045072022b2f84 /themes/colors/jquery
parenta65dc307fd70f5357f90bca2a86c18e58257b3db (diff)
downloadwebtrees-c367585e6d0545ecc6aba24ae40105991a2a4427.tar.gz
webtrees-c367585e6d0545ecc6aba24ae40105991a2a4427.tar.bz2
webtrees-c367585e6d0545ecc6aba24ae40105991a2a4427.zip
Remove the "static tab". The sidebar has taken its place.
Diffstat (limited to 'themes/colors/jquery')
-rw-r--r--themes/colors/jquery/jquery-ui_theme.css22
-rw-r--r--themes/colors/jquery/jquery-ui_theme_rtl.css19
2 files changed, 1 insertions, 40 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme.css b/themes/colors/jquery/jquery-ui_theme.css
index b06046ec96..a44ba3896b 100644
--- a/themes/colors/jquery/jquery-ui_theme.css
+++ b/themes/colors/jquery/jquery-ui_theme.css
@@ -8,28 +8,6 @@
.ui-tabs-nav li.ui-tabs-selected a:hover { font-weight:600; color: black; }
-.static_tab_content {
- border-style:none solid solid solid;
- border-color: #c8c8c8
-}
-
-.static_tab_ltr {
- float: right;
- margin-right: 1px;
- width: 15px;
- height: 27px;
- border-color: #cccccc;
-}
-.static_tab_content_ltr {
- position: absolute;
- z-index: 100;
- right: 11px;
- margin-top:-2px;
-
-}
-.static_tab_rtl { display: none; }
-
-
/* Navigator and Flyout menu Styles */
.nam a:hover{
color:red;
diff --git a/themes/colors/jquery/jquery-ui_theme_rtl.css b/themes/colors/jquery/jquery-ui_theme_rtl.css
index cec9c2bb7a..f8f4f459aa 100644
--- a/themes/colors/jquery/jquery-ui_theme_rtl.css
+++ b/themes/colors/jquery/jquery-ui_theme_rtl.css
@@ -7,23 +7,6 @@
.ui-tabs .ui-tabs-nav li a { float: right; }
-.static_tab_rtl {
- float: left;
- margin-left: 1px;
- border-color: #cccccc;
-}
-.static_tab_content_rtl {
- position: absolute;
- z-index: 100;
- left: 0px;
- background: #eff8f8;
- margin-top:-2px;
- margin-left:12px;
-}
-
-
-.static_tab_rtl { display: none; }
-
/* ----- Sidebar (rtl) ----- */
#sidebar {
position: absolute;
@@ -83,4 +66,4 @@
}
#flyout3 {
text-align: right;
-} \ No newline at end of file
+}