diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-08 16:33:13 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-08 16:33:13 +0000 |
| commit | f579c52e7b14217143dc96cf48c2514621db1b29 (patch) | |
| tree | 961e3727fda059591c8b7a8b63278b83cf4aff21 /themes/colors/jquery | |
| parent | e409588035799d3787a7112e91eae9d5701c22ed (diff) | |
| download | webtrees-f579c52e7b14217143dc96cf48c2514621db1b29.tar.gz webtrees-f579c52e7b14217143dc96cf48c2514621db1b29.tar.bz2 webtrees-f579c52e7b14217143dc96cf48c2514621db1b29.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_rtl.css | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/themes/colors/jquery/jquery-ui_theme_rtl.css b/themes/colors/jquery/jquery-ui_theme_rtl.css index f8f4f459aa..2474d54ce1 100644 --- a/themes/colors/jquery/jquery-ui_theme_rtl.css +++ b/themes/colors/jquery/jquery-ui_theme_rtl.css @@ -24,28 +24,18 @@ right: -22px;
margin-top: 0px;
margin-right: 5px;
- height: 21px;
+ height: 29px;
width: 16px;
z-index: 10;
}
#sidebar_open img {
- padding-top: 2px;
- padding-bottom: 3px;
- margin-right: 1px;
+ padding-top: 6px;
+ padding-bottom: 7px;
+ margin-right: 0px;
height: 15px;
background-color: #ffffff;
}
-/*
-#sidebar_controls {
- height: 21px;
-}
-#sidebar_open img {
- padding-top: 3px;
- padding-bottom: 3px;
-}
-*/
-
/* Navigator & Flyout menu Styles ------*/
.flyoutrtl {
color:#000000;
@@ -58,11 +48,11 @@ color:#000000;
text-align: right;
margin-top: -2px;
- right: 64px;
+ right: 70px;
padding: 3px;
}
.flyout2rtl a:hover{
- color:red;
+ color:#ff0000;
}
#flyout3 {
text-align: right;
|
