From: Simon Brandhof Date: Fri, 21 Sep 2012 23:04:21 +0000 (+0200) Subject: Improve rendering of input fields X-Git-Tag: 3.3~243 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fa5c897a6a8dd289b03cb9a2f7d780b75d4b96b7;p=sonarqube.git Improve rendering of input fields --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_definitions.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_definitions.html.erb index 152208a55ed..1408f11f576 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_definitions.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_definitions.html.erb @@ -1,5 +1,5 @@ - +
  • Category:
  • diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 5d9dfa29c0c..e6d756bd433 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1073,7 +1073,8 @@ div.progress div.note { /* SEARCH AUTOCOMPLETE FIELDS */ #searchInput { - color: #777; + color: #444; + font-size: 13px; padding-right: 20px; } @@ -2380,7 +2381,8 @@ select.medium-width { .form-foot input { margin-right: 10px; } -input[type=text],input[type=password] { +input[type=text],input[type=password],input[type=file] { height: 18px; padding: 0 3px; + color: #444; }