oont-contents/plugins/jetpack/3rd-party/debug-bar/debug-bar.css
2025-02-08 15:10:23 +01:00

56 lines
978 B
CSS

.jetpack-search-debug-bar h2,
.qm-debug-bar-output .jetpack-search-debug-bar h2 {
float: none !important;
padding: 0 !important;
text-align: left !important;
}
.qm-debug-bar-output .jetpack-search-debug-bar h2 {
margin-top: 1em !important;
}
.qm-debug-bar-output .jetpack-search-debug-bar h2:first-child {
margin-top: .5em !important;
}
.debug-menu-target h3 {
padding-top: 0
}
.jetpack-search-debug-output-toggle .print-r {
display: none;
}
.json-toggle-wrap {
position: relative;
}
.json-toggle-wrap .toggle {
position: absolute;
bottom: 10px;
right: 10px;
background: #fff;
border: 1px solid #000;
cursor: pointer;
padding: 2px 4px;
}
.json-toggle-wrap .ugly {
display: none;
}
.json-toggle-wrap.pretty .pretty {
display: none;
}
.json-toggle-wrap.pretty .ugly {
display: inline;
}
.jetpack-search-debug-bar pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}