mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Consolidate CSS into style.css
This commit is contained in:
parent
16616f4e0e
commit
a4f99995bb
2 changed files with 29 additions and 22 deletions
|
@ -6,3 +6,32 @@ body {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
color: #555;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -45,28 +45,6 @@
|
||||||
}).send();
|
}).send();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style type="text/css">
|
|
||||||
.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;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue