From c4057bb5a0f8f7d8fde3982b8e0bd4430515f97d Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Fri, 25 May 2012 01:27:48 +0000 Subject: [PATCH] A few trivial CSS changes to get /home.jsp looking better with the other themes --- installer/resources/themes/console/classic/console.css | 8 ++++++++ installer/resources/themes/console/light/console.css | 8 ++++++++ installer/resources/themes/console/midnight/console.css | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 36bfd84e13..348e9a5ab9 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -16,6 +16,12 @@ body { display: none; } +div.clearer { + clear: left; + height: 0; + line-height: 0; +} + img { border: none; } @@ -622,6 +628,7 @@ th { /* begin home page */ +/* #appsummary { clear: none; float: none; @@ -647,6 +654,7 @@ h2.app { border-radius: 8px; margin: 1px 10px 15px 0 !important; } +*/ h4.app { margin: 0 10px 2px 10px; diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 0769389630..2e83181bf6 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -14,6 +14,12 @@ body { display: none; } +div.clearer { + clear: left; + height: 0; + line-height: 0; +} + img { border: none; } @@ -594,6 +600,7 @@ td { /* begin home page */ +/* #appsummary { clear: none; float: none; @@ -618,6 +625,7 @@ h2.app { border-radius: 8px; margin: 1px 10px 15px 0 !important; } +*/ h4.app { margin: 0 10px 2px 10px; diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index 3fb56cfd07..8dc5583ed6 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -16,6 +16,12 @@ body { display: none; } +div.clearer { + clear: left; + height: 0; + line-height: 0; +} + img { border: none; } @@ -630,6 +636,7 @@ th { /* begin home page */ +/* #appsummary { clear: none; float: none; @@ -655,6 +662,7 @@ h2.app { border-radius: 8px; margin: 1px 10px 15px 0 !important; } +*/ h4.app { margin: 0 10px 2px 10px; -- GitLab