From 1636bfe6aef481b7b622360b69161c05043b5624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vila=C3=A7a?= Date: Wed, 2 Oct 2013 01:20:10 +0100 Subject: [PATCH] FIX: updated revision nr to VI, CSS + JS input border color now #444 --- src/main/config/application.properties | 2 +- src/main/resources/ajax.js | 2 +- src/main/resources/screen.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/config/application.properties b/src/main/config/application.properties index 0206ef4e..47a92203 100644 --- a/src/main/config/application.properties +++ b/src/main/config/application.properties @@ -9,7 +9,7 @@ server.backlog = 100 server.accessLog = access_log -server.version = release V +server.version = release VI # choose 302 or 301 for redirects # 301 might reduce traffic diff --git a/src/main/resources/ajax.js b/src/main/resources/ajax.js index 1d2c2a67..1a76bd0a 100644 --- a/src/main/resources/ajax.js +++ b/src/main/resources/ajax.js @@ -39,7 +39,7 @@ function inputEnable() function clearError() { - f.v.style.borderColor = 'black' + f.v.style.borderColor = '#444' error.innerHTML = ' ' } diff --git a/src/main/resources/screen.css b/src/main/resources/screen.css index c23ac0c9..49fe7598 100644 --- a/src/main/resources/screen.css +++ b/src/main/resources/screen.css @@ -31,7 +31,7 @@ input { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; - border: 1px solid #888888; + border: 1px solid #444; padding: 10px; background:#eeeeff; }