diff options
| author | Rob Peters <makitso@gmail.com> | 2013-07-24 20:53:19 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2013-07-24 20:53:19 +0000 |
| commit | d21d83b91644caf330fc429f8a9a812063085509 (patch) | |
| tree | 6d95ec8296e09620e6f41129bfbf86d1b2064710 | |
| parent | f6ccce152d970f1dc57713298af4f539094a1b9e (diff) | |
| download | webtrees-d21d83b91644caf330fc429f8a9a812063085509.tar.gz webtrees-d21d83b91644caf330fc429f8a9a812063085509.tar.bz2 webtrees-d21d83b91644caf330fc429f8a9a812063085509.zip | |
Remove font11 no longer necessary.
Change z-index on colors submenu for relationship chart.
| -rw-r--r-- | themes/clouds/style.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/colors.css | 3 | ||||
| -rw-r--r-- | themes/fab/style.css | 4 | ||||
| -rw-r--r-- | themes/minimal/style.css | 4 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 1 | ||||
| -rw-r--r-- | themes/xenea/style.css | 4 |
6 files changed, 1 insertions, 19 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 3fffe4252a..08d5a914d6 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -1397,10 +1397,6 @@ direction:rtl; .width90 {width:90%;} .width100 {width:100%;} -.font11 { -font-size:11px; -} - .font9 { font-size:9px; } diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index 61345c9515..87bb1b2e29 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -84,7 +84,7 @@ html[dir=rtl] .makeMenu li ul li {text-align:right;} /* Menu setup */ #main-menu {display: inline-block;width:100%;margin:0;padding:0;height:48px;} -#main-menu ul {padding:0;margin:0;border:1px solid #dddddd;border-radius:5px;list-style-type:none;position:absolute;visibility:hidden;opacity:0;background:#ffffff;z-index:110;} +#main-menu ul {padding:0;margin:0;border:1px solid #dddddd;border-radius:5px;list-style-type:none;position:absolute;visibility:hidden;opacity:0;background:#ffffff;z-index:201;} #main-menu li {display:block; position:relative;float:left;list-style:none;} #main-menu li a {display:block;} #main-menu li > ul {display:block;position:absolute;top:0;left:100%;right:auto;} @@ -485,7 +485,6 @@ html[dir=rtl] .optionbox input {margin-left:5px;} .width100 {width:100%;} .font9 {font-size:9px;} -.font11 {font-size:11px;} .font12 {font-size:12px;} /* Pending edits - TODO perhaps show differently in different contexts? */ diff --git a/themes/fab/style.css b/themes/fab/style.css index 5f91606c86..259d5642a4 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -830,10 +830,6 @@ left:auto; } /* Font sizes */ -.font11 { - font-size:11px; -} - .font9 { font-size:9px; } diff --git a/themes/minimal/style.css b/themes/minimal/style.css index c78250263d..fe169227e9 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -885,10 +885,6 @@ margin:20px; } /* font sizes */ -.font11 { - font-size:11px; -} - .font9 { font-size:9px; } diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index d7dc705137..3a2c2252c8 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -266,7 +266,6 @@ html[dir=rtl] .header_search {float:left;} .width100 {width:100%;} /* Font sizes */ -.font11 {font-size:11px;} .font9 {font-size:9px;} /* Message box */ diff --git a/themes/xenea/style.css b/themes/xenea/style.css index b3e1293a61..5555911e91 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -1202,10 +1202,6 @@ h4 { } /* Font sizes */ -.font11 { - font-size:11px; -} - .font9 { font-size:9px; } |
