diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-12 17:13:50 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-12 17:13:50 +0300 |
commit | 52a6a3dc5d3c526413607c8f7aa2a99deb423ebc (patch) | |
tree | f28c9228455bd61429e33707dbbdcfa2e126bace /core | |
parent | 17a4cca5b7765f53ccbb9d89a8aae5005ab82189 (diff) | |
download | nextcloud-server-52a6a3dc5d3c526413607c8f7aa2a99deb423ebc.tar.gz nextcloud-server-52a6a3dc5d3c526413607c8f7aa2a99deb423ebc.zip |
Ie8 specific multiselect
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 |