Skip to content

Commit

Permalink
Fix another float
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Jul 21, 2015
1 parent dbef7e5 commit d0eb2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/rte/rte_events.lib.php
Expand Up @@ -420,7 +420,7 @@ function PMA_EVN_getEditorForm($mode, $operation, $item)
} else {
$retval .= " <input name='item_type' type='hidden' \n";
$retval .= " value='{$item['item_type']}' />\n";
$retval .= " <div style='width: 49%; float: left; text-align: center;"
$retval .= " <div class='floatleft' style='width: 49%; text-align: center;"
. " font-weight: bold;'>\n";
$retval .= " {$item['item_type']}\n";
$retval .= " </div>\n";
Expand Down

0 comments on commit d0eb2af

Please sign in to comment.