]> source.dussan.org Git - sonarqube.git/commitdiff
Fix css when rule is displayed from a modal issue displayed in a resource viewer
authorJulien Lancelot <julien.lancelot@gmail.com>
Fri, 12 Jul 2013 07:36:19 +0000 (09:36 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Fri, 12 Jul 2013 07:36:38 +0000 (09:36 +0200)
sonar-server/src/main/webapp/stylesheets/style.css

index 293b558ff634cd00afcc9f669feba0a5c1668ac8..9f2edf7596a70c61dbe7ec64b498be62bd9f6e0c 100644 (file)
@@ -1829,12 +1829,9 @@ ul.bullet li {
   padding-left: 30px;
 }
 
-.rule_detail pre {
-  padding: 7px;
-}
-
-.rule_detail pre {
+.rule_detail pre, .code .rule_detail pre {
   margin: 10px 0;
+  padding: 7px;
   font-family: "Courier New", Courier, monospace;;
   border: 1px dashed #aaa;
   font-size: 93%;