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:
commit
e6c55ad913
|
@ -137,7 +137,7 @@ $row['control'] .= ' <span id="test-ehorus-message" class="invisible"></spa
|
||||||
$table_remote->data['ehorus_test'] = $row;
|
$table_remote->data['ehorus_test'] = $row;
|
||||||
|
|
||||||
// Print.
|
// 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">';
|
echo '<a target="_blank" rel="noopener noreferrer" href="http://ehorus.com">';
|
||||||
if ($config['style'] === 'pandora_black' && is_metaconsole() === true) {
|
if ($config['style'] === 'pandora_black' && is_metaconsole() === true) {
|
||||||
html_print_image(
|
html_print_image(
|
||||||
|
|
|
@ -205,7 +205,7 @@ $table->data[$i++][1] = html_print_textarea(
|
||||||
2,
|
2,
|
||||||
25,
|
25,
|
||||||
$list_ACL_IPs_for_API,
|
$list_ACL_IPs_for_API,
|
||||||
'class="height_50px w300px"',
|
'class="height_130px w300px"',
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -713,7 +713,6 @@ echo '<legend>'.__('Mail configuration').'</legend>';
|
||||||
|
|
||||||
echo '</fieldset>';
|
echo '</fieldset>';
|
||||||
|
|
||||||
echo '<fieldset>';
|
|
||||||
|
|
||||||
html_print_div(
|
html_print_div(
|
||||||
[
|
[
|
||||||
|
|
|
@ -594,7 +594,7 @@ $row['control'] .= ' <span id="test-integria-message" class="invisible"></s
|
||||||
$table_remote->data['integria_test'] = $row;
|
$table_remote->data['integria_test'] = $row;
|
||||||
|
|
||||||
// Print.
|
// 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">';
|
echo '<a target="_blank" rel="noopener noreferrer" href="http://integriaims.com">';
|
||||||
html_print_image(
|
html_print_image(
|
||||||
'images/integria_logo.svg',
|
'images/integria_logo.svg',
|
||||||
|
|
|
@ -11192,3 +11192,7 @@ form#satellite_conf_edit > fieldset.full-column {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-buttons > button {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue