From 2436ea11313beab1acf669537b53e195aa290751 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Mon, 3 Aug 2009 23:10:53 +0000 Subject: [PATCH] More classic/ieshim futzing. --- .../themes/console/classic/console.css | 37 +++++++++++++------ .../themes/console/classic/ieshim.css | 4 ++ 2 files changed, 30 insertions(+), 11 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index d69cea40c9..7b79f28600 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -4,7 +4,7 @@ body { margin: 0; padding: 0; text-align: left; - background: #FFF; + background: #bbf; color: #000; /* font: 10pt/140% Verdana, Tahoma, Helvetica, sans-serif; @@ -140,7 +140,7 @@ div.warning { text-align: left; color: inherit; background-image:url("../images/errortriangle.png"); - background-position: 20px center; + background-position: 17px center; background-repeat:no-repeat; -moz-border-radius: 15px; -moz-box-shadow: inset 0px 0px 0px 2px #f60; @@ -163,7 +163,7 @@ div.warning h3 { } div.main { - margin: 0px 0px 10px 195px; + margin: 0px 0px 0px 195px; padding: 15px 15px 15px 15px; background: #eef; border: 5px solid #bbf; @@ -234,31 +234,46 @@ div.news hr { div.confignav { padding: 12px 0 15px 0; background: #cfc; - margin: -20px -20px 0 -23px; + margin: -20px -20px 0 -20px; border: 5px solid #bbf; + -moz-box-shadow: inset 0px 0px 0px 1px #99f; } div.configure { - margin: 0 -20px 0 -20px; + margin: 1px -20px 0 -20px; padding: 0px 20px 0px 20px; -/* background: #eeffee;*/ } div.configure table { font-size: 9pt; font-weight: bold; + -moz-box-shadow: inset 0px 0px 1px 1px #001; +} + +div.configure tr, div.configure td { + padding: 10px 2px; +} + +div.configure tr { + -moz-box-shadow: inset 0px 0px 1px 0px #bbf; } div.messages { - padding: 10px; + padding: 0px 10px; background: #fff; - border: 5px solid #feb; + border: 5px solid #bbf; border-right: 0; - margin: 0px -15px 0px -20px; + margin: -5px -15px 10px -20px; text-align: center; font-size: 9pt; font-weight: bold; color: #474; + -moz-box-shadow: inset 0px 0px 0px 1px #99f; +} + +div.messages li, div.messages ul { + padding: 15px 0 5px 5px; + margin: -15px 0 0 0; } div.messages span.error { @@ -472,10 +487,10 @@ div.graphspanel { } div.graphspanel img { - border: 1px solid #003; + border: 1px solid #99f; padding: 2px; margin: 6px; - background: #001; + background: #ddf; -moz-box-shadow: inset 0px 0px 1px 1px #99f; } diff --git a/installer/resources/themes/console/classic/ieshim.css b/installer/resources/themes/console/classic/ieshim.css index 29fbbd4cf5..3e897a7af7 100644 --- a/installer/resources/themes/console/classic/ieshim.css +++ b/installer/resources/themes/console/classic/ieshim.css @@ -127,4 +127,8 @@ th { div.configure hr{ margin: 10px 0 15px 0; +} + +input { + padding: 0; } \ No newline at end of file -- GitLab