]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5353 Use similar styles for quality profiles and custom rules
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 18 Jun 2014 20:42:44 +0000 (22:42 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 18 Jun 2014 20:42:44 +0000 (22:42 +0200)
sonar-server/src/main/less/coding-rules.less

index 13fd182c6a712374ff6c85b74e7a05065b8822da..072d883d4569d2bf85855a5eb6fe9ac484f8ad94 100644 (file)
 [id=coding-rules-custom-rule-creation-name], [id=coding-rules-custom-rule-creation-key] {
   width: 30em;
 }
+
+[id=coding-rules-detail-custom-rules] {
+  padding-left: 2 * @navigatorPadding;
+}
+
+.coding-rules-detail-custom-rule + .coding-rules-detail-custom-rule {
+  margin-top: @navigatorPadding;
+  padding-top: @navigatorPadding;
+  border-top: 1px solid @navigatorBorderLightColor;
+}
+
+.coding-rules-detail-custom-rule td {
+  padding: @navigatorPadding;
+}
+
+.coding-rules-detail-custom-rule-name {
+  font-weight: bold;
+}