From d27d014eb091e41e533fd42242d0d0764ce9f128 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sat, 22 Sep 2012 23:47:57 +0000
Subject: [PATCH] Show susi footer on susimail and susidns when displayed
 standalone

Footer hidden when embedded because of margin issues, and out-of-place-ness.
Have confirmed that susi's opinion when the themes were initially updated was
"do what you want", so no legal problem.
---
 installer/resources/themes/susidns/dark/susidns.css     | 5 ++++-
 installer/resources/themes/susidns/light/susidns.css    | 3 +++
 installer/resources/themes/susidns/midnight/susidns.css | 3 +++
 installer/resources/themes/susimail/dark/susimail.css   | 5 ++++-
 installer/resources/themes/susimail/light/susimail.css  | 3 +++
 5 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/installer/resources/themes/susidns/dark/susidns.css b/installer/resources/themes/susidns/dark/susidns.css
index fabec4b5d5..376779e0bd 100644
--- a/installer/resources/themes/susidns/dark/susidns.css
+++ b/installer/resources/themes/susidns/dark/susidns.css
@@ -133,6 +133,9 @@ p.messages {
 p.footer {
      font-size:7pt;
      text-align: center;
+}
+
+.iframed p.footer {
      display: none;
 }
 
@@ -314,4 +317,4 @@ textarea {
 
 input:focus, textarea:focus {
      color: #ee9;     
-}
\ No newline at end of file
+}
diff --git a/installer/resources/themes/susidns/light/susidns.css b/installer/resources/themes/susidns/light/susidns.css
index 089b71b829..e6bb17cdba 100644
--- a/installer/resources/themes/susidns/light/susidns.css
+++ b/installer/resources/themes/susidns/light/susidns.css
@@ -102,6 +102,9 @@ p.messages {
 p.footer {
      font-size:7pt;
      text-align: center;
+}
+
+.iframed p.footer {
      display: none;
 }
 
diff --git a/installer/resources/themes/susidns/midnight/susidns.css b/installer/resources/themes/susidns/midnight/susidns.css
index 65a1b7f75c..66a29ca9f2 100644
--- a/installer/resources/themes/susidns/midnight/susidns.css
+++ b/installer/resources/themes/susidns/midnight/susidns.css
@@ -133,6 +133,9 @@ p.messages {
 p.footer {
      font-size:7pt;
      text-align: center;
+}
+
+.iframed p.footer {
      display: none;
 }
 
diff --git a/installer/resources/themes/susimail/dark/susimail.css b/installer/resources/themes/susimail/dark/susimail.css
index e9d84a8071..13c1efc767 100644
--- a/installer/resources/themes/susimail/dark/susimail.css
+++ b/installer/resources/themes/susimail/dark/susimail.css
@@ -76,6 +76,9 @@ p.footer {
      margin-right:10mm;
      font-size:8pt;
      line-height:10pt;
+}
+
+.iframed p.footer {
      display: none;
 }
 
@@ -281,4 +284,4 @@ input:disabled, input:disabled:hover, input:disabled:active {
      -moz-box-shadow: none;
      -khtml-box-shadow: none;
      background: #000 !important;
-}
\ No newline at end of file
+}
diff --git a/installer/resources/themes/susimail/light/susimail.css b/installer/resources/themes/susimail/light/susimail.css
index 19920d01b1..d2fb405ee5 100644
--- a/installer/resources/themes/susimail/light/susimail.css
+++ b/installer/resources/themes/susimail/light/susimail.css
@@ -54,6 +54,9 @@ p.footer {
      margin-right:10mm;
      font-size:8pt;
      line-height:10pt;
+}
+
+.iframed p.footer {
      display: none;
 }
 
-- 
GitLab