[Web UI] Minor changes in CSS styles

This commit is contained in:
ngosang 2016-01-31 01:39:12 +01:00
parent f23cd9204c
commit 9507e12ca7
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>