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

@@ -1,3 +1,4 @@
@charset "UTF-8";
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -142,3 +143,7 @@ h2 {
input.form-control, select.form-control {
border-radius: 0;
}
ul.country-list {
min-width: 197px !important;
}