From 08a6a19d4b7fc06ac01461afd1abfa69a7f3ff2a Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 27 Nov 2012 15:58:30 +0800 Subject: [PATCH] MDL-36865 filepicker: ensuring the dnd arrow displays in the center of the filepicker for all supported browsers --- lib/outputrenderers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index 55d38f161e2..f67bdb39190 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -2210,9 +2210,9 @@ EOD; $html .= <<
-
$currentfile$strdndenabled
+
$currentfile
$strdndenabled
-
{$strdroptoupload}
+
{$strdroptoupload}
EOD; }