From: Jean-Baptiste Lievremont Date: Tue, 8 Oct 2013 15:38:16 +0000 (+0200) Subject: SONAR-4746 Add some spacing before default value for property X-Git-Tag: 4.0~204 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33ced86825e94679eb312cb1d351b91472ef4eda;p=sonarqube.git SONAR-4746 Add some spacing before default value for property --- diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index f452f6f5aae..262ee858e41 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2456,6 +2456,10 @@ textarea.width100 { max-width: 200px; } +.property .note { + margin-top: 5px; +} + /* ------------------- Accordion navigation styles ------------------- */ .accordion-item {