summaryrefslogtreecommitdiff
path: root/themes/cloudy
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/cloudy
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/cloudy')
-rw-r--r--themes/cloudy/jquery/jquery-ui_theme.css20
-rw-r--r--themes/cloudy/jquery/jquery-ui_theme_rtl.css18
2 files changed, 1 insertions, 37 deletions
diff --git a/themes/cloudy/jquery/jquery-ui_theme.css b/themes/cloudy/jquery/jquery-ui_theme.css
index cc06ab69c3..d6d6ceb10a 100644
--- a/themes/cloudy/jquery/jquery-ui_theme.css
+++ b/themes/cloudy/jquery/jquery-ui_theme.css
@@ -17,26 +17,6 @@
.ui-tabs-nav li.ui-tabs-selected:hover { background:#f8f8f8; }
.ui-tabs .ui-tabs-panel { background:#f8f8f8; }
-.static_tab_content {
- border-color: #999999;
- border-style:none solid solid solid;
- background: #eff8f8;
-}
-.static_tab_ltr {
- float: right;
- margin-right: 0px;
- border-color: #cccccc;
-}
-.static_tab_content_ltr {
- position: absolute;
- z-index: 100;
- right: 0px;
- background: #eff8f8;
- margin-top:0px;
- margin-right:42px;
-}
-.static_tab_rtl { display: none; }
-
/* ------- Sidebar ------- */
#sidebar {
margin-left:0px;
diff --git a/themes/cloudy/jquery/jquery-ui_theme_rtl.css b/themes/cloudy/jquery/jquery-ui_theme_rtl.css
index 7d34d78a1b..4dc0799bda 100644
--- a/themes/cloudy/jquery/jquery-ui_theme_rtl.css
+++ b/themes/cloudy/jquery/jquery-ui_theme_rtl.css
@@ -7,22 +7,6 @@
.ui-tabs .ui-tabs-nav li.ui-state-default {float: right; }
.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:0px;
- margin-left:41px;
-}
-.static_tab_rtl { display: none; }
-
/* ----- Sidebar (rtl) ----- */
#sidebar {
position: absolute;
@@ -72,4 +56,4 @@
}
#flyout3 {
text-align: right;
-} \ No newline at end of file
+}