From a2a67d82abab3a1d74aa428521ddcf58ef39d2c8 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Mon, 16 Jul 2012 13:44:58 +0000
Subject: [PATCH] Some updates to ieshim.css in classic theme to fix some IE
 console regressions

---
 .../themes/console/classic/console.css          |  2 +-
 .../resources/themes/console/classic/ieshim.css | 17 +++++++----------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index 93eb6bf69b..6b277d77b6 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -596,7 +596,7 @@ h1 {
      line-height: 93%;
      text-transform: uppercase;
      letter-spacing: 0.3em;
-     background: #fff;
+     background: #fff url(images/titlebg.png) center right no-repeat !important;
      min-width: 500px;
      -moz-border-radius: 0 3px 0 0;
      -khtml-border-radius: 0 3px 0 0;
diff --git a/installer/resources/themes/console/classic/ieshim.css b/installer/resources/themes/console/classic/ieshim.css
index 099abe3f5d..56ff120f79 100644
--- a/installer/resources/themes/console/classic/ieshim.css
+++ b/installer/resources/themes/console/classic/ieshim.css
@@ -116,6 +116,11 @@ div.news hr {
      margin: 0 -10px 0 -13px !important;
 }
 
+div.routersummaryouter {
+     left: 5px;
+     top: 5px;
+}
+
 div.routersummary {
      color: #001;
      padding-left: 0px;
@@ -173,7 +178,7 @@ div.routersummary table {
      border: 0;
      text-align: center !important;
      margin: -5px 5px !important;
-     width: 192px !important;
+     width: 182px !important;
      overflow: hidden;
      font-size: 8pt;
      padding: 0px -10px;
@@ -235,10 +240,6 @@ div.warning {
      margin: 7px -18px 0px 5px;
 }
 
-td {
-     text-align: left;
-}
-
 th {
      text-align: left;
      padding-left: 3px;
@@ -265,7 +266,7 @@ div.graphspanel hr {
 }
 
 table {
-     width: 100% !important;
+     width: auto !important;
 }
 
 .links li {
@@ -294,9 +295,5 @@ div.news {
      font-size: 7pt;
 }
 
-h1, h2, h3 {
-     background: #fff url(images/titlebg.png) center right no-repeat !important;
-}
-
 .routersummary h2, .routersummary h3 {
      background: #fff url(images/tinytitle.png) center right tile-x !important;
-- 
GitLab