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

Merge branch 'release-2.3'

parents 0c903cc2 bc1054f1
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