mirror of
https://github.com/transmission/transmission
synced 2025-02-25 15:32:33 +00:00
(trunk web) tweak the filterbar's display of the torrent count
This commit is contained in:
parent
1ccd8c5602
commit
c56938b433
5 changed files with 8 additions and 2 deletions
|
@ -59,7 +59,6 @@
|
||||||
</select>
|
</select>
|
||||||
<select id="filter-tracker"></select>
|
<select id="filter-tracker"></select>
|
||||||
<input type="search" id="torrent_search" placeholder="Filter" />
|
<input type="search" id="torrent_search" placeholder="Filter" />
|
||||||
—
|
|
||||||
<span id="filter-count"> </span>
|
<span id="filter-count"> </span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -312,6 +312,8 @@ div#toolbar {
|
||||||
border-radius: 6px; }
|
border-radius: 6px; }
|
||||||
#statusbar #filter input#torrent_search.blur {
|
#statusbar #filter input#torrent_search.blur {
|
||||||
color: #999; }
|
color: #999; }
|
||||||
|
#statusbar #filter #filter-count {
|
||||||
|
margin-left: 8px; }
|
||||||
#statusbar #speed-info {
|
#statusbar #speed-info {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
@ -1209,7 +1211,6 @@ div.dialog_container div.dialog_window {
|
||||||
div.dialog_container div.dialog_window {
|
div.dialog_container div.dialog_window {
|
||||||
top: 0;
|
top: 0;
|
||||||
margin-top: 71px; } }
|
margin-top: 71px; } }
|
||||||
|
|
||||||
div.dialog_container .dialog_logo {
|
div.dialog_container .dialog_logo {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
|
|
@ -210,6 +210,8 @@ $statusbar-gradient-bottom: #bbb;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
&.blur { color: #999; }
|
&.blur { color: #999; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filter-count { margin-left: 8px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#speed-info
|
#speed-info
|
||||||
|
|
|
@ -307,6 +307,8 @@ div#toolbar {
|
||||||
margin-left: 5px; }
|
margin-left: 5px; }
|
||||||
#statusbar #filter input#torrent_search {
|
#statusbar #filter input#torrent_search {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
#statusbar #filter #filter-count {
|
||||||
|
margin-left: 8px; }
|
||||||
#statusbar #speed-info {
|
#statusbar #speed-info {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
|
@ -199,6 +199,8 @@ $statusbar-gradient-bottom: #bbb;
|
||||||
input#torrent_search {
|
input#torrent_search {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filter-count { margin-left: 8px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#speed-info
|
#speed-info
|
||||||
|
|
Loading…
Reference in a new issue