mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Consolidate CSS into style.css
This commit is contained in:
@@ -6,3 +6,32 @@ body {
|
||||
line-height: 18px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.col {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#main {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
padding-top: 5em;
|
||||
}
|
||||
|
||||
#formplace {
|
||||
text-align: left;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#error_msg {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
height: 11em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user