class-jetpack-search-debug-bar.php
7 months ago
debug-bar.css
4 months ago
debug-bar.js
3 months ago
debug-bar.css
57 lines
| 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 | |
| 8 | .qm-debug-bar-output .jetpack-search-debug-bar h2 { |
| 9 | margin-top: 1em !important; |
| 10 | } |
| 11 | |
| 12 | .qm-debug-bar-output .jetpack-search-debug-bar h2:first-child { |
| 13 | margin-top: 0.5em !important; |
| 14 | } |
| 15 | |
| 16 | .debug-menu-target h3 { |
| 17 | padding-top: 0; |
| 18 | } |
| 19 | |
| 20 | .jetpack-search-debug-output-toggle .print-r { |
| 21 | display: none; |
| 22 | } |
| 23 | |
| 24 | .json-toggle-wrap { |
| 25 | position: relative; |
| 26 | } |
| 27 | |
| 28 | .json-toggle-wrap .toggle { |
| 29 | position: absolute; |
| 30 | bottom: 10px; |
| 31 | right: 10px; |
| 32 | background: #fff; |
| 33 | border: 1px solid #000; |
| 34 | cursor: pointer; |
| 35 | padding: 2px 4px; |
| 36 | } |
| 37 | |
| 38 | .json-toggle-wrap .ugly { |
| 39 | display: none; |
| 40 | } |
| 41 | |
| 42 | .json-toggle-wrap.pretty .pretty { |
| 43 | display: none; |
| 44 | } |
| 45 | |
| 46 | .json-toggle-wrap.pretty .ugly { |
| 47 | display: inline; |
| 48 | } |
| 49 | |
| 50 | .jetpack-search-debug-bar pre { |
| 51 | white-space: pre-wrap; |
| 52 | white-space: -moz-pre-wrap; |
| 53 | white-space: -pre-wrap; |
| 54 | white-space: -o-pre-wrap; |
| 55 | overflow-wrap: break-word; |
| 56 | } |
| 57 |