debug-bar.css 978 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .jetpack-search-debug-bar h2,
  2. .qm-debug-bar-output .jetpack-search-debug-bar h2 {
  3. float: none !important;
  4. padding: 0 !important;
  5. text-align: left !important;
  6. }
  7. .qm-debug-bar-output .jetpack-search-debug-bar h2 {
  8. margin-top: 1em !important;
  9. }
  10. .qm-debug-bar-output .jetpack-search-debug-bar h2:first-child {
  11. margin-top: .5em !important;
  12. }
  13. .debug-menu-target h3 {
  14. padding-top: 0
  15. }
  16. .jetpack-search-debug-output-toggle .print-r {
  17. display: none;
  18. }
  19. .json-toggle-wrap {
  20. position: relative;
  21. }
  22. .json-toggle-wrap .toggle {
  23. position: absolute;
  24. bottom: 10px;
  25. right: 10px;
  26. background: #fff;
  27. border: 1px solid #000;
  28. cursor: pointer;
  29. padding: 2px 4px;
  30. }
  31. .json-toggle-wrap .ugly {
  32. display: none;
  33. }
  34. .json-toggle-wrap.pretty .pretty {
  35. display: none;
  36. }
  37. .json-toggle-wrap.pretty .ugly {
  38. display: inline;
  39. }
  40. .jetpack-search-debug-bar pre {
  41. white-space: pre-wrap;
  42. white-space: -moz-pre-wrap;
  43. white-space: -pre-wrap;
  44. white-space: -o-pre-wrap;
  45. word-wrap: break-word;
  46. }