Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-07-12 18:13:50 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-07-12 18:13:50 +0400
commit52a6a3dc5d3c526413607c8f7aa2a99deb423ebc (patch)
treef28c9228455bd61429e33707dbbdcfa2e126bace /core
parent17a4cca5b7765f53ccbb9d89a8aae5005ab82189 (diff)
Ie8 specific multiselect
Diffstat (limited to 'core')
-rw-r--r--core/css/multiselect.css10
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