1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Copied old bootstrap styles to display cred form checkboxes as they were before bootstrap upgrade

This commit is contained in:
mabashian 2019-02-12 11:48:48 -05:00
parent 570283fba2
commit a52c0415d9

View File

@ -27,12 +27,17 @@
.at-InputCheckbox {
margin: 0;
padding: 0;
display: block;
min-height: 20px;
& > label {
font-weight: normal;
& > input[type=checkbox] {
height: @at-height-input;
margin: 0;
padding: 0;
float: left;
}
& > p {