mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 10:46:15 +03:00
Center vertically "+" image in tracker list
This commit is contained in:
parent
af9e40d83d
commit
c516c0ac12
2 changed files with 7 additions and 1 deletions
|
@ -351,4 +351,10 @@ ul.filterList li:hover a {
|
|||
#filesTable tr:hover {
|
||||
background-color: #e60;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#addTrackersPlus {
|
||||
width: 16px;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>_(URL) <img src="theme/list-add" id="addTrackersPlus" style="width:16px;cursor:pointer;"/></th>
|
||||
<th>_(URL) <img src="theme/list-add" id="addTrackersPlus"/></th>
|
||||
<th>_(Status)</th>
|
||||
<th>_(Peers)</th>
|
||||
<th>_(Message)</th>
|
||||
|
|
Loading…
Reference in a new issue