Fixed all HTML operations

This commit is contained in:
n1474335 2018-07-15 13:25:44 +01:00
parent ab44100312
commit 651ca6cf5d
13 changed files with 62 additions and 52 deletions

View file

@ -66,7 +66,7 @@ div.toggle-string {
.operation [class^='bmd-label'],
.operation [class*=' bmd-label'] {
top: 13px;
top: 13px !important;
left: 12px;
z-index: 10;
}
@ -109,12 +109,16 @@ div.toggle-string {
filter: brightness(100%);
}
.bmd-form-group.is-filled label.bmd-label-floating,
.bmd-form-group.is-focused label.bmd-label-floating {
top: 4px;
.operation .bmd-form-group.is-filled label.bmd-label-floating,
.operation .bmd-form-group.is-focused label.bmd-label-floating {
top: 4px !important;
left: 12px;
}
.operation .bmd-form-group .bmd-help {
margin-top: -17px;
}
.input-group .form-control {
border-top-left-radius: 4px !important;
}