diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 009829d1ceea6bac1e0bf42a7b6f7e7b41f5414f..0d24d9c4f5cf6d47ffbb3dc4826bbc2f249ba071 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 efdfd191b97bb1bbc0f2c34b69845599afde6286..deaa21a5d9974451eed1c745a264216e27db307b 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 {