26 lines
622 B
CSS
26 lines
622 B
CSS
/* report_profiling styles */
|
|
|
|
.path-admin-report-profiling .profilingruntable .label {
|
|
font-weight: bold;
|
|
}
|
|
.path-admin-report-profiling .profiling_worse {
|
|
color: red;
|
|
}
|
|
.path-admin-report-profiling .profiling_better {
|
|
color: green;
|
|
}
|
|
.path-admin-report-profiling .profiling_same {
|
|
color: dimgrey;
|
|
}
|
|
.path-admin-report-profiling .profiling_important,
|
|
.path-admin-report-profiling .flexible .referencerun {
|
|
font-weight: bold;
|
|
}
|
|
.path-admin-report-profiling .flexible .r1 .cell {
|
|
background-color: whitesmoke;
|
|
}
|
|
.path-admin-report-profiling .flexible {
|
|
margin-left:auto;
|
|
margin-right:auto
|
|
}
|