Begin refactoring Tasks to be apart of the Scheduler system
This commit is contained in:
parent
07965d0ce7
commit
2ac90b50f2
28 changed files with 902 additions and 468 deletions
|
@ -343,3 +343,20 @@ input.form-autocomplete-stop[readonly] {
|
|||
bottom: 1px;
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
|
||||
label.control-label > span {
|
||||
font-size: 80%;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
color: #dd4b39;
|
||||
}
|
||||
|
||||
label.control-label > span.field-required:before {
|
||||
content: "required";
|
||||
color: #dd4b39;
|
||||
}
|
||||
|
||||
label.control-label > span.field-optional:before {
|
||||
content: "optional";
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue