aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-03-27 19:19:52 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-03-27 19:20:21 +0200
commit682f2ddfcabe68ae100e4c9c0b4543f0c6d992eb (patch)
tree5d46507caeee50bb924e847bcabe9e027045bd41 /sonar-server
parentee4a79da07ef5afd0cf14b56ed32315031428cf1 (diff)
downloadsonarqube-682f2ddfcabe68ae100e4c9c0b4543f0c6d992eb.tar.gz
sonarqube-682f2ddfcabe68ae100e4c9c0b4543f0c6d992eb.zip
CSS : vertical alignment of cells in class .table
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index c81fdaa3543..de521779d26 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -2458,6 +2458,7 @@ td.spacer-top {
.table > tbody > tr > td {
line-height: 16px;
padding: 4px 5px;
+ vertical-align: top;
}
.table-bordered > tbody {