I2PSnark: TorrentName width tuneup.

This commit is contained in:
z3d
2010-11-12 12:58:17 +00:00
parent 7d6e237183
commit 33932eb373
2 changed files with 2 additions and 2 deletions

View File

@ -639,7 +639,7 @@ public class I2PSnarkServlet extends Default {
return rv; return rv;
} }
private static final int MAX_DISPLAYED_FILENAME_LENGTH = 44; private static final int MAX_DISPLAYED_FILENAME_LENGTH = 50;
private static final int MAX_DISPLAYED_ERROR_LENGTH = 6; private static final int MAX_DISPLAYED_ERROR_LENGTH = 6;
private void displaySnark(PrintWriter out, Snark snark, String uri, int row, long stats[], boolean showPeers, boolean showDebug) throws IOException { private void displaySnark(PrintWriter out, Snark snark, String uri, int row, long stats[], boolean showPeers, boolean showDebug) throws IOException {
String filename = snark.torrent; String filename = snark.torrent;

View File

@ -381,7 +381,7 @@ td:first-child {
.page { .page {
background: #323 url('/themes/snark/ubergine/images/tile2.png'); background: #323 url('/themes/snark/ubergine/images/tile2.png');
color: #310; color: #310;
min-width: 940px !important; min-width: 950px !important;
margin: 5px 0 0 0; margin: 5px 0 0 0;
padding: 10px 10px 0px 10px; padding: 10px 10px 0px 10px;
-moz-border-radius: 4px; -moz-border-radius: 4px;