Restyled country dropdown

Added jquery plugin that allows for flags and country codes to be
displayed in a user-friendly way, on top of the existing phone view
This commit is contained in:
Emily Chao
2015-01-15 11:11:45 -10:00
committed by lilia
parent 5d3020b9ed
commit e74cba8a92
11 changed files with 2043 additions and 54 deletions

View File

@@ -83,3 +83,7 @@ img.preview {
padding: 5px;
border-radius: 3px;
}
ul.country-list {
min-width: 197px !important;
}