forked from I2P_Developers/i2p.i2p
I2PSnark: Tidyups.
This commit is contained in:
@@ -1371,9 +1371,9 @@ public class I2PSnarkServlet extends Default {
|
||||
buf.append("<form action=\"").append(base).append("\" method=\"POST\">\n");
|
||||
buf.append("<TABLE BORDER=0 class=\"snarkTorrents\" cellpadding=\"5px 10px\">" +
|
||||
"<thead><tr><th>").append("<img border=\"0\" src=\"/themes/snark/ubergine/images/file.png\" title=\"").append(_("File")).append("\" alt=\"").append(_("File")).append("\"> ").append(title).append("</th><th align=\"right\">").append("<img border=\"0\" src=\"/themes/snark/ubergine/images/size.png\" title=\"").append(_("FileSize")).append("\" alt=\"").append(_("FileSize")).append("\">").append(_("Size"));
|
||||
buf.append("</th><th>").append("<img border=\"0\" src=\"/themes/snark/ubergine/images/status.png\" title=\"").append(_("Download Status")).append("\">").append(_("Status")).append("</th>");
|
||||
buf.append("</th><th class=\"headerstatus\">").append("<img border=\"0\" src=\"/themes/snark/ubergine/images/status.png\" title=\"").append(_("Download Status")).append("\">").append(_("Status")).append("</th>");
|
||||
if (showPriority)
|
||||
buf.append("<th>").append("<img border=\"0\" src=\"/themes/snark/ubergine/images/priority.png\" title=\"\">").append(_("Priority")).append("</th>");
|
||||
buf.append("<th class=\"headerpriority\">").append("<img border=\"0\" src=\"/themes/snark/ubergine/images/priority.png\" title=\"\">").append(_("Priority")).append("</th>");
|
||||
buf.append("</tr></thead>\n");
|
||||
buf.append("<tr><td colspan=\"4\" class=\"ParentDir\"><A HREF=\"");
|
||||
buf.append(URI.addPaths(base,"../"));
|
||||
|
||||
@@ -181,6 +181,16 @@ tfoot th {
|
||||
padding-bottom: 4px !important;
|
||||
}
|
||||
|
||||
.headerstatus {
|
||||
text-align: left;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.headerpriority {
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.ParentDir {
|
||||
background: #656;
|
||||
background: #351933;
|
||||
@@ -324,17 +334,21 @@ td:first-child {
|
||||
|
||||
.snarkFileSize {
|
||||
padding: 4px 2px;
|
||||
font-weight: bold;
|
||||
color: #b6b !important;
|
||||
}
|
||||
|
||||
.snarkFileStatus {
|
||||
padding: 4px 10px;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
padding: 4px 5px 4px 15px;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-size: 7.5pt;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.snarkTorrentETA {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
font-style: italic;
|
||||
color: #dd7 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user