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
92c72d2026
|
@ -1040,7 +1040,7 @@ html_print_input_hidden('id_item', $idItem);
|
|||
$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
|
||||
if (defined('METACONSOLE')) {
|
||||
echo '<thead>
|
||||
|
@ -2458,7 +2458,7 @@ $class = 'databox filters';
|
|||
</tr>
|
||||
<tr id="row_order_uptodown" class="datos">
|
||||
<td class="bolder"><?php echo __('Order'); ?></td>
|
||||
<td>
|
||||
<td class="flex-row-center">
|
||||
<?php
|
||||
echo __('Ascending');
|
||||
html_print_radio_button(
|
||||
|
@ -2517,7 +2517,7 @@ $class = 'databox filters';
|
|||
|
||||
<tr id="row_max_min_avg" class="datos">
|
||||
<td class="bolder"><?php echo __('Display'); ?></td>
|
||||
<td>
|
||||
<td class="flex-row-center">
|
||||
<?php
|
||||
echo __('Max');
|
||||
html_print_radio_button(
|
||||
|
@ -3196,7 +3196,7 @@ $class = 'databox filters';
|
|||
echo __('Priority mode');
|
||||
?>
|
||||
</td>
|
||||
<td>
|
||||
<td class="flex-row-center">
|
||||
<?php
|
||||
echo __('Priority ok mode');
|
||||
echo '<span class="mrgn_lft_5px"></span>';
|
||||
|
@ -3249,7 +3249,7 @@ $class = 'databox filters';
|
|||
echo __('Failover type');
|
||||
?>
|
||||
</td>
|
||||
<td>
|
||||
<td class="flex-row-center">
|
||||
<?php
|
||||
echo __('Failover normal');
|
||||
echo '<span class="mrgn_lft_5px"></span>';
|
||||
|
@ -3358,7 +3358,7 @@ $class = 'databox filters';
|
|||
</tr>
|
||||
|
||||
<tr id="row_visual_format" class="datos advanced_elements">
|
||||
<td class="bolder" colspan="2">
|
||||
<td class="bolder flex-row-center" colspan="2">
|
||||
<?php
|
||||
if ($visual_format == 1) {
|
||||
$visual_format_table = true;
|
||||
|
|
|
@ -11437,3 +11437,21 @@ div[role="dialog"] {
|
|||
.flex-colum-center > img {
|
||||
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;
|
||||
}
|
||||
|
|
|
@ -731,3 +731,14 @@ tr.datos2 > td.datos2 > div > div {
|
|||
.dataTables_wrapper .dataTables_filter input {
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
.label-ipam {
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#text-vrf_name {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue