mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Smart inventory implementation
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
.Form-title--is_smartinventory,
|
||||
.Form-title--is_superuser,
|
||||
.Form-title--is_system_auditor,
|
||||
.Form-title--is_ldap_user,
|
||||
@@ -665,6 +666,19 @@ input[type='radio']:checked:before {
|
||||
.noselect;
|
||||
}
|
||||
|
||||
.Form-textInput--variableHeight {
|
||||
height: inherit;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
.Form-variableHeightButtonGroup {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.Form-lookupButton--variableHeight {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 650px) {
|
||||
.Form-formGroup {
|
||||
flex: 1 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user