Fix regression in classic theme that broke the proxy error pages.
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
- Ensure all sidepanel headings link to pertinent pages
|
- Ensure all sidepanel headings link to pertinent pages
|
||||||
- First stage of enhanced Local Destinations sub-panel presentation
|
- First stage of enhanced Local Destinations sub-panel presentation
|
||||||
- Move Configuration, Help, and I2PTunnel manager links to headings
|
- Move Configuration, Help, and I2PTunnel manager links to headings
|
||||||
|
- Add tooltips to all linked content; table content next in line
|
||||||
|
|
||||||
2009-08-07 dr|z3d
|
2009-08-07 dr|z3d
|
||||||
* summarynoframe.jsp
|
* summarynoframe.jsp
|
||||||
|
@ -60,6 +60,22 @@ div.logo a:hover {
|
|||||||
color: #900;
|
color: #900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.warning {
|
||||||
|
margin: 20px 20px 10px 260px;
|
||||||
|
padding: 0px 20px 20px 75px;
|
||||||
|
background: #ffd;
|
||||||
|
border: 5px solid #fb7;
|
||||||
|
text-align: left;
|
||||||
|
color: inherit;
|
||||||
|
background-image:url("../images/errortriangle.png");
|
||||||
|
background-position: 17px center;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
-moz-border-radius: 15px;
|
||||||
|
-moz-box-shadow: inset 0px 0px 0px 2px #f60;
|
||||||
|
-kthml-border-radius: 15px;
|
||||||
|
-khtml-box-shadow: inset 0px 0px 0px 2px #f60;
|
||||||
|
}
|
||||||
|
|
||||||
div.warning a:link {
|
div.warning a:link {
|
||||||
color: #f60;
|
color: #f60;
|
||||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.5);
|
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.5);
|
||||||
@ -78,6 +94,14 @@ div.warning a:active{
|
|||||||
color: #900;
|
color: #900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.warning hr {
|
||||||
|
color: #fb7;
|
||||||
|
background: #fb7;
|
||||||
|
height: 5px;
|
||||||
|
border: 0px solid #fb7;
|
||||||
|
margin: 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
div.toolbar {
|
div.toolbar {
|
||||||
margin: 0em 0em 2em 0em;
|
margin: 0em 0em 2em 0em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Reference in New Issue
Block a user