From 23506cffec508d01da926795860813e66f36d366 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Fri, 11 Oct 2013 11:46:36 +0200 Subject: [PATCH] SONAR-4746 Fix alignment for property sets --- sonar-server/src/main/webapp/stylesheets/style.css | 6 +++--- 1 file 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 f1aeb3e1e8a..de82270ec34 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -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 { -- 2.39.5