forked from I2P_Developers/i2p.i2p
I2PSnark: Kludge to fix extraneous space under message log on config page.
This commit is contained in:
@ -217,7 +217,7 @@ public class I2PSnarkServlet extends Default {
|
|||||||
out.write("</pre></td></tr></table></div>");
|
out.write("</pre></td></tr></table></div>");
|
||||||
|
|
||||||
if (isConfigure) {
|
if (isConfigure) {
|
||||||
out.write("</div>\n");
|
out.write("<div class=\"logshim\"></div></div>\n");
|
||||||
writeConfigForm(out, req);
|
writeConfigForm(out, req);
|
||||||
} else {
|
} else {
|
||||||
writeTorrents(out, req);
|
writeTorrents(out, req);
|
||||||
|
@ -67,6 +67,10 @@ body {
|
|||||||
background: #111 url('/themes/console/snark/images/hat.png') no-repeat scroll right center;
|
background: #111 url('/themes/console/snark/images/hat.png') no-repeat scroll right center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logshim {
|
||||||
|
margin-top: -10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font: 8pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important;
|
font: 8pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important;
|
||||||
|
Reference in New Issue
Block a user