Catch an errant <hr> in jobs.jsp; "backport" vertical sidebar space savings to classic theme.
This commit is contained in:
@ -9,6 +9,6 @@
|
|||||||
<div class="main" id="main">
|
<div class="main" id="main">
|
||||||
<jsp:useBean class="net.i2p.router.web.JobQueueHelper" id="jobQueueHelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.JobQueueHelper" id="jobQueueHelper" scope="request" />
|
||||||
<jsp:setProperty name="jobQueueHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
<jsp:setProperty name="jobQueueHelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
|
||||||
<jsp:setProperty name="jobQueueHelper" property="writer" value="<%=out%>" /><hr>
|
<jsp:setProperty name="jobQueueHelper" property="writer" value="<%=out%>" />
|
||||||
<jsp:getProperty name="jobQueueHelper" property="jobQueueSummary" />
|
<jsp:getProperty name="jobQueueHelper" property="jobQueueSummary" />
|
||||||
</div></body></html>
|
</div></body></html>
|
||||||
|
@ -172,7 +172,7 @@ div.routersummary h3 {
|
|||||||
font-size: 9.5pt;
|
font-size: 9.5pt;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
margin: -7px 1px -7px 1px;
|
margin: -7px 1px -7px 1px;
|
||||||
padding: 3px 0;
|
padding: 1px 0;
|
||||||
background: #c5d5fb;
|
background: #c5d5fb;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@ -183,7 +183,7 @@ div.routersummary h4 {
|
|||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
margin: -7px 1px -7px 1px !important;
|
margin: -7px 1px -7px 1px !important;
|
||||||
padding: 2px 3px;
|
padding: 1px 3px;
|
||||||
background: #c1d1f7;
|
background: #c1d1f7;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
@ -193,11 +193,11 @@ div.routersummary h4 {
|
|||||||
div.routersummary table {
|
div.routersummary table {
|
||||||
border: 0;
|
border: 0;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
margin: -5px 5px -5px 2px;
|
margin: -5px 4px -5px 3px;
|
||||||
width: 180px !important;
|
width: 180px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
padding: 0px -10px;
|
padding: 0 -10px;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
@ -208,12 +208,12 @@ div.routersummary tr {
|
|||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tunnels {
|
div.tunnels table{
|
||||||
margin-top: 3px;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tunnels tr {
|
.tunnels tr {
|
||||||
padding: 4px 0 !important;
|
padding: 2px 0 !important;
|
||||||
margin-left: -7px !important;
|
margin-left: -7px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -242,21 +242,11 @@ div.routersummary a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary td {
|
div.routersummary td {
|
||||||
padding: 2px 4px;
|
padding: 0 4px;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary tr:nth-child(even) {
|
|
||||||
background-color: #f60;
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.routersummarytr:nth-child(odd) {
|
|
||||||
background-color: #f00;
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.warning h3 {
|
div.warning h3 {
|
||||||
border-bottom: 5px solid #fb7;
|
border-bottom: 5px solid #fb7;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
@ -182,7 +182,7 @@ div.routersummary form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary form:last-child {
|
div.routersummary form:last-child {
|
||||||
margin: 4px 0 -12px 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user