diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/multiselect.css | 10 |
1 files changed, 9 insertions, 1 deletions
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 |