Add and edit workflow job templates from the UI

This commit is contained in:
Michael Abashian
2016-11-03 14:40:47 -04:00
parent b279474d0e
commit 0c4db0354e
55 changed files with 4472 additions and 202 deletions

View File

@@ -184,6 +184,7 @@
.Form-formGroup--fullWidth {
max-width: none !important;
width: 100% !important;
padding-right: 0px !important;
}
.Form-formGroup--checkbox{
@@ -553,19 +554,24 @@ input[type='radio']:checked:before {
color: @btn-txt;
}
.Form-surveyButton {
.Form-primaryButton {
background-color: @default-link;
color: @default-bg;
text-transform: uppercase;
padding-left:15px;
padding-right: 15px;
margin-right: 20px;
}
.Form-surveyButton:hover{
.Form-primaryButton:hover {
background-color: @default-link-hov;
color: @default-bg;
}
.Form-primaryButton.Form-tab--disabled:hover {
background-color: @default-link;
}
.Form-formGroup--singleColumn {
width: 100% !important;
padding-right: 0px;