diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-04-07 22:08:56 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-04-07 22:08:56 +0000 |
| commit | c367585e6d0545ecc6aba24ae40105991a2a4427 (patch) | |
| tree | c6b36728c46cda0cd908179861045072022b2f84 /themes/minimal | |
| parent | a65dc307fd70f5357f90bca2a86c18e58257b3db (diff) | |
| download | webtrees-c367585e6d0545ecc6aba24ae40105991a2a4427.tar.gz webtrees-c367585e6d0545ecc6aba24ae40105991a2a4427.tar.bz2 webtrees-c367585e6d0545ecc6aba24ae40105991a2a4427.zip | |
Remove the "static tab". The sidebar has taken its place.
Diffstat (limited to 'themes/minimal')
| -rw-r--r-- | themes/minimal/jquery/jquery-ui_theme.css | 21 | ||||
| -rw-r--r-- | themes/minimal/jquery/jquery-ui_theme_rtl.css | 18 |
2 files changed, 1 insertions, 38 deletions
diff --git a/themes/minimal/jquery/jquery-ui_theme.css b/themes/minimal/jquery/jquery-ui_theme.css index bcfd29d26f..419b6ac6bf 100644 --- a/themes/minimal/jquery/jquery-ui_theme.css +++ b/themes/minimal/jquery/jquery-ui_theme.css @@ -17,27 +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: #efefef;
-}
-.static_tab_ltr {
- float: right;
- margin-right: 0px;
- border-color: #cccccc;
-}
-.static_tab_content_ltr {
- position: absolute;
- z-index: 100;
- right: 0px;
- background: #efefef;
- margin-top:0px;
- margin-right:19px;
-}
-
-.static_tab_rtl { display: none; }
-
/* ------- Sidebar ------- */
#sidebar {
margin-left:0px;
diff --git a/themes/minimal/jquery/jquery-ui_theme_rtl.css b/themes/minimal/jquery/jquery-ui_theme_rtl.css index fb381c2271..df4c5a3973 100644 --- a/themes/minimal/jquery/jquery-ui_theme_rtl.css +++ b/themes/minimal/jquery/jquery-ui_theme_rtl.css @@ -6,22 +6,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:-2px;
- margin-left:19px;
-}
-
-.static_tab_rtl { display: none; }
-
/* ----- Sidebar (rtl) ----- */
#sidebar {
position: absolute;
@@ -71,4 +55,4 @@ }
#flyout3 {
text-align: right;
-}
\ No newline at end of file +}
|
