From 41bdc9fdcce696c592b01bb5331d7e8136aa028f Mon Sep 17 00:00:00 2001 From: yuri-korzun Date: Wed, 25 Jan 2012 22:28:56 +0300 Subject: [PATCH] fixes for ie --- jquery.facebook.multifriend.select.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jquery.facebook.multifriend.select.css b/jquery.facebook.multifriend.select.css index abd215f..5610d97 100644 --- a/jquery.facebook.multifriend.select.css +++ b/jquery.facebook.multifriend.select.css @@ -19,9 +19,10 @@ limitations under the License. #jfmfs-friend-selector input { background-color: #fcfcfc; border: 1px solid #ccc; - font: 11px verdana, arial, helvetica, sans-serif; + font: 11px/20px verdana, arial, helvetica, sans-serif; margin: 2px 0; - padding: 2px 4px; + padding: 0 4px; + float: left; } .jfmfs-friend { cursor:pointer; @@ -143,14 +144,15 @@ div.jfmfs-button { #jfmfs-friend-filter-text { - height: 23px; + height:22px; } #jfmfs-inner-header span.jfmfs-title { color: #333333; font-weight: bold; - margin: 3px 0 2px; + margin: 7px 5px 0 5px; + float: left; } #jfmfs-max-selected-wrapper {