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-03-01 12:37:27 +01:00
commit 92c72d2026
3 changed files with 35 additions and 6 deletions

View File

@ -1040,7 +1040,7 @@ html_print_input_hidden('id_item', $idItem);
$class = 'databox filters'; $class = 'databox filters';
?> ?>
<table class="<?php echo $class; ?>" id="" border="0" cellpadding="4" cellspacing="4" width="100%"> <table id="table_item_edit_reporting" class="<?php echo $class; ?>" id="" border="0" cellpadding="4" cellspacing="4" width="100%">
<?php <?php
if (defined('METACONSOLE')) { if (defined('METACONSOLE')) {
echo '<thead> echo '<thead>
@ -2458,7 +2458,7 @@ $class = 'databox filters';
</tr> </tr>
<tr id="row_order_uptodown" class="datos"> <tr id="row_order_uptodown" class="datos">
<td class="bolder"><?php echo __('Order'); ?></td> <td class="bolder"><?php echo __('Order'); ?></td>
<td> <td class="flex-row-center">
<?php <?php
echo __('Ascending'); echo __('Ascending');
html_print_radio_button( html_print_radio_button(
@ -2517,7 +2517,7 @@ $class = 'databox filters';
<tr id="row_max_min_avg" class="datos"> <tr id="row_max_min_avg" class="datos">
<td class="bolder"><?php echo __('Display'); ?></td> <td class="bolder"><?php echo __('Display'); ?></td>
<td> <td class="flex-row-center">
<?php <?php
echo __('Max'); echo __('Max');
html_print_radio_button( html_print_radio_button(
@ -3196,7 +3196,7 @@ $class = 'databox filters';
echo __('Priority mode'); echo __('Priority mode');
?> ?>
</td> </td>
<td> <td class="flex-row-center">
<?php <?php
echo __('Priority ok mode'); echo __('Priority ok mode');
echo '<span class="mrgn_lft_5px"></span>'; echo '<span class="mrgn_lft_5px"></span>';
@ -3249,7 +3249,7 @@ $class = 'databox filters';
echo __('Failover type'); echo __('Failover type');
?> ?>
</td> </td>
<td> <td class="flex-row-center">
<?php <?php
echo __('Failover normal'); echo __('Failover normal');
echo '<span class="mrgn_lft_5px"></span>'; echo '<span class="mrgn_lft_5px"></span>';
@ -3358,7 +3358,7 @@ $class = 'databox filters';
</tr> </tr>
<tr id="row_visual_format" class="datos advanced_elements"> <tr id="row_visual_format" class="datos advanced_elements">
<td class="bolder" colspan="2"> <td class="bolder flex-row-center" colspan="2">
<?php <?php
if ($visual_format == 1) { if ($visual_format == 1) {
$visual_format_table = true; $visual_format_table = true;

View File

@ -11437,3 +11437,21 @@ div[role="dialog"] {
.flex-colum-center > img { .flex-colum-center > img {
margin: 5px; margin: 5px;
} }
.space-between {
justify-content: space-between;
}
#table_item_reporting > tbody > tr > td:first-child,
#add_advanced_table > tbody > tr > td:first-child,
#table_item_edit_reporting > tbody > tr > td:first-child,
.row-title-font > td,
.row-title-font > td > div > div > b,
.td-title-font {
font-size: 13px;
line-height: 16px;
color: #161628;
text-align: left;
margin-bottom: 10px;
font-weight: bold;
}

View File

@ -731,3 +731,14 @@ tr.datos2 > td.datos2 > div > div {
.dataTables_wrapper .dataTables_filter input { .dataTables_wrapper .dataTables_filter input {
margin: 0.5em; margin: 0.5em;
} }
.label-ipam {
font-size: 13px;
line-height: 16px;
font-weight: bold;
margin-bottom: 10px;
}
#text-vrf_name {
width: 100%;
}