aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/style.less
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-24 15:51:16 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-24 15:51:22 +0200
commit36739b7fdc9e5e9a7820edfd451272ca8ee339cb (patch)
tree3de324cbcdf1f44ccacedff206bb4f10f07de5cd /server/sonar-web/src/main/less/style.less
parentecdc9a974827cd25afb1a82d5d3cc007ed49ebbc (diff)
downloadsonarqube-36739b7fdc9e5e9a7820edfd451272ca8ee339cb.tar.gz
sonarqube-36739b7fdc9e5e9a7820edfd451272ca8ee339cb.zip
SONAR-4561 Fix vertical alignment of action links on Project History page
Diffstat (limited to 'server/sonar-web/src/main/less/style.less')
-rw-r--r--server/sonar-web/src/main/less/style.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/style.less b/server/sonar-web/src/main/less/style.less
index e7b6275252d..8a607cfa136 100644
--- a/server/sonar-web/src/main/less/style.less
+++ b/server/sonar-web/src/main/less/style.less
@@ -565,7 +565,7 @@ table.form td img {
height: 1px;
}
-table#project-history > tbody > tr > td {
+table#project-history tr > td {
vertical-align: top;
}