aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/component-measures/style.css
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-07-27 17:21:25 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-08-14 11:44:44 +0200
commitd7b669175e4e40341f6f1553ebe8ed84a9980ce2 (patch)
treec631f0dac9d40e88042d4d2ca8f4643b9f780134 /server/sonar-web/src/main/js/apps/component-measures/style.css
parenta0ea568244db7b77b165c7ecf7dca83620f8edbd (diff)
downloadsonarqube-d7b669175e4e40341f6f1553ebe8ed84a9980ce2.tar.gz
sonarqube-d7b669175e4e40341f6f1553ebe8ed84a9980ce2.zip
SONAR-9608 SONAR-9634 Create the measure list view
Diffstat (limited to 'server/sonar-web/src/main/js/apps/component-measures/style.css')
-rw-r--r--server/sonar-web/src/main/js/apps/component-measures/style.css47
1 files changed, 34 insertions, 13 deletions
diff --git a/server/sonar-web/src/main/js/apps/component-measures/style.css b/server/sonar-web/src/main/js/apps/component-measures/style.css
index fc294c55dee..1e3aa63a269 100644
--- a/server/sonar-web/src/main/js/apps/component-measures/style.css
+++ b/server/sonar-web/src/main/js/apps/component-measures/style.css
@@ -1,19 +1,45 @@
-.measures-domains-leak-header {
- float: right;
+.domain-measures-leak {
background-color: #fbf3d5;
border: 1px solid #eae3c7;
- padding: 4px 10px;
- white-space: nowrap;
+ padding: 4px 6px;
}
-.domain-measures-leak {
- background-color: #fbf3d5;
- border: 1px solid #eae3c7;
+.facet .domain-measures-leak {
padding: 4px 4px;
margin: -5px -5px;
}
-.domain-measures-value .rating {
+.domain-measures-leak-header {
+ background-color: #fbf3d5;
+ border: 1px solid #eae3c7;
+ padding: 4px 10px;
+ white-space: nowrap;
+}
+
+.measure-details-header {
+ display: flex;
+ flex-wrap: nowrap;
+ justify-content: space-between;
+ align-items: center;
+}
+
+.measure-details-metric {
+ display: flex;
+ align-items: center;
+}
+
+.measure-details-secondary {
+ display: inline-block;
+ width: 260px;
+ margin-left: 4px;
+}
+
+.measure-details-secondary .bar-chart {
+ margin-top: -10px;
+}
+
+.domain-measures-value .rating,
+.measure-details-value .rating {
width: 18px;
height: 18px;
line-height: 18px;
@@ -21,8 +47,3 @@
margin-bottom: -2px;
font-size: 12px;
}
-
-.domain-measures-leak .rating {
- margin-top: -3px;
- margin-bottom: -3px;
-}