From 895cb1f2e5ea405a0de01ddd00a742a391e74ab2 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Mon, 3 Aug 2009 15:48:17 +0000 Subject: [PATCH] More ieshim.css goodness. --- .../themes/console/classic/ieshim.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/installer/resources/themes/console/classic/ieshim.css b/installer/resources/themes/console/classic/ieshim.css index 9c9b72b3b8..e1129e7861 100644 --- a/installer/resources/themes/console/classic/ieshim.css +++ b/installer/resources/themes/console/classic/ieshim.css @@ -51,16 +51,10 @@ div.confignav { border-left: 0px solid #bbf; margin-left: -15px; border-right: 0; - border-top: 0; + border-top: 5px solid #bbf; margin-bottom: 10px !important; } -div.main { - border-left: 5px solid #bbf !important; - border-bottom: 5px solid #bbf !important; - margin-top: 0; -} - div.messages { border-left: 0px solid #bbf; border-right: 0px solid #ddf; @@ -68,8 +62,11 @@ div.messages { } div.main, div.news { - margin: 0px 0px 10px 185px; + margin: -5px 0px 10px 185px; border: 0px solid #bbf; + border-top: 5px solid #bbf; + border-left: 5px solid #bbf; + border-bottom: 5px solid #bbf; } div.main hr, div.news hr { @@ -77,14 +74,14 @@ div.main hr, div.news hr { } div.main { - border-top: 5px solid #eef; + border-top: 5px solid #bbf; } div.news { border-left: 5px solid #bbf; border-right: 0px solid #ffffc0; margin-right: 0px; - margin: -20px 0px 0 185px; + margin: -5px 0px 0 185px; } div.routersummary { @@ -107,6 +104,6 @@ text { } div.news li { - margin-top: 0 !important; + padding-top: 0px 0px !important; margin-bottom: -23px !important; } \ No newline at end of file -- GitLab