report function usage updated
This commit is contained in:
18
public/css/custom.css
vendored
18
public/css/custom.css
vendored
@ -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--------*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user