Skip to content
Snippets Groups Projects
Commit bc1054f1 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Bootprint style adjustments to fix visual anomolies caused bythe Typeahead update.

parent 3fef3062
Branches
Tags
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -361,11 +361,6 @@ ul.random { ...@@ -361,11 +361,6 @@ ul.random {
} }
/* --- Twitter Typeahead --- */ /* --- Twitter Typeahead --- */
.twitter-typeahead {
background: #FFF;
padding: 7px 0 10px;
border-radius: @border-radius-base;
}
.tt-dropdown-menu { .tt-dropdown-menu {
margin:2px; margin:2px;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -34,6 +34,9 @@ label.list-group-item {border-radius:0;font-weight:normal;margin-top:0;padding-l ...@@ -34,6 +34,9 @@ label.list-group-item {border-radius:0;font-weight:normal;margin-top:0;padding-l
border-radius:@border-radius-base; border-radius:@border-radius-base;
vertical-align:top; vertical-align:top;
.tt-hint {display:none} .tt-hint {display:none}
@media (max-width:767px) {
width:100%;
}
} }
.tt-dropdown-menu {.list-group;} .tt-dropdown-menu {.list-group;}
.tt-suggestion { .tt-suggestion {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment