]> source.dussan.org Git - sonarqube.git/commitdiff
Improve rendering of input fields
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 21 Sep 2012 23:04:21 +0000 (01:04 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 21 Sep 2012 23:04:21 +0000 (01:04 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_definitions.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index 152208a55ed08bd9feac100221510edbbe5168f6..1408f11f5763d438fecd94634c0a0f0e3c0a8108 100644 (file)
@@ -1,5 +1,5 @@
 <table class="width100">
-  <tr style="line-height: 20px">
+  <tr style="line-height: 20px;text-align: right">
     <td valign="top">
       <ul class="horizontal widget_categs" id="widget-filters">
         <li>Category:</li>
index 5d9dfa29c0cfc2f29a0d4c0a8a03c8e613001cce..e6d756bd43372db3b0f89314a35cec2a6a7ef26f 100644 (file)
@@ -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;
 }