]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3529 Fix property set headers alignment
authorDavid Gageot <david@gageot.net>
Wed, 17 Oct 2012 10:56:36 +0000 (12:56 +0200)
committerDavid Gageot <david@gageot.net>
Wed, 17 Oct 2012 10:56:53 +0000 (12:56 +0200)
sonar-server/src/main/webapp/stylesheets/style.css

index f3d1baf45971cbcbc1e5e19b724d70bdd493aa1f..4b2cb346846e44a7442e9225aefa3d1beca9a340 100644 (file)
@@ -2428,4 +2428,8 @@ textarea.width100 {
 .property table.data {
   width: auto;
   min-width: 600px;
+}
+
+.property table.data > thead > tr > th {
+  vertical-align: top;
 }
\ No newline at end of file