forked from Wavyzz/dolibarr
290 lines
8.6 KiB
CSS
290 lines
8.6 KiB
CSS
/* Hide debugbar when printing a page */
|
|
@media print {
|
|
div.phpdebugbar {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
div.phpdebugbar {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
border-top: 0;
|
|
font-family: arial, sans-serif;
|
|
background: #fff;
|
|
z-index: 10000;
|
|
font-size: 14px;
|
|
color: #000;
|
|
text-align: left;
|
|
}
|
|
|
|
div.phpdebugbar a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
div.phpdebugbar-drag-capture {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 10001;
|
|
background: none;
|
|
display: none;
|
|
cursor: n-resize;
|
|
}
|
|
|
|
div.phpdebugbar-closed {
|
|
width: auto;
|
|
}
|
|
|
|
div.phpdebugbar * {
|
|
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
div.phpdebugbar code, div.phpdebugbar pre {
|
|
background: none;
|
|
font-family: monospace;
|
|
font-size: 1em;
|
|
border: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
a.phpdebugbar-restore-btn {
|
|
float: left;
|
|
padding: 10px 8px;
|
|
font-size: 14px;
|
|
color: #555;
|
|
text-decoration: none;
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
|
|
div.phpdebugbar-resize-handle {
|
|
display: none;
|
|
height: 4px;
|
|
margin-top: -4px;
|
|
width: 100%;
|
|
background: none;
|
|
border-bottom: 1px solid #ccc;
|
|
cursor: n-resize;
|
|
}
|
|
|
|
div.phpdebugbar-closed, div.phpdebugbar-minimized{
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
/* -------------------------------------- */
|
|
|
|
div.phpdebugbar-header, a.phpdebugbar-restore-btn {
|
|
background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAA7CAMAAADy+wKBAAABelBMVEUaSnYbS3ccTHgdTXkeTnofT3sgUHwhUX0iUn4jU38kVIAlVYEmVoInV4MoWIQpWYUqWoYrW4csXIgtXYkuXoovWoQvX4swW4UwX4wxYI0yYY4zYo80Y5A1ZJE2Yow2ZZI3ZpM4ZI04Z5Q5aJU6Zo86aZY7apc8a5g9aJI9bJk+bZo/bptAaI5Da5JFcZtGcptHcJZKcplPdJhPdZlbfZ5bgKRcfp9cgaVdfp9df6BegKFfgaJggqNghalhg6RihKVjhaZkhqdlh6dlh6hmiKlniapoiapoiqtpi6xqiadqjK1rja5sjq9tj7Bwjqx9mbOCnriCnrmDn7mEoLuFobyGoryHobmIobmJorqKo7uLpLyRqsKUrcWVrsaXq8GcscaftMqous2pu82pu863xtW3xta8zNvDz9vE0NzF0d3F0d7G0t7G09/H09/I1ODT2+TT3OXU3ebW3+fX4Onh6O3j6e/j6u/j6vDv8/bw8/bw8/fx9Pfx9Pj////KUJTtAAABt0lEQVR4AaXNZ1PVQBSH8WORWy5YROwIgr2IBbuigF2wKwj2HpXYS+R8eIcXnjzZTHLj7u/Vzn/OMyt7/ckef0Htbn9B7U5/Qe0Of0Htdn8ySEOTrqHBYtl2UvO+vXl8tqAdILb069GBgbzyFlBb208TWuznRL9D+ui6lrnfl5Vvq8fSS9e03L1eks3Urp0/zusqLcSZdhNd0Xbu4lo20mU1P2YXPIvns+1XXBe2sW2x0lG0G+gS2nS9w79n013W00U1c5hvo8Ve0sIcYrRr6QJa7rfQ7rJV1tA4Wu6H0I7bKt00puZjN6EdszGoXU2jaj5w34Z21FZZRefROrs5aGu19inadJWVdA4t5q1/1HxJZ1lBaN9jfq2pl+ksy2lETWTjllcKN9Lrtu3Ii4RpgmvpojNou25GUfRdHc9xLZ10Gm3nDBKzH9f/2c7wWlqE9l3rYT793CJp0im0zXybHGlSpRYpSYNOom1Mu+nhRpbU6QTautN+2ld3VG2T6XqO1OiYmre1KTW/p9bV8qSDhtF2PPj3enIVJ4DW1TO8oKf4QJb5k6X+gtol/oLaxf6C2kX+gtoAfwHyDK0lVxrWYgAAAABJRU5ErkJggg==) no-repeat 10px 8px / 20px 20px;
|
|
}
|
|
div.phpdebugbar-header {
|
|
padding-left: 40px;
|
|
min-height: 26px;
|
|
line-height: 16px;
|
|
}
|
|
div.phpdebugbar-header:before, div.phpdebugbar-header:after {
|
|
display: table;
|
|
line-height: 0;
|
|
content: "";
|
|
}
|
|
div.phpdebugbar-header:after {
|
|
clear: both;
|
|
}
|
|
div.phpdebugbar-header-left {
|
|
float: left;
|
|
}
|
|
div.phpdebugbar-header-right {
|
|
float: right;
|
|
}
|
|
div.phpdebugbar-header > div > * {
|
|
padding: 10px 10px;
|
|
font-size: 14px;
|
|
color: #555;
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
div.phpdebugbar-header-left > * {
|
|
float: left;
|
|
}
|
|
div.phpdebugbar-header-right > * {
|
|
float: right;
|
|
}
|
|
div.phpdebugbar-header-right > select {
|
|
padding: 0;
|
|
}
|
|
|
|
/* -------------------------------------- */
|
|
|
|
span.phpdebugbar-indicator,
|
|
a.phpdebugbar-indicator,
|
|
a.phpdebugbar-close-btn {
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
|
|
a.phpdebugbar-tab.phpdebugbar-active {
|
|
background: #3d6c99;
|
|
color: #fff;
|
|
}
|
|
|
|
a.phpdebugbar-tab.phpdebugbar-active span.phpdebugbar-badge {
|
|
background: #fff;
|
|
color: #3d6c99;
|
|
}
|
|
|
|
a.phpdebugbar-tab span.phpdebugbar-badge {
|
|
display: none;
|
|
margin-left: 5px;
|
|
float: right;
|
|
font-size: 11px;
|
|
line-height: 14px;
|
|
padding: 1px 7px;
|
|
background: #3d6c99;
|
|
border-radius: 4px;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
text-shadow: none;
|
|
vertical-align: middle;
|
|
}
|
|
a.phpdebugbar-tab i {
|
|
display: none;
|
|
vertical-align: middle;
|
|
}
|
|
a.phpdebugbar-tab span.phpdebugbar-badge.phpdebugbar-important {
|
|
background: #ed6868;
|
|
color: white;
|
|
}
|
|
|
|
a.phpdebugbar-close-btn, a.phpdebugbar-open-btn, a.phpdebugbar-minimize-btn , a.phpdebugbar-maximize-btn {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
a.phpdebugbar-restore-btn {
|
|
width: 26px;
|
|
height: 16px;
|
|
}
|
|
|
|
a.phpdebugbar-minimize-btn , a.phpdebugbar-maximize-btn {
|
|
padding-right: 0px !important;
|
|
}
|
|
|
|
a.phpdebugbar-maximize-btn { display: none}
|
|
|
|
a.phpdebugbar-minimize-btn { display: block}
|
|
|
|
div.phpdebugbar-minimized a.phpdebugbar-maximize-btn { display: block}
|
|
|
|
div.phpdebugbar-minimized a.phpdebugbar-minimize-btn { display: none}
|
|
|
|
a.phpdebugbar-minimize-btn {
|
|
background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201792%201792%22%20id%3D%22chevron-down%22%3E%3Cpath%20d%3D%22M1683%20808l-742%20741q-19%2019-45%2019t-45-19l-742-741q-19-19-19-45.5t19-45.5l166-165q19-19%2045-19t45%2019l531%20531%20531-531q19-19%2045-19t45%2019l166%20165q19%2019%2019%2045.5t-19%2045.5z%22%2F%3E%3C%2Fsvg%3E) no-repeat 10px 10px / 14px 14px;
|
|
}
|
|
|
|
a.phpdebugbar-maximize-btn {
|
|
background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201792%201792%22%20id%3D%22chevron-up%22%3E%3Cpath%20d%3D%22M1683%201331l-166%20165q-19%2019-45%2019t-45-19l-531-531-531%20531q-19%2019-45%2019t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19%2045-19t45%2019l742%20741q19%2019%2019%2045.5t-19%2045.5z%22%2F%3E%3C%2Fsvg%3E) no-repeat 10px 10px / 14px 14px;
|
|
}
|
|
|
|
a.phpdebugbar-close-btn {
|
|
background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201792%201792%22%20id%3D%22close%22%3E%3Cpath%20d%3D%22M1490%201322q0%2040-28%2068l-136%20136q-28%2028-68%2028t-68-28l-294-294-294%20294q-28%2028-68%2028t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20294%20294-294q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068t-28%2068l-294%20294%20294%20294q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E) no-repeat 10px 10px / 14px 14px;
|
|
}
|
|
|
|
a.phpdebugbar-open-btn {
|
|
background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201792%201792%22%20id%3D%22folder-open%22%3E%3Cpath%20d%3D%22M1815%20952q0%2031-31%2066l-336%20396q-43%2051-120.5%2086.5t-143.5%2035.5h-1088q-34%200-60.5-13t-26.5-43q0-31%2031-66l336-396q43-51%20120.5-86.5t143.5-35.5h1088q34%200%2060.5%2013t26.5%2043zm-343-344v160h-832q-94%200-197%2047.5t-164%20119.5l-337%20396-5%206q0-4-.5-12.5t-.5-12.5v-960q0-92%2066-158t158-66h320q92%200%20158%2066t66%20158v32h544q92%200%20158%2066t66%20158z%22%2F%3E%3C%2Fsvg%3E) no-repeat 10px 10px / 14px 14px;
|
|
}
|
|
|
|
.phpdebugbar-indicator {
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.phpdebugbar-indicator span.phpdebugbar-text {
|
|
margin-left: 5px;
|
|
}
|
|
.phpdebugbar-indicator span.phpdebugbar-tooltip {
|
|
display: none;
|
|
position: absolute;
|
|
bottom: 45px;
|
|
background: #efefef;
|
|
border: 1px solid #ccc;
|
|
color: #555;
|
|
font-size: 11px;
|
|
padding: 2px 3px;
|
|
z-index: 1000;
|
|
text-align: center;
|
|
width: 200%;
|
|
right: 0;
|
|
}
|
|
.phpdebugbar-indicator:hover span.phpdebugbar-tooltip:not(.phpdebugbar-disabled) {
|
|
display: block;
|
|
}
|
|
.phpdebugbar-indicator span.phpdebugbar-tooltip-wide {
|
|
width: 300%;
|
|
}
|
|
.phpdebugbar-indicator span.phpdebugbar-tooltip-extra-wide {
|
|
width: 400%;
|
|
}
|
|
.phpdebugbar-indicator span.phpdebugbar-tooltip-html {
|
|
display: inline-block;
|
|
text-align: left;
|
|
}
|
|
|
|
select.phpdebugbar-datasets-switcher {
|
|
float: right;
|
|
display: none;
|
|
margin: 8px 0 0 7px;
|
|
max-width: 200px;
|
|
max-height: 23px;
|
|
padding: 0;
|
|
}
|
|
|
|
/* -------------------------------------- */
|
|
|
|
div.phpdebugbar-body {
|
|
border-top: 1px solid #ccc;
|
|
display: none;
|
|
position: relative;
|
|
height: 300px;
|
|
}
|
|
|
|
/* -------------------------------------- */
|
|
|
|
div.phpdebugbar-panel {
|
|
display: none;
|
|
height: 100%;
|
|
overflow: auto;
|
|
width: 100%;
|
|
}
|
|
div.phpdebugbar-panel.phpdebugbar-active {
|
|
display: block;
|
|
}
|
|
|
|
/* -------------------------------------- */
|
|
|
|
div.phpdebugbar-mini-design a.phpdebugbar-tab {
|
|
position: relative;
|
|
border-right: 1px solid #ddd;
|
|
}
|
|
div.phpdebugbar-mini-design a.phpdebugbar-tab span.phpdebugbar-text {
|
|
display: none;
|
|
}
|
|
div.phpdebugbar-mini-design a.phpdebugbar-tab:hover span.phpdebugbar-text {
|
|
display: block;
|
|
position: absolute;
|
|
top: -30px;
|
|
background: #efefef;
|
|
opacity: .7;
|
|
border: 1px solid #ccc;
|
|
color: #555;
|
|
font-size: 11px;
|
|
padding: 2px 3px;
|
|
z-index: 1000;
|
|
text-align: center;
|
|
right: 0;
|
|
}
|
|
div.phpdebugbar-mini-design a.phpdebugbar-tab i {
|
|
display:inline-block;
|
|
}
|