aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-10-08 17:42:50 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-10-09 12:33:01 +0200
commitc720dee751aa29cc92800c08dbb57b904b5beee5 (patch)
treedf79201ff8414895fece32c1a936d6b7523a3713
parentd3773628b4de711f3836c3f4c971ab39fcd9b71a (diff)
downloadsonarqube-c720dee751aa29cc92800c08dbb57b904b5beee5.tar.gz
sonarqube-c720dee751aa29cc92800c08dbb57b904b5beee5.zip
SONAR-4746 Align property name and field
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index 262ee858e41..720d46045fc 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -2435,7 +2435,7 @@ textarea.width100 {
}
.property > th, .property > td {
- vertical-align: top;
+ vertical-align: baseline;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;