You are here

xhprof.css in XHProf 7

Same filename and directory in other branches
  1. 6 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-table tr td:first-child {
  padding-left: 10px;
}

.xhprof-table tr td.xhprof_percent:last-child {
  padding-right: 10px;
}

.xhprof_micro, .xhprof_percent {
  text-align: right;
  padding: 2px 4px;
}

.xhprof-summary-table {
  width: 40%;
  margin: 0 auto;
}

ul.xhprof_actions {
  float: right;
}

.xhprof_actions li {
  list-style: none;
}

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-table tr td:first-child {
  21. padding-left: 10px;
  22. }
  23. .xhprof-table tr td.xhprof_percent:last-child {
  24. padding-right: 10px;
  25. }
  26. .xhprof_micro, .xhprof_percent {
  27. text-align: right;
  28. padding: 2px 4px;
  29. }
  30. .xhprof-summary-table {
  31. width: 40%;
  32. margin: 0 auto;
  33. }
  34. ul.xhprof_actions {
  35. float: right;
  36. }
  37. .xhprof_actions li {
  38. list-style: none;
  39. }