Fix address type search

This commit is contained in:
Xavier J 2016-07-18 11:23:03 +02:00
parent 382c8d8700
commit 5ba88aa31a
4 changed files with 2455 additions and 3 deletions

View file

@ -25,7 +25,14 @@
@extend .col-md-6;
@extend .col-lg-6;
input[type='address'] {
.twitter-typeahead {
width: 100%;
input {
width: 100%;
display: block !important;
}
}
.tt-menu {
width: 100%;
}
}

View file

@ -1,5 +1,6 @@
= devise_error_messages!
%br
#form_login
= image_tag('logo-tps.png')
%br

View file

@ -28,6 +28,7 @@
= devise_error_messages!
%br
#form_login
= image_tag('logo-tps.png')
%br

File diff suppressed because one or more lines are too long