Fix setup visual bugs

This commit is contained in:
Jonathan 2023-02-16 13:16:31 +01:00
parent 041ce5d5e8
commit ce45469f83
4 changed files with 7 additions and 4 deletions

View File

@ -137,7 +137,7 @@ $row['control'] .= '&nbsp;<span id="test-ehorus-message" class="invisible"></spa
$table_remote->data['ehorus_test'] = $row;
// Print.
echo '<div class="center pdd_b_20px">';
echo '<div class="center pdd_b_20px mrgn_top_20px">';
echo '<a target="_blank" rel="noopener noreferrer" href="http://ehorus.com">';
if ($config['style'] === 'pandora_black' && is_metaconsole() === true) {
html_print_image(

View File

@ -205,7 +205,7 @@ $table->data[$i++][1] = html_print_textarea(
2,
25,
$list_ACL_IPs_for_API,
'class="height_50px w300px"',
'class="height_130px w300px"',
true
);
@ -713,7 +713,6 @@ echo '<legend>'.__('Mail configuration').'</legend>';
echo '</fieldset>';
echo '<fieldset>';
html_print_div(
[

View File

@ -594,7 +594,7 @@ $row['control'] .= '&nbsp;<span id="test-integria-message" class="invisible"></s
$table_remote->data['integria_test'] = $row;
// Print.
echo '<div class="center pdd_b_20px">';
echo '<div class="center pdd_b_20px mrgn_top_20px">';
echo '<a target="_blank" rel="noopener noreferrer" href="http://integriaims.com">';
html_print_image(
'images/integria_logo.svg',

View File

@ -11173,3 +11173,7 @@ form#satellite_conf_edit > fieldset.full-column {
#principal_action_buttons .select2-container {
z-index: 50;
}
.action-buttons > button {
margin: 10px;
}