Theme fixes, minor graphical tweaks, fixed max-width for i2psnark console.
This commit is contained in:
@ -83,7 +83,7 @@ public class I2PSnarkServlet extends HttpServlet {
|
||||
out.write("<meta http-equiv=\"refresh\" content=\"60;" + req.getRequestURI() + peerString + "\">\n");
|
||||
out.write(HEADER);
|
||||
out.write("</head><body>");
|
||||
out.write("<div class=\"page\"><table border=\"0\" width=\"100%\"><tr><td align=\"center\" class=\"snarkTitle\"><a href=\"" + req.getRequestURI() + peerString + "\" title=\"I2PSnark (Manual Page Refresh)\"><img src=\"/themes/console/images/i2psnark.png\" alt=\"I2PSnark Anonymous BitTorrent Client\" border=\"0\" class=\"snarklogo\"></a></table>");
|
||||
out.write("<center><div class=\"page\"><table border=\"0\" width=\"100%\"><tr><td align=\"center\" class=\"snarkTitle\"><a href=\"" + req.getRequestURI() + peerString + "\" title=\"I2PSnark (Manual Page Refresh)\"><img src=\"/themes/console/images/i2psnark.png\" alt=\"I2PSnark Anonymous BitTorrent Client\" border=\"0\" class=\"snarklogo\"></a></table>");
|
||||
out.write("<div class=\"snarknavbar\"><a href=\"http://forum.i2p/viewforum.php?f=21\" class=\"snarkRefresh\" target=\"_blank\">Forum</a>\n");
|
||||
Map trackers = _manager.getTrackers();
|
||||
for (Iterator iter = trackers.entrySet().iterator(); iter.hasNext(); ) {
|
||||
@ -803,7 +803,7 @@ public class I2PSnarkServlet extends HttpServlet {
|
||||
|
||||
private static final String TABLE_FOOTER = "</table></div>\n";
|
||||
|
||||
private static final String FOOTER = "</div></div></div></body></html>";
|
||||
private static final String FOOTER = "</div></div></div></center></body></html>";
|
||||
|
||||
/** inner class, don't bother reindenting */
|
||||
private static class FetchAndAdd implements Runnable {
|
||||
|
@ -28,7 +28,6 @@ div.logo {
|
||||
margin: 0em;
|
||||
padding: .5em;
|
||||
text-align: center;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
div.toolbar {
|
||||
@ -115,4 +114,9 @@ div.messages span.notice {
|
||||
|
||||
h1 {
|
||||
font-size: 18pt;
|
||||
}
|
||||
}
|
||||
|
||||
.proxyfooter{
|
||||
font-size: 7pt;
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -523,7 +523,7 @@ form {}
|
||||
margin: -5px 0 5px 0;
|
||||
padding: 7px;
|
||||
background: #004;
|
||||
-moz-box-shadow: inset 0px 0px 2px 0px #99f;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #009;
|
||||
}
|
||||
|
||||
.joblog {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.6 KiB |
@ -135,6 +135,7 @@ td {
|
||||
background-color: #fff;
|
||||
color:#310;
|
||||
min-width: 700px !important;
|
||||
max-width: 800px !important;
|
||||
margin: 20px;
|
||||
padding: 10px 20px 5px 20px;
|
||||
-moz-border-radius: 4px;
|
||||
@ -206,14 +207,14 @@ select {
|
||||
|
||||
img {
|
||||
border: none;
|
||||
margin: 0px 5px 0px 5px;
|
||||
margin: 5px 5px 0px 5px;
|
||||
opacity: 1.0;
|
||||
line-height: 100%
|
||||
}
|
||||
|
||||
img:hover{
|
||||
border: none;
|
||||
margin: 0px 5px 0px 5px;
|
||||
margin: 5px 5px 0px 5px;
|
||||
opacity: 0.5;
|
||||
line-height: 100%
|
||||
}
|
||||
|
Reference in New Issue
Block a user