mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
CSS for left_aligned Dropdowns, and adjustments for Country dd in Login
This commit is contained in:
parent
1460eae280
commit
d0adfb6469
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue