From 2f044f1345b0665fffffed34444494a33d575f5f Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Wed, 1 Dec 2010 15:58:46 +0000
Subject: [PATCH] Dark updates.

---
 .../resources/themes/console/dark/console.css | 20 ++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index ef764f364a..0e31e5e950 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -962,7 +962,7 @@ div.joblog li:first-child {
 }
 
 div.joblog li:last-child {
-     margin-bottom: -25px;
+/*     margin-bottom: -25px;*/
 }
 
 div.joblog form:first-child {
@@ -996,8 +996,8 @@ div.joblog p {
      border: 0;
      margin: 5px 5px 5px 10px;
      padding: 2px;
-overflow: hidden;
-position: relative;
+     overflow: hidden;
+     position: relative;
 }
 
 .optbox:hover {
@@ -1029,3 +1029,17 @@ position: relative;
 .formaction {
      text-align: right;
 }
+
+div.footnote {
+     text-align: right;
+     color: #494;
+     font-size: 7pt;
+}
+
+div.footnote hr{
+     margin: 10px 0 5px 0 !important;
+     color: #494;
+     background: #494;
+     height: 1px;
+     border: 0px solid #494;
+}
\ No newline at end of file
-- 
GitLab