From 52a6a3dc5d3c526413607c8f7aa2a99deb423ebc Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Fri, 12 Jul 2013 17:13:50 +0300 Subject: [PATCH] Ie8 specific multiselect --- core/css/multiselect.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core/css/multiselect.css b/core/css/multiselect.css index 31c8ef88eb9..d3c667f2531 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -75,4 +75,12 @@ padding-bottom:.2em; padding-top:.2em; margin:0; - } \ No newline at end of file + } + + +.ie8 div.multiselect span:first-child { + display:block; + position:relative; + width: 90%; + margin-right:-1px; +} \ No newline at end of file -- 2.39.5