I2PSnark: Main torrent table tidyups and tweaks.

This commit is contained in:
z3d
2010-11-11 01:33:56 +00:00
parent 903d27ec0d
commit 0f63158f50
2 changed files with 20 additions and 3 deletions

View File

@@ -796,7 +796,7 @@ public class I2PSnarkServlet extends Default {
out.write("&nbsp;<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;
}

View File

@@ -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;