report function usage updated

This commit is contained in:
batuhanbas
2020-03-10 14:54:20 +03:00
parent c17a9f1ad0
commit 1d08c0ea80
8 changed files with 40 additions and 57 deletions

18
public/css/custom.css vendored
View File

@ -634,15 +634,7 @@ table .align-items-center td span.badge
/*--------Report Column--------*/
.report-column
{
-webkit-box-flex: 0;
-ms-flex: 0 0 6.66%;
flex: 0 0 6.66%;
max-width: 6.66%;
}
.head_report_column
.report-column-name
{
-webkit-box-flex: 0;
-ms-flex: 0 0 10%;
@ -650,6 +642,14 @@ table .align-items-center td span.badge
width: 10%;
max-width: 10%;
}
.report-column-value
{
-webkit-box-flex: 0;
-ms-flex: 0 0 6.66%;
flex: 0 0 6.66%;
max-width: 6.66%;
}
/*--------Report Column Finish--------*/