mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Center vertically "+" image in tracker list
This commit is contained in:
@@ -352,3 +352,9 @@ ul.filterList li:hover a {
|
|||||||
background-color: #e60;
|
background-color: #e60;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#addTrackersPlus {
|
||||||
|
width: 16px;
|
||||||
|
cursor: pointer;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
<table class="torrentTable" cellpadding="0" cellspacing="0" style="width: 100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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>_(Status)</th>
|
||||||
<th>_(Peers)</th>
|
<th>_(Peers)</th>
|
||||||
<th>_(Message)</th>
|
<th>_(Message)</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user