mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Move "prompt on launch" checkbox to above input
This commit is contained in:
@@ -474,16 +474,6 @@ input[type='radio']:checked:before {
|
||||
outline:none;
|
||||
}
|
||||
|
||||
.Form-inputLabelContainer {
|
||||
width: 100%;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.Form-inputLabelContainer[for=variables] {
|
||||
width: auto;
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.FormToggle {}
|
||||
.FormToggle-container {
|
||||
float: right;
|
||||
@@ -610,6 +600,10 @@ input[type='radio']:checked:before {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
.Form-checkbox {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.Form-subCheckbox {
|
||||
margin-top: 5px;
|
||||
font-size: small;
|
||||
|
||||
Reference in New Issue
Block a user