summaryrefslogtreecommitdiff
path: root/themes/clouds/css-1.7.0/style.css
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-12-18 22:07:17 +0000
committerGreg Roach <fisharebest@gmail.com>2015-12-18 22:07:30 +0000
commite096e2aee647cb779de456a0eb938e33b7cc8774 (patch)
tree220d6f04594dd4bbc6dd8034d59e4eaecf919c3a /themes/clouds/css-1.7.0/style.css
parent5fb97208e14fba12072695d52009f5ac986914ac (diff)
downloadwebtrees-e096e2aee647cb779de456a0eb938e33b7cc8774.tar.gz
webtrees-e096e2aee647cb779de456a0eb938e33b7cc8774.tar.bz2
webtrees-e096e2aee647cb779de456a0eb938e33b7cc8774.zip
Fix #781 - better support for non-standard GEDCOM records
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
-rw-r--r--themes/clouds/css-1.7.0/style.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css
index 9b9c705b7d..29024c8f73 100644
--- a/themes/clouds/css-1.7.0/style.css
+++ b/themes/clouds/css-1.7.0/style.css
@@ -4544,7 +4544,8 @@ footer .error {
background-position: 0 -233px;
}
-.menu-indi {
+.menu-indi,
+.menu-record {
background-position: 0 -261px;
}
@@ -4836,11 +4837,13 @@ footer .error {
background-position: right -575px;
}
-.menu-indi-addfav {
+.menu-indi-addfav,
+.menu-record-addfav {
background-position: left -736px;
}
-[dir=rtl] .menu-indi-addfav {
+[dir=rtl] .menu-indi-addfav,
+[dir=rtl] .menu-record-addfav {
background-position: right -736px;
}
@@ -4852,19 +4855,23 @@ footer .error {
background-position: right -690px;
}
-.menu-indi-del {
+.menu-indi-del,
+.menu-record-del {
background-position: left -713px;
}
-[dir=rtl] .menu-indi-del {
+[dir=rtl] .menu-indi-del,
+[dir=rtl] .menu-record-del {
background-position: right -713px;
}
-.menu-indi-editraw {
+.menu-indi-editraw,
+.menu-record-editraw {
background-position: left -667px;
}
-[dir=rtl] .menu-indi-editraw {
+[dir=rtl] .menu-indi-editraw,
+[dir=rtl] .menu-record-editraw {
background-position: right -667px;
}