Update xml_cdr.php (#7315)
* Update xml_cdr.php * Update css.php * Update template.php
This commit is contained in:
parent
5dffd4d6e0
commit
7639f0755c
|
|
@ -664,11 +664,11 @@
|
|||
echo ".hide-sm-dn, .hide-md-dn, .hide-lg-dn {\n";
|
||||
echo " all: revert;\n";
|
||||
echo "}\n";
|
||||
echo ".list {\n";
|
||||
echo "div.card {\n";
|
||||
echo " overflow-x: scroll;\n";
|
||||
echo "}\n";
|
||||
} else {
|
||||
echo ".list {\n";
|
||||
echo "div.card {\n";
|
||||
echo " overflow-x: hidden;\n";
|
||||
echo "}\n";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2906,6 +2906,7 @@ else { //default: white
|
|||
|
||||
div.card {
|
||||
margin-bottom: 15px;
|
||||
overflow-x: auto;
|
||||
<?php
|
||||
if (isset($card_border_size) || !empty($card_border_color) || !empty($card_background_color) || !empty($card_shadow_color)) {
|
||||
if (isset($card_border_size) && !empty($card_border_color)) {
|
||||
|
|
@ -3535,7 +3536,6 @@ else { //default: white
|
|||
.list {
|
||||
width: 100%;
|
||||
empty-cells: show;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.list tr {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-tempusdominus.min.css.php'>
|
||||
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-colorpicker.min.css.php'>
|
||||
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/fontawesome/css/all.min.css.php'>
|
||||
<link rel='stylesheet' type='text/css' href='{$project_path}/themes/default/css.php?updated=202503130245'>
|
||||
<link rel='stylesheet' type='text/css' href='{$project_path}/themes/default/css.php?updated=202503130256'>
|
||||
{*//link to custom css file *}
|
||||
{if !empty($settings.theme.custom_css)}
|
||||
<link rel='stylesheet' type='text/css' href='{$settings.theme.custom_css}'>
|
||||
|
|
|
|||
Loading…
Reference in New Issue