aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-12-11 10:23:17 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-12-11 10:23:17 +0100
commit63eb97fa2cc3d3c58aa1c9a829edcc5155de3378 (patch)
treeda7054fa8762fb773d5f0c847bbc7c449cc86e1f
parent83d841d1a1c8d871f8477d16d7eb16f1631506d0 (diff)
downloadsonarqube-63eb97fa2cc3d3c58aa1c9a829edcc5155de3378.tar.gz
sonarqube-63eb97fa2cc3d3c58aa1c9a829edcc5155de3378.zip
SONAR-3825 fix vertical alignment of column headers
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb
index 57b872cb69a..e1e28ecd02f 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb
@@ -130,7 +130,7 @@
<table class="data" id="measures-table">
<thead>
- <tr>
+ <tr valign="top">
<% if display_favourites %>
<th class="thin"></th>
<% end %>