mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Merge pull request #3217 from mabashian/3164-cred-checkbox-alignment
Fixes cred form checkbox input styling Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -27,12 +27,17 @@
|
|||||||
.at-InputCheckbox {
|
.at-InputCheckbox {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
display: block;
|
||||||
|
min-height: 20px;
|
||||||
|
|
||||||
& > label {
|
& > label {
|
||||||
|
font-weight: normal;
|
||||||
|
|
||||||
& > input[type=checkbox] {
|
& > input[type=checkbox] {
|
||||||
height: @at-height-input;
|
height: @at-height-input;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > p {
|
& > p {
|
||||||
|
|||||||
Reference in New Issue
Block a user