aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-03-03 16:23:05 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-03-04 13:09:21 +0100
commit29bc3c690a0d29d157042477ead84b5abeda3a1d (patch)
treece66362782d20ad41d5e61cdd8831a99af28a3ed /server/sonar-web/src/main/less
parentb4b22ba0850e889e4087f2e58f530848d2484474 (diff)
downloadsonarqube-29bc3c690a0d29d157042477ead84b5abeda3a1d.tar.gz
sonarqube-29bc3c690a0d29d157042477ead84b5abeda3a1d.zip
SONAR-5726 add global issue filter widget
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r--server/sonar-web/src/main/less/init/misc.less16
-rw-r--r--server/sonar-web/src/main/less/init/tables.less3
-rw-r--r--server/sonar-web/src/main/less/pages/dashboard.less16
-rw-r--r--server/sonar-web/src/main/less/style.less3
4 files changed, 20 insertions, 18 deletions
diff --git a/server/sonar-web/src/main/less/init/misc.less b/server/sonar-web/src/main/less/init/misc.less
index f8b31448f3d..3dc7e5df1ec 100644
--- a/server/sonar-web/src/main/less/init/misc.less
+++ b/server/sonar-web/src/main/less/init/misc.less
@@ -103,3 +103,19 @@ td.spacer-top {
.bordered-top {
border-top: 1px solid @barBorderColor;
}
+
+.zero-font-size {
+ font-size: 0 !important;
+}
+
+.width-100 {
+ width: 100%;
+}
+
+.width-80 {
+ width: 80%;
+}
+
+.width-60 {
+ width: 60%;
+}
diff --git a/server/sonar-web/src/main/less/init/tables.less b/server/sonar-web/src/main/less/init/tables.less
index afca8360a88..aca9725e965 100644
--- a/server/sonar-web/src/main/less/init/tables.less
+++ b/server/sonar-web/src/main/less/init/tables.less
@@ -53,8 +53,9 @@ table.data > tfoot > tr > td {
}
table.data > tbody > tr > td {
- padding: 5px;
+ padding: 4px 5px;
vertical-align: text-top;
+ line-height: 20px;
}
table.data td.small, table.data th.small {
diff --git a/server/sonar-web/src/main/less/pages/dashboard.less b/server/sonar-web/src/main/less/pages/dashboard.less
index 8dc8cfdffe6..84fd6334170 100644
--- a/server/sonar-web/src/main/less/pages/dashboard.less
+++ b/server/sonar-web/src/main/less/pages/dashboard.less
@@ -325,22 +325,6 @@
.widget-span-11 { width: 91.666666666667%; }
.widget-span-12 { width: 100%; }
-@media (max-width: 1279px) {
- .widget-span-1 { width: 50%; }
- .widget-span-2 { width: 50%; }
- .widget-span-3 { width: 50%; }
- .widget-span-3-5 { width: 50%; }
- .widget-span-4 { width: 50%; }
- .widget-span-5 { width: 50%; }
- .widget-span-6 { width: 50%; }
- .widget-span-7 { width: 100%; }
- .widget-span-8 { width: 100%; }
- .widget-span-9 { width: 100%; }
- .widget-span-10 { width: 100%; }
- .widget-span-11 { width: 100%; }
- .widget-span-12 { width: 100%; }
-}
-
.widget-label {
display: block;
font-size: @baseFontSize;
diff --git a/server/sonar-web/src/main/less/style.less b/server/sonar-web/src/main/less/style.less
index 5278454f452..806d57bfc2c 100644
--- a/server/sonar-web/src/main/less/style.less
+++ b/server/sonar-web/src/main/less/style.less
@@ -707,7 +707,8 @@ div.barchart {
}
div.barchart > div {
- background-color: @darkBlue;
+ min-width: 1px;
+ background-color: #c4d6e1;
height: 0.9em;
}