From f676abc0d46c16618622d9c6a84c64b3b66bba15 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Tue, 11 Aug 2009 14:50:12 +0000
Subject: [PATCH] Fix regression in classic theme that broke the proxy error
 pages.

---
 history.txt                                   |  1 +
 .../themes/console/classic/console.css        | 24 +++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/history.txt b/history.txt
index d760a03fe1..a3d7fb0df4 100644
--- a/history.txt
+++ b/history.txt
@@ -3,6 +3,7 @@
       - Ensure all sidepanel headings link to pertinent pages
       - First stage of enhanced Local Destinations sub-panel presentation
       - 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
     * summarynoframe.jsp
diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index c6f75327f4..62296c191f 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -60,6 +60,22 @@ div.logo a:hover {
      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 {
      color: #f60;
      text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.5);
@@ -78,6 +94,14 @@ div.warning a:active{
      color: #900;
 }
 
+div.warning hr {
+     color: #fb7;
+     background: #fb7;
+     height: 5px;
+     border: 0px solid #fb7;
+     margin: 5px 0;
+}
+
 div.toolbar {
      margin: 0em 0em 2em 0em;
      font-weight: bold;
-- 
GitLab