Fix# account creation form style, because core ditched the icons and we
depend on it
This commit is contained in:
parent
6865cfd9d0
commit
8e987329ba
|
|
@ -1,8 +1,8 @@
|
||||||
#email, #username {
|
#email, #username, #password {
|
||||||
width: 223px !important;
|
width: 223px !important;
|
||||||
padding-left: 36px !important;
|
padding-left: 36px !important;
|
||||||
}
|
}
|
||||||
#email-icon, #username-icon {
|
#email-icon, #username-icon, #password-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 16px;
|
left: 16px;
|
||||||
top: 22px;
|
top: 22px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue