diff options
author | kondou <kondou@ts.unde.re> | 2013-04-23 15:34:16 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-04-24 11:13:12 +0200 |
commit | e8bb998ecc00226a299d4e617967b94323ffaa84 (patch) | |
tree | db4898e3a59a13af975d910188bc3dd60622e85c /core | |
parent | 05ab9d2de7f2c5181eda2174a2e2adb1cc214196 (diff) | |
download | nextcloud-server-e8bb998ecc00226a299d4e617967b94323ffaa84.tar.gz nextcloud-server-e8bb998ecc00226a299d4e617967b94323ffaa84.zip |
Fix #3095.
Diffstat (limited to 'core')
-rw-r--r-- | core/css/multiselect.css | 6 | ||||
-rw-r--r-- | core/js/multiselect.js | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index 31c8ef88eb9..a6b72048710 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -29,6 +29,10 @@ white-space:nowrap; } + ul.multiselectoptions>li>label { + margin-left: 5px; + } + div.multiselect { display:inline-block; max-width:400px; @@ -75,4 +79,4 @@ padding-bottom:.2em; padding-top:.2em; margin:0; - }
\ No newline at end of file + } diff --git a/core/js/multiselect.js b/core/js/multiselect.js index bc4223feb64..463c397d8cd 100644 --- a/core/js/multiselect.js +++ b/core/js/multiselect.js @@ -316,4 +316,4 @@ return span; }; -})( jQuery );
\ No newline at end of file +})( jQuery ); |