From 6371f66677d91b5ee1d1af1934613c1a734d35d2 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Fri, 27 Nov 2009 12:03:56 +0000
Subject: [PATCH] Midnight console theme tweaks.

---
 .../themes/console/midnight/console.css        | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index 1c89b49e69..10ac6422ba 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -47,7 +47,7 @@ div.logo hr {
      background: #99f;
      height: 1px;
      border: 0px solid #99f;
-     margin: 8px -3px;
+     margin: 8px -5px;
 }
 
 div.logo a:link, div.logo a:visited {
@@ -103,7 +103,7 @@ div.warning hr {
      background: #fb7;
      height: 1px;
      border: 0px solid #fb7;
-     margin: 10px 0 5px 0;
+     margin: 10px 0;
 }
 
 div.warning h3 {
@@ -114,6 +114,7 @@ div.warning h3 {
      font-variant: small-caps; 
      text-transform: capitalize; 
      font-size: 12.5pt;
+     background: none;
 }
 
 /* console error messages */
@@ -220,7 +221,7 @@ div.routersummary table {
      border: 0;
      text-align: center !important;
      margin: -5px 0px -5px 2px;
-     width: 185px !important;
+     width: 186px !important;
      overflow: hidden;
      font-size: 8pt;
      padding: 0 -12px;
@@ -257,6 +258,7 @@ div.tunnels table{
      width: 16px;
      text-align: right;
      margin-right: -2px;
+     padding-right: 0;
 }     
      
 div.routersummary form {
@@ -564,7 +566,7 @@ h2, h3 {
 
 .proxyfooter{
      font-size: 7pt;
-     display: none !important;
+     display: none !important; 
 }
 
 table {
@@ -860,4 +862,12 @@ div.graphspanel h3 {
 
 table code {
      font-size: 8.5pt;
+}
+
+table li:last-child{
+     margin-bottom: 15px;
+}
+
+table ul {
+     font-size: 8.5pt;
 }
\ No newline at end of file
-- 
GitLab