Fix styling issue of country selection widget

This commit is contained in:
Hadi Nategh 2019-04-03 10:23:41 +02:00
parent 761128635d
commit b246555e3c
2 changed files with 12 additions and 3 deletions

View File

@ -18,10 +18,11 @@
width:20px
}
.et2_country-select.flag-be span.img, .flag-be{
.et2_country-select.flag-be span.img{
width:18px
}
.et2_country-select.flag-ch span.img, .flag-ch{
.et2_country-select.flag-ch span.img{
width:15px
}
.et2_country-select.flag-mc span.img{

View File

@ -3026,7 +3026,15 @@ a.chzn-single.et2_country-select span.img {
color: transparent;
top: -4px;
}
.et2_nextmatch .chzn-container-single a.chzn-single.et2_country-select span.img {
padding-top: 0;
}
.et2_nextmatch .chzn-container-single a.chzn-single.et2_country-select span{
padding-top: 4px;
}
.chzn-container-single .chzn-single.et2_country-select span {
padding-top: 0;
}
.et2_avatar {
}