Fix some minor CSS issues.

This commit is contained in:
Murtuza Zabuawala 2018-11-27 10:57:30 +00:00 committed by Dave Page
parent 63f7fbcf7d
commit c79ac2f8d2
3 changed files with 16 additions and 2 deletions

View File

@ -121,3 +121,12 @@ div.wizard-header.wizard-badge > div > div.col-sm-2 > button.ajs-maximized.ajs-m
.select2-container--open {
z-index: 10000;
}
.wizard-content h3 {
margin-top: 20px !important;
margin-bottom: 10px !important;
}
.wizard-right-panel_content .collapse.in {
display: block;
}

View File

@ -164,6 +164,7 @@ iframe {
}
.checkbox label {
padding-left: 0px !important;
margin-bottom: 0px !important;
}
.bootstrap-switch > .bootstrap-switch-container > input {
border: 0px solid $color-fg;
@ -253,3 +254,7 @@ td.switch-cell > div.bootstrap-switch {
.btn-toolbar {
min-width: 100%;
}
.bootstrap-datetimepicker-widget thead th {
background-color: $color-fg-inverse;
}

View File

@ -94,11 +94,11 @@
/** Custom styling for Codemirror field **/
.wizard-right-panel_content {
border: 1px solide #ccc;
border: 1px $color-gray-light;
}
.wizard-right-panel_content .CodeMirror {
border: 1px solid #ccc;
border: 1px solid $color-gray-light;
height: 285px !important;
min-height: 285px !important;
}