Remove inline styles from messages.php #12262
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
This commit is contained in:
parent
f165411aa8
commit
4e0d1331fd
@ -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">'
|
||||
|
||||
@ -636,6 +636,10 @@ form.login label {
|
||||
max-width:50%
|
||||
}
|
||||
|
||||
.message_errors_found{
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/* specific elements */
|
||||
|
||||
|
||||
@ -917,6 +917,10 @@ form.login select {
|
||||
max-width:50%
|
||||
}
|
||||
|
||||
.message_errors_found{
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/* specific elements */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user