summaryrefslogtreecommitdiff
path: root/modules_v3
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2013-10-09 12:07:58 -0500
committermakitso <makitso@gmail.com>2013-10-09 12:07:58 -0500
commite783d46c2ab9e7a77a0cbacc89edc9f2d2697507 (patch)
treef65936dcf423e7a88d320cf2e0f16586fa80409b /modules_v3
parent744c1cc2f94dafb0ee356bd1a0e662966aa33ec9 (diff)
downloadwebtrees-e783d46c2ab9e7a77a0cbacc89edc9f2d2697507.tar.gz
webtrees-e783d46c2ab9e7a77a0cbacc89edc9f2d2697507.tar.bz2
webtrees-e783d46c2ab9e7a77a0cbacc89edc9f2d2697507.zip
Bug 1237506] Pedigree Map - missing space between relationship text and name in rtl
Diffstat (limited to 'modules_v3')
-rw-r--r--modules_v3/googlemap/css/wt_v3_googlemap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules_v3/googlemap/css/wt_v3_googlemap.css b/modules_v3/googlemap/css/wt_v3_googlemap.css
index 16dfb8f55d..a6546e60f0 100644
--- a/modules_v3/googlemap/css/wt_v3_googlemap.css
+++ b/modules_v3/googlemap/css/wt_v3_googlemap.css
@@ -300,3 +300,6 @@ html[dir="rtl"] .iwstyle .icon-silhouette-U {
margin: 20px;
}
#side_bar .NAME {padding-left:5px;}
+#side_bar img {padding-right:5px;}
+html[dir="rtl"] #side_bar .NAME {padding-right:5px;}
+html[dir="rtl"] #side_bar img {padding-left:5px;}