diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-06-09 11:07:18 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-06-09 11:07:18 +0000 |
| commit | 0f3e77b9cea98ca974415ac36bb4ecbfa0ee8339 (patch) | |
| tree | 5e5fda4656584ce4c5ccc89f5160c50d2fed35cf /themes | |
| parent | 8f191f506739682fbb7ecf90c56476790604ff05 (diff) | |
| download | webtrees-0f3e77b9cea98ca974415ac36bb4ecbfa0ee8339.tar.gz webtrees-0f3e77b9cea98ca974415ac36bb4ecbfa0ee8339.tar.bz2 webtrees-0f3e77b9cea98ca974415ac36bb4ecbfa0ee8339.zip | |
Fix capitalisation errors. Remove "edit name" from the menu. The edit option is now next to the name. Having two options is confusing - especially when an individual has two name records - which one does the menu option refer to?
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/colors/sprite-menu-icons.css | 1 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/themes/colors/sprite-menu-icons.css b/themes/colors/sprite-menu-icons.css index b050a18819..9e1fdd2b23 100644 --- a/themes/colors/sprite-menu-icons.css +++ b/themes/colors/sprite-menu-icons.css @@ -88,7 +88,6 @@ /* Edit Icons */ #menu-indi-editraw { background-position:left -667px; } html[dir=rtl] #menu-indi-editraw { background-position:right -667px; } -#menu-indi-editname { background-position:left -690px; } html[dir=rtl] #menu-indi-editname { background-position:right -690px; } #menu-indi-addname { background-position:left -690px; } html[dir=rtl] #menu-indi-addname { background-position:right -690px; } #menu-indi-editsex { background-position:left -690px; } html[dir=rtl] #menu-indi-editsex { background-position:right -690px; } #menu-indi-del { background-position:left -713px; } html[dir=rtl] #menu-indi-del { background-position:right -713px; } diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 529783c5fe..7eed913cd4 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -1564,7 +1564,6 @@ html[dir='rtl'] #main-menu li li a {float:right;padding:1px 5px 1px 10px;} #menu-indi-addfav {background-position:left -870px;} html[dir=rtl] #menu-indi-addfav {background-position:right -870px;} #menu-indi-addname {background-position:left -780px;} html[dir=rtl] #menu-indi-addname {background-position:right -780px;} #menu-indi-del {background-position:left -840px;} html[dir=rtl] #menu-indi-del {background-position:right -840px;} -#menu-indi-editname {background-position:left -750px;} html[dir=rtl] #menu-indi-editname {background-position:right -750px;} #menu-indi-editraw {background-position:left -240px;} html[dir=rtl] #menu-indi-editraw {background-position:right -240px;} #menu-indi-editsex {background-position:left -810px;} html[dir=rtl] #menu-indi-editsex {background-position:right -810px;} #menu-list-fam {background-position:left -90px;} html[dir=rtl] #menu-list-fam {background-position:right -90px;} |
