]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4746 Fix alignment for property sets
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 11 Oct 2013 09:46:36 +0000 (11:46 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 11 Oct 2013 09:46:54 +0000 (11:46 +0200)
sonar-server/src/main/webapp/stylesheets/style.css

index f1aeb3e1e8a37d570d5cebe045779627158529ce..de82270ec3463b9a3f8a0fe15bf774fe1d0b0f0e 100644 (file)
@@ -429,6 +429,7 @@ table.data > thead > tr > th {
   font-size: 93%;
   padding: 4px 7px 4px 3px;
   font-weight: bold;
+  vertical-align: top;
 }
 
 table.data > tfoot > tr > td {
@@ -2440,7 +2441,7 @@ textarea.width100 {
 }
 
 .property > th, .property > td {
-  vertical-align: baseline;
+  vertical-align: top;
   padding: 10px;
 }
 
@@ -2449,8 +2450,7 @@ textarea.width100 {
 }
 
 .property table.data {
-  width: auto;
-  min-width: 480px;
+  width: 480px;
 }
 
 .property textarea {