From 3d4d6b562d77c7f644708a6bfa7bf97c84b117dc Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 21 Sep 2012 18:25:19 +0200 Subject: [PATCH] Fix height of password inputs --- sonar-server/src/main/webapp/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index fa9cf6cb609..b628cbeffd2 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2374,6 +2374,7 @@ select.medium-width { .form-footer input { margin-right: 10px; } -input[type=text] { +input[type=text],input[type=password] { height: 20px; + padding: 0 5px; } -- 2.39.5