Applied select2 to the activity stream dropdown nav. Went ahead and moved the dropdown nav template into a partial rather than having it inline.

This commit is contained in:
Michael Abashian
2016-02-11 13:38:52 -05:00
parent 62ad03ce5a
commit bf74cbc993
3 changed files with 16 additions and 3 deletions

View File

@@ -181,6 +181,10 @@ table, tbody {
display: flex;
}
.List-auxActionStream {
width: 175px;
}
.List-buttonSubmit {
background-color: @submit-button-bg;
color: @submit-button-text;