Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion typeahead.js-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius:4px;
}

.twitter-typeahead .hint-small
{
height: 30px;
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
line-height: 1.5;
}

.twitter-typeahead .hint-large
{
height: 45px;
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
line-height: 1.33;
}

.tt-dropdown-menu {
min-width: 160px;
margin-top: 2px;
Expand Down Expand Up @@ -46,4 +75,4 @@

.tt-suggestion p {
margin: 0;
}
}