mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 09:47:08 +03:00
Merge pull request #4725 from ngosang/webui_css
[Web UI] Minor changes in CSS styles
This commit is contained in:
commit
6054e05e70
2 changed files with 10 additions and 2 deletions
|
@ -345,6 +345,12 @@ div.formRow {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.filterTitle {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
ul.filterList {
|
||||
margin: 0 0 0 16px;
|
||||
padding-left: 0;
|
||||
|
@ -394,10 +400,12 @@ td.generalLabel {
|
|||
|
||||
.torrentTable th {
|
||||
padding: 5px 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.torrentTable td {
|
||||
padding: 0px 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.torrentTable thead tr {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
QBT_TR(Status)QBT_TR
|
||||
<span class="filterTitle">QBT_TR(Status)QBT_TR</span>
|
||||
<ul class="filterList">
|
||||
<li id="all_filter"><a href="#" onclick="setFilter('all');return false;"><img src="images/skin/filterall.png"/>QBT_TR(All (0))QBT_TR</a></li>
|
||||
<li id="downloading_filter"><a href="#" onclick="setFilter('downloading');return false;"><img src="images/skin/downloading.png"/>QBT_TR(Downloading (0))QBT_TR</a></li>
|
||||
|
@ -11,6 +11,6 @@ QBT_TR(Status)QBT_TR
|
|||
<li id="errored_filter"><a href="#" onclick="setFilter('errored');return false;"><img src="images/skin/error.png"/>QBT_TR(Errored (0))QBT_TR</a></li>
|
||||
</ul>
|
||||
<br/>
|
||||
QBT_TR(Labels)QBT_TR
|
||||
<span class="filterTitle">QBT_TR(Labels)QBT_TR</span>
|
||||
<ul id="filterLabelList" class="filterList">
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue