From e07a31b513b2585981f041cd46149353ed024ba5 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 24 Sep 2012 11:56:08 +0200 Subject: [PATCH] Bigger border on login form --- sonar-server/src/main/webapp/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 169e1377a84..eb256ea622d 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -319,7 +319,7 @@ h4, .h4 { /* ------------------- LOGIN FORM ------------------- */ #login_form { - border: 1px solid #4b9fd5; + border: 2px solid #4b9fd5; width: 230px; text-align: left; background-color: #CAE3F2; -- 2.39.5