aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-03-30 15:01:12 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-03-30 15:01:12 +0200
commit488bca1764f6cc50c5fac5fa2dcffcd908aa3843 (patch)
treeac425768e70bca55cd8f962c97028183118bd2f4 /sonar-server
parent9496a26a5ea97d1fc2a29e2bd0fc7d830fcef3ce (diff)
downloadsonarqube-488bca1764f6cc50c5fac5fa2dcffcd908aa3843.tar.gz
sonarqube-488bca1764f6cc50c5fac5fa2dcffcd908aa3843.zip
CSS : increase margin between bullets of form-val-cell
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css
index 91b76e0748e..4ffc233f0f4 100644
--- a/sonar-server/src/main/webapp/stylesheets/style.css
+++ b/sonar-server/src/main/webapp/stylesheets/style.css
@@ -2374,6 +2374,9 @@ table.nowrap td, td.nowrap, th.nowrap {
text-align: left;
white-space: normal;
}
+.form-val-cell li {
+ margin-bottom: 5px;
+}
.form-val-note {
color: #999;