From 7f3650650d19b71dc55b75175f77cc8876693b63 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Mon, 13 Dec 2010 17:48:07 +0000 Subject: [PATCH] Classic tweakery. --- installer/resources/themes/console/classic/console.css | 4 ++-- installer/resources/themes/console/classic/default.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 009829d1ce..0d24d9c4f5 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -513,11 +513,11 @@ div.messages span.notice { h1 { font-size: 18pt; text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.7); - text-align: center; + text-align: left; border: 1px solid #89f; border-bottom: 1px solid #89f; border-right: 1px solid #89f; - padding: 19px 10px; + padding: 19px 20px; margin: 0 1px 0 200px; line-height: 93%; text-transform: uppercase; diff --git a/installer/resources/themes/console/classic/default.css b/installer/resources/themes/console/classic/default.css index efdfd191b9..deaa21a5d9 100644 --- a/installer/resources/themes/console/classic/default.css +++ b/installer/resources/themes/console/classic/default.css @@ -29,7 +29,7 @@ h4, label { h4 { font-size: 10.5pt; - text-align: center !important; + text-align: left !important; font-weight: bold; border: 1px solid #77f; border-top: 2px solid #77f; @@ -41,6 +41,7 @@ h4 { white-space: nowrap; width: 782px; letter-spacing: 0.09em; + background: #fff url("/themes/console/classic/images/titlebg.png") no-repeat right center !important; } label { -- GitLab