From: Stas Vilchik Date: Wed, 7 Jan 2015 14:27:46 +0000 (+0100) Subject: SONAR-5820 Improve rule description ui X-Git-Tag: latest-silver-master-#65~316 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=54e63c0ac67d2b439497c138a7bb9fb17620a652;p=sonarqube.git SONAR-5820 Improve rule description ui --- diff --git a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-rule-details.hbs b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-rule-details.hbs index bfe4d7721e1..c4eca54f63d 100644 --- a/server/sonar-web/src/main/hbs/coding-rules/coding-rules-rule-details.hbs +++ b/server/sonar-web/src/main/hbs/coding-rules/coding-rules-rule-details.hbs @@ -15,6 +15,6 @@ {{/if}} -
-
-
+
+
+
diff --git a/server/sonar-web/src/main/less/components/rules.less b/server/sonar-web/src/main/less/components/rules.less index 41793326f44..681f54f1b96 100644 --- a/server/sonar-web/src/main/less/components/rules.less +++ b/server/sonar-web/src/main/less/components/rules.less @@ -58,6 +58,9 @@ } } -.coding-rule-details { +.coding-rule-section > div { max-width: 1020px; + margin: 0 -10px; + padding: 0 10px; + border-top: 10px solid @barBackgroundColor; }