forked from I2P_Developers/i2p.i2p
I2PSnark: Main torrent table tidyups and tweaks.
This commit is contained in:
@@ -796,7 +796,7 @@ public class I2PSnarkServlet extends Default {
|
||||
out.write(" <a href=\"" + baseURL + "details.php?dllist=1&filelist=1&info_hash=");
|
||||
out.write(TrackerClient.urlencode(snark.meta.getInfoHash()));
|
||||
out.write("\" title=\"" + name + ' ' + _("Tracker") + "\" target=\"_blank\">");
|
||||
out.write("<img border=\"0\" src=\"/themes/snark/ubergine/images/details.png\">");
|
||||
out.write("<div class=\"infoz\"><img border=\"0\" src=\"/themes/snark/ubergine/images/details.png\"></div>");
|
||||
out.write("</a>");
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -531,12 +531,29 @@ img {
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
img: hover {
|
||||
img:hover {
|
||||
border: none;
|
||||
opacity: 0.5;
|
||||
opacity: 1;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.infoz {
|
||||
margin: 0 -1px 0 0 !important;
|
||||
padding: 0 !important;
|
||||
lineheight: 100%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.infoz img {
|
||||
border: none;
|
||||
opacity: 0.5 !important;
|
||||
}
|
||||
|
||||
.infoz img:hover {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
div.section,div.mainsection {
|
||||
margin: 0 0 10px 0;
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user