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
diff options
context:
space:
mode:
Diffstat (limited to 'ui/assets/styles/blue-theme.css')
-rw-r--r--ui/assets/styles/blue-theme.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/assets/styles/blue-theme.css b/ui/assets/styles/blue-theme.css
index b58fe949ffa..b3418b0158a 100644
--- a/ui/assets/styles/blue-theme.css
+++ b/ui/assets/styles/blue-theme.css
@@ -6308,6 +6308,15 @@ z-select.z-select-host-interface li[disabled] .description:not(:empty),
.valuemap-list-table tbody tr:first-child td {
border-top: 1px solid #ebeef0; }
+.mappings-table {
+ display: grid;
+ grid-template-columns: auto auto minmax(auto, 100%); }
+ .mappings-table > div {
+ text-align: left; }
+ .mappings-table > div:nth-child(3n + 2) {
+ text-align: center;
+ padding: 0 10px; }
+
.valuemap-checkbox {
margin-top: 10px; }