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>2019-11-21 12:25:26 +0300
committerGregory Chalenko <gregory.chalenko@zabbix.com>2019-11-21 12:25:26 +0300
commit7513d78e7e492c89d1bf95d15b03878f9d5a50d1 (patch)
treecc94d3824f83b663dfbbf920f7bb9355d016bd7a /sass
parent5d9e1f7735232a2d89689607f4cbd10d1a659be6 (diff)
parent2fe6c84174d6024be1423506e83548c7415365ae (diff)
..F....... [ZBXNEXT-5414] moved maintenance period configuration settings to modal window to decrease page refresh count
* commit '2fe6c84174d6024be1423506e83548c7415365ae': (50 commits) ..F....... [ZBXNEXT-5414] trim start_date value using js ..F....... [ZBXNEXT-5414] reverted b74436f78d5 ..F....... [ZBXNEXT-5414] removed maintenance period files ..F....... [ZBXNEXT-5414] trim start_date field value ..F....... [ZBXNEXT-5414] changed action to popup.maintenance.period .......... [ZBXNEXT-5414] applied changes in autotest according to review comments .......... [ZBXNEXT-5414] applied changes to autotest fix according to review comments .......... [ZBXNEXT-5414] fixed autotest according to changes applied within this task ..F....... [ZBXNEXT-5414] fixed wrong index ..F....... [ZBXNEXT-5414] added hidden submit to autosubmit on enter ..F....... [ZBXNEXT-5414] normalize time for one time peeriod start_date field ..F....... [ZBXNEXT-5414] fixed Day of month not being reset to 1 when changing Date from Day of week to Day of month ..F....... [ZBXNEXT-5414] raised margin to increase the indent between days, hours and minutes; fixed coding style ..F....... [ZBXNEXT-5414] fixed coding style ..F....... [ZBXNEXT-5414] fixed column wrapper styles ..F....... [ZBXNEXT-5414] changed checkbox class ..F....... [ZBXNEXT-5414] added labels ..F....... [ZBXNEXT-5414] added missing 'every' field for monthly type ..F....... [ZBXNEXT-5414] initialize only time period specific fields from input ..F....... [ZBXNEXT-5414] fixed typecast placement ...
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 2ce49c1143f..d513ce87505 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -1960,6 +1960,12 @@ output {
}
}
+ .form-fields-inline {
+ label {
+ margin: 0 8px 0 3px;
+ }
+ }
+
h4 {
margin-bottom: -5px;
}
@@ -4604,7 +4610,6 @@ $form-icon-btn: (
}
.columns-wrapper {
- flex-wrap: nowrap;
.column-50:last-of-type {
margin-left: 10px;
@@ -6739,6 +6744,10 @@ svg {
display: flex;
flex-wrap: wrap;
+ &.columns-nowrap {
+ flex-wrap: nowrap;
+ }
+
[class^=column-] {
-webkit-box-flex: 0;
}