fixed private mention popup in firefox

This commit is contained in:
danielgrippi 2011-03-22 17:25:32 -07:00
parent a44ca157e6
commit 2b8b824230
2 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@
= t('.to')
.span-10.last
= text_field_tag "contact_autocomplete"
.clearfix
.span-2
%h4

View file

@ -32,6 +32,8 @@ ul.as-selections li.as-selection-item {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
border: 1px solid #acc3ec;
padding: 0;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 6px;
border-radius: 5px;
-webkit-border-radius: 5px;