Align WebUI login button to the right

This commit is contained in:
Chocobo1
2019-04-17 13:34:32 +08:00
parent 18be4732b3
commit 6e1e7a45a1

View File

@@ -32,6 +32,10 @@ body {
color: #f00;
}
#login {
float: right;
}
#logo img {
height: 11em;
}