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 id="filter-tracker"></select>
|
||||
<input type="search" id="torrent_search" placeholder="Filter" />
|
||||
—
|
||||
<span id="filter-count"> </span>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -312,6 +312,8 @@ div#toolbar {
|
|||
border-radius: 6px; }
|
||||
#statusbar #filter input#torrent_search.blur {
|
||||
color: #999; }
|
||||
#statusbar #filter #filter-count {
|
||||
margin-left: 8px; }
|
||||
#statusbar #speed-info {
|
||||
float: right;
|
||||
margin-top: 5px;
|
||||
|
@ -1209,7 +1211,6 @@ div.dialog_container div.dialog_window {
|
|||
div.dialog_container div.dialog_window {
|
||||
top: 0;
|
||||
margin-top: 71px; } }
|
||||
|
||||
div.dialog_container .dialog_logo {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
|
|
@ -210,6 +210,8 @@ $statusbar-gradient-bottom: #bbb;
|
|||
border-radius: 6px;
|
||||
&.blur { color: #999; }
|
||||
}
|
||||
|
||||
#filter-count { margin-left: 8px; }
|
||||
}
|
||||
|
||||
#speed-info
|
||||
|
|
|
@ -307,6 +307,8 @@ div#toolbar {
|
|||
margin-left: 5px; }
|
||||
#statusbar #filter input#torrent_search {
|
||||
display: none; }
|
||||
#statusbar #filter #filter-count {
|
||||
margin-left: 8px; }
|
||||
#statusbar #speed-info {
|
||||
float: right;
|
||||
margin-top: 5px;
|
||||
|
|
|
@ -199,6 +199,8 @@ $statusbar-gradient-bottom: #bbb;
|
|||
input#torrent_search {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#filter-count { margin-left: 8px; }
|
||||
}
|
||||
|
||||
#speed-info
|
||||
|
|
Loading…
Reference in a new issue