Merge branch 'job-launch-modal-overhaul' of https://github.com/mabashian/ansible-tower into mabashian-job-launch-modal-overhaul

# Conflicts:
#	awx/ui/client/legacy-styles/forms.less
This commit is contained in:
Michael Abashian
2016-05-19 13:22:05 -04:00
25 changed files with 1417 additions and 813 deletions

View File

@@ -472,6 +472,7 @@ input[type='radio']:checked:before {
transition: background-color 0.2s;
padding-left:15px;
padding-right: 15px;
margin-left: 20px;
}
.Form-cancelButton:hover{
@@ -496,6 +497,7 @@ input[type='radio']:checked:before {
.Form-formGroup--singleColumn {
width: 100% !important;
padding-right: 0px;
max-width: 100% !important;
}
.Form-subCheckbox {