summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/pages
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2016-02-25 08:01:47 +0100
committerJenkins CI <ci@sonarsource.com>2016-02-25 08:01:47 +0100
commit09f8c753053dbe6e3d70a42a7b59ba49c2991da2 (patch)
treed9e0928ed29769ccde92e6ec3c01960b26f1da52 /server/sonar-web/src/main/less/pages
parent5413b494f1ea49e6eb30a7e46fd89a3e35fd567b (diff)
parentd1fadbe08865e7bb38c7a278148053e793422818 (diff)
downloadsonarqube-09f8c753053dbe6e3d70a42a7b59ba49c2991da2.tar.gz
sonarqube-09f8c753053dbe6e3d70a42a7b59ba49c2991da2.zip
Automatic merge from branch-5.4
* origin/branch-5.4: SONAR-7384 ensure no thread can await its own termination in Monitor SONAR-7316 do not create a builder for each changeset SONAR-7316 DbScmInfo should use a single ChangeSet object per revision SONAR-7316 use String.intern to store ChangeSet#revision SONAR-7316 Use String.intern to store author in ChangeSet fix widgets resizing on the overview page
Diffstat (limited to 'server/sonar-web/src/main/less/pages')
-rw-r--r--server/sonar-web/src/main/less/pages/overview.less16
1 files changed, 15 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/pages/overview.less b/server/sonar-web/src/main/less/pages/overview.less
index 64e16df4a2c..35a9a7c7a02 100644
--- a/server/sonar-web/src/main/less/pages/overview.less
+++ b/server/sonar-web/src/main/less/pages/overview.less
@@ -419,6 +419,10 @@
padding-top: 10px;
padding-bottom: 15px;
+ svg {
+ position: absolute;
+ }
+
.bar-chart-bar {
fill: @blue;
}
@@ -444,6 +448,10 @@
box-sizing: border-box;
background-color: #fff;
+ svg {
+ position: absolute;
+ }
+
.line-chart-path {
fill: none;
stroke: @blue;
@@ -523,6 +531,9 @@
}
.overview-treemap {
+ & > div {
+ position: absolute;
+ }
}
.overview-chart-placeholder {
@@ -534,9 +545,12 @@
.overview-bubble-chart {
padding: 10px;
border: 1px solid @barBorderColor;
- box-sizing: border-box;
background-color: #fff;
+ svg {
+ position: absolute;
+ }
+
.bubble-chart-bubble {
fill: @blue;
fill-opacity: 0.2;