You are here

xhprof.css in XHProf 6

Same filename and directory in other branches
  1. 7 xhprof.css
/* diff reports: display regressions in red */
.vrbar {
  text-align: right;
  color:red;
}

/* diff reports: display improvements in green */
.vgbar {
  text-align: right;
  color:green;
}

td.vwbar, th.vwbar {
  text-align: right;
}

td.vwlbar, th.vwlbar {
  text-align: left;
}

p.blue  {
  color:blue
}

.xhprof_micro, .xhprof_percent {
  text-align: right;
}

File

xhprof.css
View source
  1. /* diff reports: display regressions in red */
  2. .vrbar {
  3. text-align: right;
  4. color:red;
  5. }
  6. /* diff reports: display improvements in green */
  7. .vgbar {
  8. text-align: right;
  9. color:green;
  10. }
  11. td.vwbar, th.vwbar {
  12. text-align: right;
  13. }
  14. td.vwlbar, th.vwlbar {
  15. text-align: left;
  16. }
  17. p.blue {
  18. color:blue
  19. }
  20. .xhprof_micro, .xhprof_percent {
  21. text-align: right;
  22. }