Smart inventory implementation

This commit is contained in:
Michael Abashian
2017-05-22 16:55:17 -04:00
parent 5d867d51f4
commit 1176b9b057
62 changed files with 963 additions and 999 deletions

View File

@@ -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;