fixed minor ui issue with find-events bar extending when the create-event form is opened

This commit is contained in:
Hike Danakian 2013-06-14 20:39:22 -07:00
Родитель 405b83435c
Коммит 7f677cd77f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@
@inputHeight: 34px;
body#events.map form#find-event {
display: block;
display: inline-block;
clear: both;
padding-right: 6px;