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/fab | |
| 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/fab')
| -rw-r--r-- | themes/fab/jquery/jquery-ui_theme.css | 19 | ||||
| -rw-r--r-- | themes/fab/jquery/jquery-ui_theme_rtl.css | 14 |
2 files changed, 0 insertions, 33 deletions
diff --git a/themes/fab/jquery/jquery-ui_theme.css b/themes/fab/jquery/jquery-ui_theme.css index ec9e3a9b46..a3109a59d0 100644 --- a/themes/fab/jquery/jquery-ui_theme.css +++ b/themes/fab/jquery/jquery-ui_theme.css @@ -8,25 +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;
- border-color: #cccccc;
-}
-.static_tab_content_ltr {
- position: absolute;
- z-index: 100;
- right: 11px;
- margin-top:-2px;
-
-}
-.static_tab_rtl { display: none; }
-
/* ------- Sidebar ------- */
#sidebar_open img {
margin-left: 0px;
diff --git a/themes/fab/jquery/jquery-ui_theme_rtl.css b/themes/fab/jquery/jquery-ui_theme_rtl.css index 7bcd14baf9..e53ed15e40 100644 --- a/themes/fab/jquery/jquery-ui_theme_rtl.css +++ b/themes/fab/jquery/jquery-ui_theme_rtl.css @@ -6,20 +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-right: 1px; - border-color: #cccccc; -} -.static_tab_content_rtl { - position: absolute; - z-index: 100; - left: 10px; - margin-top:-2px; - -} -.static_tab_rtl { display: none; } - /* ----- Sidebar (rtl) ----- */ #sidebar { position: absolute; |
