Skip to content

Commit

Permalink
Remove inline styles from messages.php phpmyadmin#12262
Browse files Browse the repository at this point in the history
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
  • Loading branch information
Juvenv authored and williamdes committed Dec 27, 2017
1 parent f165411 commit f2ac0b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@ function () {
. '<div>'
. '<input id="pma_ignore_errors_popup" type="submit" value="'
. __('Ignore')
. '" class="floatright" style="margin-top: 20px;">'
. '" class="floatright message_errors_found">'
. '<input id="pma_ignore_all_errors_popup" type="submit" value="'
. __('Ignore All')
. '" class="floatright" style="margin-top: 20px;">'
. '" class="floatright message_errors_found">'
. '</div></div>';

$js_messages['phpErrorsBeingSubmitted'] = '<div class="error">'
Expand Down
4 changes: 4 additions & 0 deletions themes/original/css/common.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,10 @@
max-width:50%
}

.message_errors_found{
margin-top: 20px;
}

/******************************************************************************/
/* specific elements */

Expand Down
4 changes: 4 additions & 0 deletions themes/pmahomme/css/common.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,10 @@
max-width:50%
}

.message_errors_found{
margin-top: 20px;
}

/******************************************************************************/
/* specific elements */

Expand Down

0 comments on commit f2ac0b7

Please sign in to comment.