diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-07-12 09:36:19 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-07-12 09:36:38 +0200 |
commit | 2a52bc7f6ec59e4fbdfea27d5ecd03d10cf76d75 (patch) | |
tree | 13ab6b15c7a446d235e94e083d5d19b2ac81fa7f | |
parent | 45d043ba336e1ebd0e9f7f48976bbb4ad2b34974 (diff) | |
download | sonarqube-2a52bc7f6ec59e4fbdfea27d5ecd03d10cf76d75.tar.gz sonarqube-2a52bc7f6ec59e4fbdfea27d5ecd03d10cf76d75.zip |
Fix css when rule is displayed from a modal issue displayed in a resource viewer
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 293b558ff63..9f2edf7596a 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -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%; |