diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-06-27 07:50:47 -0700 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-06-27 07:50:47 -0700 |
commit | be22d28eb942a79d1725a98ac0ab34fe94d4f080 (patch) | |
tree | eb46aae530cc3ad16c90bea295bf22c7f7397c37 /core/css | |
parent | aa7403500fdbc76b9e63b0de1553e1a4f61a4cf2 (diff) | |
parent | 861fe54f2b33f41b83cf5e714efca72d18ad1b3f (diff) | |
download | nextcloud-server-be22d28eb942a79d1725a98ac0ab34fe94d4f080.tar.gz nextcloud-server-be22d28eb942a79d1725a98ac0ab34fe94d4f080.zip |
Merge pull request #3576 from owncloud/jquery.multiselect-1.13
Update to jquery.multiselect 1.13
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/jquery.multiselect.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/jquery.multiselect.css b/core/css/jquery.multiselect.css index 156799f0869..898786a6157 100644 --- a/core/css/jquery.multiselect.css +++ b/core/css/jquery.multiselect.css @@ -11,7 +11,7 @@ .ui-multiselect-header span.ui-icon { float:left } .ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 } -.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 } +.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left } .ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll } .ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px } .ui-multiselect-checkboxes label input { position:relative; top:1px } |