]> source.dussan.org Git - sonarqube.git/commitdiff
Fix height of password inputs
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 21 Sep 2012 16:25:19 +0000 (18:25 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 21 Sep 2012 16:25:19 +0000 (18:25 +0200)
sonar-server/src/main/webapp/stylesheets/style.css

index fa9cf6cb609e33209365d0b1c47873c98748d919..b628cbeffd2755c74f6cb96c72fb84a04faed8e2 100644 (file)
@@ -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;
 }