From: Simon Brandhof Date: Fri, 21 Sep 2012 16:25:19 +0000 (+0200) Subject: Fix height of password inputs X-Git-Tag: 3.3~246 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3d4d6b562d77c7f644708a6bfa7bf97c84b117dc;p=sonarqube.git Fix height of password inputs --- 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; }