diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-21 18:06:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-21 18:13:15 +0200 |
commit | 024a7cf7f1d4b29654654ee8f2007e1bfbf3ba98 (patch) | |
tree | 66465a1bba15e16903abfd3da57444544d787a7b /plugins/sonar-core-gwt | |
parent | 88e6ec0762914d72dd42fb8be3b1ce0fb1e447c2 (diff) | |
download | sonarqube-024a7cf7f1d4b29654654ee8f2007e1bfbf3ba98.tar.gz sonarqube-024a7cf7f1d4b29654654ee8f2007e1bfbf3ba98.zip |
Fix CSS of hotspots
Diffstat (limited to 'plugins/sonar-core-gwt')
-rw-r--r-- | plugins/sonar-core-gwt/src/main/resources/org/sonar/plugins/core/hotspots/public/hotspots.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sonar-core-gwt/src/main/resources/org/sonar/plugins/core/hotspots/public/hotspots.css b/plugins/sonar-core-gwt/src/main/resources/org/sonar/plugins/core/hotspots/public/hotspots.css index 6ae0b1d2747..c0c7310675a 100644 --- a/plugins/sonar-core-gwt/src/main/resources/org/sonar/plugins/core/hotspots/public/hotspots.css +++ b/plugins/sonar-core-gwt/src/main/resources/org/sonar/plugins/core/hotspots/public/hotspots.css @@ -15,7 +15,7 @@ color: #333; font-size: 93%; font-weight: bold; - padding: 3px 0px 3px 5px; + padding: 3px 0 3px 5px; white-space: nowrap; } .hotspotcol { @@ -24,8 +24,8 @@ .gwt-Hotspot { border: 1px solid #ccc; - border-top-width: 2px; - border-bottom-width: 2px; + border-top-width: 1px; + border-bottom-width: 1px; margin-left: 5px; margin-right: 5px; margin-bottom: 10px; |