Updated audit items

This commit is contained in:
Ken Hoes
2016-05-25 15:15:05 -04:00
parent 085560567a
commit f5a0aba47b
31 changed files with 104 additions and 91 deletions

View File

@@ -178,7 +178,7 @@
.Form-formGroup--checkbox{
display: flex;
align-items: flex-end;
align-items: flex-start;
}
.Form-subForm {
@@ -324,6 +324,12 @@
.select2-dropdown{
border:1px solid @field-border;
}
.select2-container--open .select2-dropdown--below {
margin-top: -1px;
border-top: 1px solid @field-border;
}
.Form-dropDown:focus{