Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorGregory Chalenko <gregory.chalenko@zabbix.com>2022-01-24 13:07:52 +0300
committerGregory Chalenko <gregory.chalenko@zabbix.com>2022-01-24 13:07:52 +0300
commit7d51d24630049b9a4332b4185889f15cd50b4c51 (patch)
treed97c6c9fb7039b4ac6d5ab9bce627cc79c5c3fff /sass
parent1ff9b388fd33614cd08c83283929ccaf5ec22df5 (diff)
..F....... [ZBXNEXT-7125] fixed asis column header horizontal position; fixed bargauge thresholds colors initialization
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/components/dashboard/_widget-tophosts.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/stylesheets/sass/components/dashboard/_widget-tophosts.scss b/sass/stylesheets/sass/components/dashboard/_widget-tophosts.scss
index 86479699b63..5b51a424cb2 100644
--- a/sass/stylesheets/sass/components/dashboard/_widget-tophosts.scss
+++ b/sass/stylesheets/sass/components/dashboard/_widget-tophosts.scss
@@ -18,6 +18,10 @@ form.dashboard-grid-widget-tophosts {
div.dashboard-grid-widget-tophosts {
$bar-gauge-height: 20px;
+ .list-table th.center {
+ text-align: center;
+ }
+
td {
line-height: $bar-gauge-height;
}