From c175d5470fd1ff737c2e87c4b76cbd8c87835ca0 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Mon, 16 Jul 2012 14:50:56 +0000
Subject: [PATCH] Updates to dark console theme from dr|z3d

---
 installer/resources/themes/console/dark/console.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index de471c6b4e..c3edc4fe39 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -192,7 +192,7 @@ div.routersummary tr {
 }
 
 div.routersummary form {
-     margin: -5px 0 -7px;
+     margin: -4px 0 -6px;
 }
 
 div.routersummary form:first-child {
@@ -212,6 +212,7 @@ div.refresh {
 div.routersummary a:link, div.routersummary a:visited {
      text-shadow: 1px 1px 1px rgba(0, 16, 0, 0.8);
      text-shadow: 0px 0px 2px #101 !important;
+     padding: 0 1px;
 }
 
 div.routersummary a:hover {
@@ -841,7 +842,7 @@ button, button:visited {
      margin: 2px 3px;
      text-align: center;
      vertical-align: middle;
-     min-width: 76px;
+     min-width: 70px;
      -moz-box-shadow: inset 0px 1px 1px 0px #494;
      -khtml-box-shadow: inset 0px 1px 1px 0px #191;
      box-shadow: inset 0px 1px 1px 0px #191;
-- 
GitLab