Browse Source

Merge pull request #4725 from ngosang/webui_css

[Web UI] Minor changes in CSS styles
adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
6054e05e70
  1. 8
      src/webui/www/public/css/style.css
  2. 4
      src/webui/www/public/filters.html

8
src/webui/www/public/css/style.css

@ -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 {

4
src/webui/www/public/filters.html

@ -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>

Loading…
Cancel
Save