mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update xml_cdr.php (#7315)
* Update xml_cdr.php * Update css.php * Update template.php
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user