Fix tab order of refresh and close container controls

This commit is contained in:
Eric Lippmann 2016-04-13 11:04:23 +02:00
parent 5afc54d973
commit 9082a5204e
1 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ EOT;
* @var string
*/
private $closeTpl = <<< 'EOT'
<li class="dropdown" style="float: right;">
<li class="dropdown" style="float: right; ">
<a href="#" title="{TITLE}" aria-label="{TITLE}" class="close-container-control">
<i aria-hidden="true" class="icon-cancel"></i>
</a>
@ -377,8 +377,8 @@ EOT;
array(
$tabs,
$drop,
$close,
$refresh
$refresh,
$close
),
$this->baseTpl
);