summaryrefslogtreecommitdiff
path: root/themes/clouds/css-1.7.4/style.css
diff options
context:
space:
mode:
authorDavid Drury <david@drury.me.uk>2016-03-13 14:13:28 +0000
committerDavid Drury <david@drury.me.uk>2016-03-13 18:23:29 +0000
commita697fabf5eecd70c3939df89f31d6bcd7f5b9e6a (patch)
treed7f31bf5df68aa2381d82c4bb2ee992248437876 /themes/clouds/css-1.7.4/style.css
parent8e6628df3c204ff845e06200572cbec2e55fd40a (diff)
downloadwebtrees-a697fabf5eecd70c3939df89f31d6bcd7f5b9e6a.tar.gz
webtrees-a697fabf5eecd70c3939df89f31d6bcd7f5b9e6a.tar.bz2
webtrees-a697fabf5eecd70c3939df89f31d6bcd7f5b9e6a.zip
Copy functionality of other controllers to IndividualController->->getEditMenu() and remove "Add to favourites"
Diffstat (limited to 'themes/clouds/css-1.7.4/style.css')
-rw-r--r--themes/clouds/css-1.7.4/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.4/style.css b/themes/clouds/css-1.7.4/style.css
index 5674ed28da..ab4c251b06 100644
--- a/themes/clouds/css-1.7.4/style.css
+++ b/themes/clouds/css-1.7.4/style.css
@@ -4558,6 +4558,14 @@ footer .error {
background-position: 0 -261px;
}
+.menu-indi-orderfam {
+ background-position: left 0;
+}
+
+[dir=rtl] .menu-indi-orderfam {
+ background-position: right 0;
+}
+
.menu-sour {
background-position: 0 -320px;
}
@@ -4856,6 +4864,14 @@ footer .error {
background-position: right -736px;
}
+.menu-indi-editname {
+ background-position: left -598px;
+}
+
+[dir=rtl] .menu-indi-editname {
+ background-position: right -598px;
+}
+
.menu-indi-addname {
background-position: left -690px;
}