mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 07:10:09 +01:00
Update dashboard.css
Repair misalignment display
This commit is contained in:
parent
2c9cade70a
commit
767b032e42
@ -423,6 +423,17 @@ label[for="username"], label[for="password"]{
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form[action="/update_acct"] label[for="username"] {
|
||||||
|
font-size: .875rem;
|
||||||
|
margin: 0 !important;
|
||||||
|
transform: unset;
|
||||||
|
padding: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
form[action="/update_acct"] #username {
|
||||||
|
padding: .375rem .75rem;
|
||||||
|
}
|
||||||
|
|
||||||
/*label[for="password"]{*/
|
/*label[for="password"]{*/
|
||||||
/* transform: translateY(32px) translateX(16px);*/
|
/* transform: translateY(32px) translateX(16px);*/
|
||||||
/*}*/
|
/*}*/
|
||||||
@ -548,4 +559,4 @@ pre.index-alert{
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user