From 507dc44b1d5741fefabaa5b065bc37517a77637c Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Fri, 10 Dec 2010 18:18:37 +0000 Subject: [PATCH] Classic ieshimmery. --- .../themes/console/classic/ieshim.css | 41 ++++++++++++++++--- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/installer/resources/themes/console/classic/ieshim.css b/installer/resources/themes/console/classic/ieshim.css index dcf8367e3e..133a11626b 100644 --- a/installer/resources/themes/console/classic/ieshim.css +++ b/installer/resources/themes/console/classic/ieshim.css @@ -45,11 +45,15 @@ div.configure table { h1 { padding: 24px 10px 23px 10px !important; - margin: 0 0px 0 195px !important; - margin: 0 16px 0 213px !important; + margin: 0 px 0 195px !important; + margin: 0 2px 0 200px !important; color: #001; border: 1px solid #89f !important; border-left: 1px solid #89f !important; + text-align: left; +} + +h1, h2, h3 { } @@ -79,7 +83,7 @@ div.messages { } div.main { - margin: -5px 0px 10px 197px; + margin: -5px 2px 10px 200px; border: 1px solid #89f !important; } @@ -89,6 +93,7 @@ div.main hr, div.news hr { div.news { margin-left: 197px !important; + margin-right: 100px !important; border-left: 1px solid #89f !important; } @@ -103,7 +108,7 @@ div.main { div.news { border-left: 5px solid #bbf; - margin: -5px 0px 0 193px; + margin: 0px 5px 0 193px; padding-bottom: 8px; } @@ -213,7 +218,7 @@ div.routersummary td { } div.routersummary form { - margin: -20px 0 !important; + margin: -20px 0 !important; } div.news li { @@ -265,4 +270,30 @@ div.graphspanel hr { table { width: 100% !important; +} + +.links li { + list-style-image: url("images/link.png") !important; + list-style-image: none !important; + margin: 2px 15px 10px 0px !important; + padding-right: 5px; + list-style-position: outside; + display:list-item; +} + + +div.news { + margin: -1px 2px 0 200px !important; + padding: -10px 0px 8px 0px; + background: #ffffc0; + border: 1px solid #89f; + border-bottom: 1px solid #89f; + border-right: 1px solid #89f; + text-align: right; + color: #770; + min-width: 500px; + padding-bottom: 8px; + padding-left: 10px; + padding-right: 10px; + font-size: 7pt; } \ No newline at end of file -- GitLab