Skip to content

Commit

Permalink
Merge pull request #3959 from vector-im/luke/improve-country-dd-4
Browse files Browse the repository at this point in the history
CSS for left_aligned Dropdowns, and adjustments for Country dd in Login
  • Loading branch information
lukebarnard1 committed May 18, 2017
2 parents 1460eae + d0adfb6 commit 53f0a6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ limitations under the License.

.mx_Login_phoneCountry {
margin-bottom: 14px;
width: 145px;
width: 150px;

/* To override mx_Login_field_prefix */
text-align: left;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ limitations under the License.
width: 0
}

.mx_Dropdown.left_aligned .mx_Dropdown_arrow {
left: 10px;
}

.mx_Dropdown.left_aligned .mx_Dropdown_input > .mx_Dropdown_option {
padding-left: 25px;
}

.mx_Dropdown_option {
height: 35px;
line-height: 35px;
Expand Down

0 comments on commit 53f0a6b

Please sign in to comment.