diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-09-09 17:55:10 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-09-09 17:55:10 +0100 |
| commit | f9e6fd40c9b1196453317721786a524f20c06652 (patch) | |
| tree | 0f7366cff0dda097b1d395d353620a5c067266e5 /themes/clouds | |
| parent | e013c5cbdf548f226eefdc97188b91e6eb126589 (diff) | |
| download | webtrees-f9e6fd40c9b1196453317721786a524f20c06652.tar.gz webtrees-f9e6fd40c9b1196453317721786a524f20c06652.tar.bz2 webtrees-f9e6fd40c9b1196453317721786a524f20c06652.zip | |
Add re-order media link to main menu. Fix missing icon
Diffstat (limited to 'themes/clouds')
| -rwxr-xr-x | themes/clouds/css-2.0.0/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/clouds/css-2.0.0/style.css b/themes/clouds/css-2.0.0/style.css index 288bd29473..f11a1c9654 100755 --- a/themes/clouds/css-2.0.0/style.css +++ b/themes/clouds/css-2.0.0/style.css @@ -606,11 +606,15 @@ a > .wt-icon-arrow-up:hover::before { content: url(menu/edit-sex.png); } -.menu-indi-orderfam::before { +.menu-indi-reorder-families::before { content: url(menu/edit-reorder.png); } -.menu-indi-ordername::before { +.menu-indi-reorder-media::before { + content: url(menu/edit-reorder.png); +} + +.menu-indi-reorder-names::before { content: url(menu/edit-reorder.png); } |
