1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

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
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

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