diff options
| author | makitso <makitso@gmail.com> | 2018-02-08 07:23:37 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2018-02-08 07:23:37 -0700 |
| commit | 7ab3a8b07ea1a9fdda2555f81ac85ac1ef0900bd (patch) | |
| tree | a91781f5d07b4f4cbe268e5f06a67c7d5ef5d6fd /themes/_common/css-2.0.0/style.css | |
| parent | 5ef43d34e7a517bce4819c8695eed1fb485fe71b (diff) | |
| download | webtrees-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-x | themes/_common/css-2.0.0/style.css | 8 |
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; } /* |
