diff options
| author | makitso <makitso@gmail.com> | 2015-01-21 09:41:31 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-01-21 09:41:31 -0700 |
| commit | 6efa89c2b11ee7b1f4e8293088bd557ebab98f2f (patch) | |
| tree | d4fa1a76df6c1f1d5e6f00bd2248247616f920fc | |
| parent | 70c9b2051396e9a9d2c5b61be3d0e11032e20805 (diff) | |
| download | webtrees-6efa89c2b11ee7b1f4e8293088bd557ebab98f2f.tar.gz webtrees-6efa89c2b11ee7b1f4e8293088bd557ebab98f2f.tar.bz2 webtrees-6efa89c2b11ee7b1f4e8293088bd557ebab98f2f.zip | |
Correct chart name to descendants
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 5 | ||||
| -rw-r--r-- | themes/colors/css-1.7.0/style.css | 4 | ||||
| -rw-r--r-- | themes/webtrees/css-1.7.0/style.css | 4 | ||||
| -rw-r--r-- | themes/xenea/css-1.7.0/style.css | 4 |
4 files changed, 8 insertions, 9 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 0f8f3b403b..b262091483 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -4661,12 +4661,11 @@ footer .error { [dir=rtl] #menu-chart-compact { background-position: right -0px; } - -#menu-chart-descendancy { +#menu-chart-descendants { background-position: left -69px; } -[dir=rtl] #menu-chart-descendancy { +[dir=rtl] #menu-chart-descendants { background-position: right -69px; } diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css index 3a9c48a05a..49dd1e68e3 100644 --- a/themes/colors/css-1.7.0/style.css +++ b/themes/colors/css-1.7.0/style.css @@ -4583,11 +4583,11 @@ footer { background-position: right -52px; } -#menu-chart-descendancy { +#menu-chart-descendants { background-position: left -0px; } -[dir=rtl] #menu-chart-descendancy { +[dir=rtl] #menu-chart-descendants { background-position: right -0px; } diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css index a6e8c41b37..3719c014a9 100644 --- a/themes/webtrees/css-1.7.0/style.css +++ b/themes/webtrees/css-1.7.0/style.css @@ -4490,11 +4490,11 @@ footer { background-position: right -30px; } -#menu-chart-descendancy { +#menu-chart-descendants { background-position: left -150px; } -[dir=rtl] #menu-chart-descendancy { +[dir=rtl] #menu-chart-descendants { background-position: right -150px; } diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css index 6535c9b4b7..70b9816375 100644 --- a/themes/xenea/css-1.7.0/style.css +++ b/themes/xenea/css-1.7.0/style.css @@ -4497,11 +4497,11 @@ footer { background-position: right -46px; } -#menu-chart-descendancy { +#menu-chart-descendants { background-position: left -69px; } -[dir=rtl] #menu-chart-descendancy { +[dir=rtl] #menu-chart-descendants { background-position: right -69px; } |
