Commit | Line | Data |
---|---|---|
6af80cae EL |
1 | /* report_profiling styles */ |
2 | ||
3 | .path-admin-report-profiling .profilingruntable .label { | |
4 | font-weight: bold; | |
5 | } | |
6 | .path-admin-report-profiling .profiling_worse { | |
7 | color: red; | |
8 | } | |
9 | .path-admin-report-profiling .profiling_better { | |
10 | color: green; | |
11 | } | |
12 | .path-admin-report-profiling .profiling_same { | |
13 | color: dimgrey; | |
14 | } | |
15 | .path-admin-report-profiling .profiling_important, | |
16 | .path-admin-report-profiling .flexible .referencerun { | |
17 | font-weight: bold; | |
18 | } | |
19 | .path-admin-report-profiling .flexible .r1 .cell { | |
20 | background-color: whitesmoke; | |
21 | } | |
22 | .path-admin-report-profiling .flexible { | |
23 | margin-left:auto; | |
24 | margin-right:auto | |
25 | } |