mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
cambio de fuentes css
This commit is contained in:
parent
d81eb88ff3
commit
a44ca03046
@ -12887,7 +12887,7 @@ function reporting_get_stats_servers()
|
|||||||
|
|
||||||
if (isset($server_performance['total_web_modules'])) {
|
if (isset($server_performance['total_web_modules'])) {
|
||||||
$tdata = [];
|
$tdata = [];
|
||||||
$tdata[0] = html_print_image('images/world.png', true, ['title' => __('Web modules')]);
|
$tdata[0] = html_print_image('images/world.png', true, ['title' => __('Web modules'), 'class' => 'invert_filter']);
|
||||||
$tdata[1] = '<span class="big_data">'.format_numeric($server_performance['total_web_modules']).'</span>';
|
$tdata[1] = '<span class="big_data">'.format_numeric($server_performance['total_web_modules']).'</span>';
|
||||||
|
|
||||||
$tdata[2] = '<span class="med_data">'.format_numeric($server_performance['web_modules_rate'], 2).'</span>';
|
$tdata[2] = '<span class="med_data">'.format_numeric($server_performance['web_modules_rate'], 2).'</span>';
|
||||||
|
@ -1108,6 +1108,15 @@ a.pandora_pagination,
|
|||||||
border-bottom: 2px solid #707070;
|
border-bottom: 2px solid #707070;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_table tr th {
|
.info_table tr th,
|
||||||
border-bottom: 1px solid #707070;
|
.databox.data > tbody > tr > td {
|
||||||
|
border-bottom: 1px solid #707070 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.databox.data > tbody > tr > td:first-child {
|
||||||
|
border-left: 1px solid #707070 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.databox.data > tbody > tr > td:last-child {
|
||||||
|
border-right: 1px solid #707070 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user