summaryrefslogtreecommitdiff
path: root/themes/_common/css-2.0.0/style.css
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2018-02-08 07:23:37 -0700
committermakitso <makitso@gmail.com>2018-02-08 07:23:37 -0700
commit7ab3a8b07ea1a9fdda2555f81ac85ac1ef0900bd (patch)
treea91781f5d07b4f4cbe268e5f06a67c7d5ef5d6fd /themes/_common/css-2.0.0/style.css
parent5ef43d34e7a517bce4819c8695eed1fb485fe71b (diff)
downloadwebtrees-7ab3a8b07ea1a9fdda2555f81ac85ac1ef0900bd.tar.gz
webtrees-7ab3a8b07ea1a9fdda2555f81ac85ac1ef0900bd.tar.bz2
webtrees-7ab3a8b07ea1a9fdda2555f81ac85ac1ef0900bd.zip
Fix: # 1603 - Root ID image spacing
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
-rwxr-xr-xthemes/_common/css-2.0.0/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css
index ea282b18e6..35b6541bac 100755
--- a/themes/_common/css-2.0.0/style.css
+++ b/themes/_common/css-2.0.0/style.css
@@ -26,8 +26,12 @@
height: auto;
}
-#select2-rootid-container img {
- padding: 5px;
+.select2-container .select2-selection--single .select2-selection__rendered {
+ padding-left: 0;
+}
+
+#select2-rootid-container img, #select2-xref-container img {
+ padding: 3px;
}
/*