From 1ede0c8b2f5a3a328329330c89ac91f6780e3204 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Mon, 5 Jun 2017 07:29:53 +0000
Subject: [PATCH] Boost letter spacing and margins slightly

---
 installer/resources/themes/console/dark/console.css      | 3 ++-
 installer/resources/themes/snark/light/snark.css         | 8 +++-----
 installer/resources/themes/susidns/images/how.svg        | 2 +-
 installer/resources/themes/susimail/classic/susimail.css | 9 ++++++---
 4 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 847cab1a5a..95452d3771 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -5812,7 +5812,8 @@ ul.statlist a[name], ul.statlist b, ul.statlist li b, ul.statlist a[name]:hover,
 
 .cells tt, #profilelist tt, #floodfills tt {
      font-size: 9pt !important;
-     margin-left: 1px !important;
+     letter-spacing: 0.07em;
+     margin-left: 2px !important;
      margin-right: 2px !important;
 }
 
diff --git a/installer/resources/themes/snark/light/snark.css b/installer/resources/themes/snark/light/snark.css
index e564717983..284caebd29 100644
--- a/installer/resources/themes/snark/light/snark.css
+++ b/installer/resources/themes/snark/light/snark.css
@@ -642,22 +642,20 @@ td {
 
 .snarkTorrentEven {
      background: #eef;
-     background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
+     background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px) #fff;
 }
 
 .snarkTorrentOdd {
      background: #e0e0ff;
-     background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px);
+     background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #fff;
 }
 
 .snarkTorrentOdd td, .snarkTorrentEven td {
      border-top: 1px solid #bbf !important;
 }
 
-.snarkTorrents tr:hover, .snarkTorrents tr:hover td, .snarkDirInfo tr:hover, .snarkDirInfo tr:hover td {
+.snarkTorrents tr:hover, .snarkTorrents tr:hover td, .snarkDirInfo tr:hover {
      background: #ffd;
-     border-top: 1px solid #7778bf !important;
-     border-bottom: 1px solid #7778bf !important;
      box-shadow: none !important;
      color: #0c111f !important;
 }
diff --git a/installer/resources/themes/susidns/images/how.svg b/installer/resources/themes/susidns/images/how.svg
index fe3c07d662..dc3b1224df 100644
--- a/installer/resources/themes/susidns/images/how.svg
+++ b/installer/resources/themes/susidns/images/how.svg
@@ -5,7 +5,7 @@
   <defs>
     <linearGradient id="hover" x2="0" y2="1">
       <stop offset="50%" stop-color="#fff"/>
-      <stop offset="50%" stop-color="#efe"/>
+      <stop offset="50%" stop-color="#cfc"/>
     </linearGradient>
     <linearGradient id="hover2" x2="0" y2="1">
       <stop offset="50%" stop-color="#fff"/>
diff --git a/installer/resources/themes/susimail/classic/susimail.css b/installer/resources/themes/susimail/classic/susimail.css
index db305eb097..e23a9af8cf 100644
--- a/installer/resources/themes/susimail/classic/susimail.css
+++ b/installer/resources/themes/susimail/classic/susimail.css
@@ -389,6 +389,7 @@ pre {
 
 .page {
      background: #eef url(/themes/console/classic/images/bg2.png);
+     background: linear-gradient(to bottom, rgba(255,255,255,0.7),rgba(255,255,255,0.2)), url(/themes/console/classic/images/bg2.png) #eef;
      color: #0c153d;
      margin: 0;
      padding: 0 10px 10px;
@@ -923,7 +924,7 @@ div#composemail {
 
 div#dologin {
      border: 1px solid #777;
-     padding: 10px 0 0;
+     padding: 20px 0 0;
      width: 500px;
      margin: 60px auto 40px;
      box-shadow: 0 0 0 1px #fff;
@@ -949,8 +950,10 @@ div#dologin {
      padding: 4px 5px 4px 26px !important;
 }
 
-#dologin input[name="host"] {
-     width: calc(65% + 26px) !important;
+#dologin input[name="user"], #dologin input[name="pass"], #dologin input[name="host"] {
+     width: 60% !important;
+     width: calc(60% + 26px) !important;
+     margin-right: 3px;
 }
 
 #dologin table {
-- 
GitLab