Hide the inactive working plan row input elements
This commit is contained in:
parent
93fdbd875a
commit
dd08cbc882
1 changed files with 12 additions and 0 deletions
|
@ -710,6 +710,12 @@ body .form-horizontal .controls {
|
|||
max-width: 100px;
|
||||
}
|
||||
|
||||
#providers-page #providers .working-plan-view .work-start[disabled],
|
||||
#providers-page #providers .working-plan-view .work-end[disabled] {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#providers-page .btn-toolbar {
|
||||
margin-top: 0;
|
||||
margin-bottom: 15px;
|
||||
|
@ -819,6 +825,12 @@ body .form-horizontal .controls {
|
|||
max-width: 100px;
|
||||
}
|
||||
|
||||
#business-logic .working-plan .work-start[disabled],
|
||||
#business-logic .working-plan .work-end[disabled] {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#business-logic .working-plan label.checkbox {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue