diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-26 09:21:27 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-26 09:21:56 +0100 |
commit | 32473107eb566930e09a02e4f817da9280541ba6 (patch) | |
tree | 088ba7b6ae6d6c53c570de998ecc345cccd4d550 /server/sonar-web/src/main/less | |
parent | ba1c896797fa25ead9eedc15328e94fcc2a18668 (diff) | |
download | sonarqube-32473107eb566930e09a02e4f817da9280541ba6.tar.gz sonarqube-32473107eb566930e09a02e4f817da9280541ba6.zip |
SONAR-7066 Improve display of leak period on the overview page
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r-- | server/sonar-web/src/main/less/pages/overview.less | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/server/sonar-web/src/main/less/pages/overview.less b/server/sonar-web/src/main/less/pages/overview.less index 972b04cbee0..3f616043e1f 100644 --- a/server/sonar-web/src/main/less/pages/overview.less +++ b/server/sonar-web/src/main/less/pages/overview.less @@ -120,7 +120,7 @@ } .overview-card { - margin: 30px 20px; + margin: 15px 20px; } .overview-card-fixed-width { @@ -144,7 +144,6 @@ margin-top: 10px; border: 1px solid @barBorderColor; background-color: #fff; - overflow: hidden; .overview-bar-chart { padding: 0; @@ -155,7 +154,7 @@ .overview-domain-leak { position: relative; display: flex; - padding: 30px 10px; + padding: 15px 10px; } .overview-domain-nutshell { @@ -226,6 +225,14 @@ } } +.overview-domain-timeline-date { + position: absolute; + bottom: 2px; + left: 5px; + color: fade(@secondFontColor, 60%); + font-size: 11px; +} + /* * Detailed Pages */ @@ -347,17 +354,16 @@ padding: 0 10px; } -.overview-legend-leak { - display: inline-block; - vertical-align: middle; - width: 16px; - height: 16px; - margin-top: -2px; - margin-left: 16px; - margin-right: 8px; +.overview-legend { + position: absolute; + bottom: 100%; + left: 0; + right: -1px; + padding: 5px 0 2px; border: 1px solid @barBorderColor; - box-sizing: border-box; - background-color: #fffae7; + border-bottom: none; + font-size: 14px; + text-align: center; } /* |