1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-10 12:21:12 +00:00

Merge pull request #4725 from ngosang/webui_css

[Web UI] Minor changes in CSS styles
This commit is contained in:
sledgehammer999 2016-02-02 16:07:49 -06:00
commit 6054e05e70
2 changed files with 10 additions and 2 deletions

View File

@ -345,6 +345,12 @@ div.formRow {
display: block; display: block;
} }
.filterTitle {
font-weight: bold;
text-transform: uppercase;
padding-left: 5px;
}
ul.filterList { ul.filterList {
margin: 0 0 0 16px; margin: 0 0 0 16px;
padding-left: 0; padding-left: 0;
@ -394,10 +400,12 @@ td.generalLabel {
.torrentTable th { .torrentTable th {
padding: 5px 10px; padding: 5px 10px;
white-space: nowrap;
} }
.torrentTable td { .torrentTable td {
padding: 0px 3px; padding: 0px 3px;
white-space: nowrap;
} }
.torrentTable thead tr { .torrentTable thead tr {

View File

@ -1,4 +1,4 @@
QBT_TR(Status)QBT_TR <span class="filterTitle">QBT_TR(Status)QBT_TR</span>
<ul class="filterList"> <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="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> <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> <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> </ul>
<br/> <br/>
QBT_TR(Labels)QBT_TR <span class="filterTitle">QBT_TR(Labels)QBT_TR</span>
<ul id="filterLabelList" class="filterList"> <ul id="filterLabelList" class="filterList">
</ul> </ul>