Get create permission working

This commit is contained in:
Joseph Schorr 2014-01-21 15:09:47 -05:00
parent e8d51b651f
commit ca934ac162
5 changed files with 166 additions and 14 deletions

View file

@ -73,10 +73,24 @@
top: 70px;
}
.entity-search-element {
position: relative;
}
.entity-search-element .entity-icon {
position: absolute;
top: 0px;
left: 8px;
}
.entity-search-element input {
vertical-align: middle;
}
.entity-search-element.persistent input {
padding-left: 28px;
}
.entity-search-element .twitter-typeahead {
vertical-align: middle;
}