Remove inline styles from messages.php #12262

Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
This commit is contained in:
Juvenildo Vaz 2017-12-25 16:14:09 -03:00
parent f165411aa8
commit 4e0d1331fd
3 changed files with 10 additions and 2 deletions

View File

@ -697,10 +697,10 @@ $js_messages['phpErrorsFound'] = '<div class="error">'
. '<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">'

View File

@ -636,6 +636,10 @@ form.login label {
max-width:50%
}
.message_errors_found{
margin-top: 20px;
}
/******************************************************************************/
/* specific elements */

View File

@ -917,6 +917,10 @@ form.login select {
max-width:50%
}
.message_errors_found{
margin-top: 20px;
}
/******************************************************************************/
/* specific elements */