Extension_NewRelic_Widget_View.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #new-relic-widget ul li {
  2. margin-bottom: 3px;
  3. padding: 0;
  4. }
  5. #new-relic-widget ul li span {
  6. display: block;
  7. font-weight: bold;
  8. width: 110px;
  9. float:left;
  10. }
  11. #new-relic-top-list {
  12. margin-left: -10px;
  13. margin-right: -10px;
  14. }
  15. #new-relic-top-list h4 {
  16. padding-left: 10px;
  17. }
  18. #new-relic-widget #new-relic-summary{
  19. display: block;
  20. float:left;
  21. }
  22. #new-relic-widget h4 {
  23. font-size:13px;
  24. margin: 0 0 10px;
  25. }
  26. #new-relic-widget h5 {
  27. font-size:12px;
  28. font-weight: bold;
  29. margin-top: 10px;
  30. margin-left: 0;
  31. margin-bottom: 0;
  32. border-top: 1px solid #d2d2d2;
  33. border-bottom: 1px solid #d2d2d2;
  34. cursor: pointer;
  35. padding: 5px 10px;
  36. }
  37. #new-relic-widget h5 .handlediv {
  38. display: block;
  39. background: url(pub/img/open.png) 0 2px no-repeat;
  40. width: 14px;
  41. height: 14px;
  42. position: relative;
  43. }
  44. #new-relic-widget h5 .handlediv.close {
  45. display: block;
  46. background: url(pub/img/close.png) 0 6px no-repeat;
  47. width: 14px;
  48. height: 14px;
  49. position: relative;
  50. }
  51. #new-relic-extra-metrics {
  52. float:left;
  53. }
  54. #new-relic-top-list {
  55. clear:both;
  56. }
  57. #new-relic-top-list h4 {
  58. padding-top: 20px;
  59. color: #8F8F8F;
  60. }
  61. .w3tcnr_slowest th{
  62. text-align: left;
  63. }
  64. .w3tcnr_slowest td {
  65. font-family: Arial, Verdana, sans-serif;
  66. border:none;
  67. padding: 0 0 0 10px;
  68. }
  69. .w3tcnr_topfive_message {
  70. padding: 10px;
  71. }