Skip to content
Snippets Groups Projects
Commit 7c738a13 authored by Marvin Thomas Rabe's avatar Marvin Thomas Rabe
Browse files

Sharing dropdown width fixed.

parent b1fb325d
Branches
No related tags found
No related merge requests found
...@@ -6,3 +6,4 @@ ...@@ -6,3 +6,4 @@
#public { border-top:1px solid #ddd; padding-top:0.5em; } #public { border-top:1px solid #ddd; padding-top:0.5em; }
a.unshare { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; opacity:.5; } a.unshare { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; opacity:.5; }
a.unshare:hover { opacity:1; } a.unshare:hover { opacity:1; }
#share_with { width: 16em; }
\ No newline at end of file
...@@ -174,7 +174,7 @@ $(document).ready(function() { ...@@ -174,7 +174,7 @@ $(document).ready(function() {
function createDropdown(filename, files) { function createDropdown(filename, files) {
var html = '<div id="dropdown" class="drop" data-file="'+files+'">'; var html = '<div id="dropdown" class="drop" data-file="'+files+'">';
html += '<div id="private">'; html += '<div id="private">';
html += '<select data-placeholder="User or Group" style="width:220px;" id="share_with" class="chzen-select">'; html += '<select data-placeholder="User or Group" id="share_with" class="chzen-select">';
html += '<option value=""></option>'; html += '<option value=""></option>';
html += '</select>'; html += '</select>';
html += '<ul id="shared_list"></ul>'; html += '<ul id="shared_list"></ul>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment