diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index b628cbeffd2..565a81f3bfb 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2368,13 +2368,13 @@ select.medium-width { } .form-footer { text-align: right; - padding: 0.5em; + padding: 4px 10px; border-top: 1px solid #CCC; } .form-footer input { margin-right: 10px; } input[type=text],input[type=password] { - height: 20px; - padding: 0 5px; + height: 18px; + padding: 0 3px; } |