diff options
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/style.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 53562ec76a9..2893e22bba3 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -881,6 +881,21 @@ ul.operations li a { padding: 10px; } + +/* ------------------- VARIATIONS ------------------- */ +.var { + font-weight: bold; + color: #005C9C !important; +} +.varb {/* better */ + font-weight: bold; + color: #078C00 !important; +} +.varw {/* worst */ + font-weight: bold; + color: #cc0000 !important; +} + /* ------------------- HELP ------------------- */ .help { border: 1px solid #ccc; @@ -1303,7 +1318,7 @@ ul.bullet li { div.barchart { border: 0; margin: 0; - padding: 0 5px; + padding: 0; float: left; } |