mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fixed visual error
This commit is contained in:
parent
595fabb232
commit
d6ecce1ce9
@ -644,14 +644,14 @@ echo '<legend>'.__('Mail configuration').'</legend>';
|
|||||||
$table_mail_test->class = 'databox filters';
|
$table_mail_test->class = 'databox filters';
|
||||||
$table_mail_test->data = [];
|
$table_mail_test->data = [];
|
||||||
$table_mail_test->style[0] = 'font-weight: bold;';
|
$table_mail_test->style[0] = 'font-weight: bold;';
|
||||||
$table_mail_test->style[1] = 'font-weight: bold;display: flex;height: 54px;align-items: center;';
|
$table_mail_test->style[1] = 'font-weight: bold;display: flex;height: 54px;align-items: center;padding-left: 15px;';
|
||||||
|
|
||||||
$table_mail_test->data[0][0] = __('Address');
|
$table_mail_test->data[0][0] = __('Address');
|
||||||
$table_mail_test->data[0][1] = html_print_input_text(
|
$table_mail_test->data[0][1] = html_print_input_text(
|
||||||
'email_test_address',
|
'email_test_address',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
40,
|
35,
|
||||||
100,
|
100,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
@ -2563,7 +2563,6 @@ select {
|
|||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-size: 10pt;
|
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user