Merge branch 'ent-9662-Restyling-fuentes-colores-botones' of brutus.artica.es:artica/pandorafms into ent-9662-Restyling-fuentes-colores-botones

This commit is contained in:
Jose Gonzalez 2023-02-16 14:37:53 +01:00
commit e6c55ad913
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

@ -11192,3 +11192,7 @@ form#satellite_conf_edit > fieldset.full-column {
width: 70%;
margin-top: 5px;
}
.action-buttons > button {
margin: 10px;
}