mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36865 filepicker: ensuring the dnd arrow displays in the center of the filepicker for all supported browsers
This commit is contained in:
parent
f42c34a38a
commit
08a6a19d4b
1 changed files with 2 additions and 2 deletions
|
@ -2210,9 +2210,9 @@ EOD;
|
|||
$html .= <<<EOD
|
||||
<div id="file_info_{$client_id}" class="mdl-left filepicker-filelist" style="position: relative">
|
||||
<div class="filepicker-filename">
|
||||
<div class="filepicker-container">$currentfile<span class="dndupload-message">$strdndenabled <br/><span class="dndupload-arrow"></span></span></div>
|
||||
<div class="filepicker-container">$currentfile<div class="dndupload-message">$strdndenabled <br/><div class="dndupload-arrow"></div></div></div>
|
||||
</div>
|
||||
<div><div class="dndupload-target">{$strdroptoupload}<br/><span class="dndupload-arrow"></span></div></div>
|
||||
<div><div class="dndupload-target">{$strdroptoupload}<br/><div class="dndupload-arrow"></div></div></div>
|
||||
</div>
|
||||
EOD;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue