mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix styling issue of country selection widget
This commit is contained in:
parent
761128635d
commit
b246555e3c
@ -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{
|
||||
|
@ -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 {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user