From c98449ea8a1e28757d98e2d223fc0a198d84b594 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 14 Jan 2013 19:18:37 +0200 Subject: [PATCH] contrast login screen --- web/templates/header.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/templates/header.html b/web/templates/header.html index a9bdbcc9..1b37d0dc 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -636,7 +636,7 @@ border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; - background: #ebe9dc; + background: #fff; text-align: left; vertical-align:top; width: 500px; @@ -647,29 +647,29 @@ text-align: left; vertical-align:top; padding: 0 0 10px 40px; - color: #333; + color: #323232; } .login-bottom { - color: #574F51; + color: #ebe9dc; text-align: right; width: 500px; height: 50px; - background: #484243; + background: #ebe9dc; padding: 0 8px 0 0; margin: 0; } .vestacp{ font-size: 8pt; - color: #CCCCB4; + color: #323232; text-align: right; padding: 20px 0 0 0; } .error { font-size: 10pt; - color: #DE6C5D; + color: #dE6c5d; }