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>2021-04-28 18:26:58 +0300
committerGregory Chalenko <gregory.chalenko@zabbix.com>2021-04-28 18:26:58 +0300
commitac4bbc397d1b9c02c4c3c18c78707a6c902b4d4e (patch)
tree8b278cb9b51a20767d88dba4808dedf592e11aa6 /sass
parentff2834317016e8073e74673c1feabe29e2a366e4 (diff)
A.F....... [ZBXNEXT-114,ZBXNEXT-6572] added frontend value map support in host, template, massupdate forms
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss33
1 files changed, 25 insertions, 8 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index d41fc7c4984..ec49c2b0e95 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -1294,6 +1294,11 @@ form {
}
}
+.td-drag-icon {
+ padding: 0 11px 0 0;
+ vertical-align: middle;
+}
+
.table-forms {
display: table;
width: 100%;
@@ -1337,6 +1342,21 @@ form {
@extend tfoot;
}
+ td {
+ position: relative;
+
+ &.td-drag-icon {
+ padding: 0 11px 0 0;
+ vertical-align: middle;
+ }
+
+ .drag-icon {
+ position: absolute;
+ top: 5px;
+ margin-right: 5px;
+ }
+ }
+
.table-forms-td-left {
display: table-cell;
padding: 5px 0;
@@ -1368,14 +1388,7 @@ form {
position: relative;
&.td-drag-icon {
- padding: 0 11px 0 0;
- vertical-align: middle;
- }
-
- .drag-icon {
- position: absolute;
- top: 5px;
- margin-right: 5px;
+ padding-right: 11px;
}
&.center {
@@ -4999,6 +5012,10 @@ svg {
display: none;
}
+.visibility-hidden {
+ visibility: hidden;
+}
+
.checkbox-list {
li {
overflow: hidden;