Merge pull request #2103 from kensible/1842-projectSourceTypes

Project source types, popovers, form fixes
This commit is contained in:
kensible
2016-06-01 09:26:42 -04:00
4 changed files with 46 additions and 29 deletions

View File

@@ -181,6 +181,13 @@
align-items: flex-start;
}
.Form-textUneditable {
.Form-textInput {
border: none;
padding: 0;
}
}
.Form-subForm {
width: 100%;
margin-bottom: 15px;