Skip to content

Commit

Permalink
Merge pull request #12896 from MightyCupcakes/12834-central-column
Browse files Browse the repository at this point in the history
Add margin to the "add new column" text in central columns page
  • Loading branch information
nijel committed Jan 18, 2017
2 parents 815149c + 3759b6d commit bf3ba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/central_columns.lib.php
Expand Up @@ -1259,7 +1259,7 @@ function PMA_handleColumnExtra(&$columns_list)
*/
function PMA_getHTMLforAddNewColumn($db)
{
$addNewColumn = '<div id="add_col_div"><a href="#">'
$addNewColumn = '<div id="add_col_div" class="topmargin"><a href="#">'
. '<span>+</span> ' . __('Add new column') . '</a>'
. '<form id="add_new" style="min-width:100%;display:none" '
. 'method="post" action="db_central_columns.php">'
Expand Down

0 comments on commit bf3ba05

Please sign in to comment.