This commit is contained in:
Joseph Schorr 2013-09-27 19:24:30 -04:00
commit 038e9afc97
7 changed files with 68 additions and 4 deletions

View file

@ -221,6 +221,17 @@ p.editable:hover i {
margin: 10px;
}
.navbar-nav > li > .user-dropdown {
padding-top: 9px;
padding-bottom: 9px;
}
.user-dropdown > img {
padding-right: 6px;
}
/* Overrides for typeahead to work with bootstrap 3. */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
@ -279,4 +290,4 @@ p.editable:hover i {
font-size: 14px;
line-height: 1.428571429;
border: 1px solid transparent;
}
}