Skip to content

Commit

Permalink
MDL-36865 filepicker: ensuring the dnd arrow displays in the center o…
Browse files Browse the repository at this point in the history
…f the filepicker for all supported browsers
  • Loading branch information
mdjnelson committed Nov 27, 2012
1 parent f42c34a commit 08a6a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/outputrenderers.php
Expand Up @@ -2210,9 +2210,9 @@ public function render_file_picker(file_picker $fp) {
$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;
}
Expand Down

0 comments on commit 08a6a19

Please sign in to comment.