mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-04-18 10:57:40 -05:00
chg: Some cosmetic changes to login dialog
This commit is contained in:
parent
6f419c7b3d
commit
1ae00eb3a8
1 changed files with 6 additions and 1 deletions
|
@ -86,7 +86,12 @@ div[name="links-div"] {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog form {
|
#login-dialog {
|
||||||
|
border-radius: 10px;
|
||||||
|
border-width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login-dialog form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue