| 1 |
.puc-debug-bar-panel-v5 pre { |
| 2 |
margin-top: 0; |
| 3 |
} |
| 4 |
|
| 5 |
/* Style the debug data table to match "widefat" table style used by WordPress. */ |
| 6 |
table.puc-debug-data { |
| 7 |
width: 100%; |
| 8 |
clear: both; |
| 9 |
margin: 0; |
| 10 |
|
| 11 |
border-spacing: 0; |
| 12 |
background-color: #f9f9f9; |
| 13 |
|
| 14 |
border-radius: 3px; |
| 15 |
border: 1px solid #dfdfdf; |
| 16 |
border-collapse: separate; |
| 17 |
} |
| 18 |
|
| 19 |
table.puc-debug-data * { |
| 20 |
word-wrap: break-word; |
| 21 |
} |
| 22 |
|
| 23 |
table.puc-debug-data th { |
| 24 |
width: 11em; |
| 25 |
padding: 7px 7px 8px; |
| 26 |
text-align: left; |
| 27 |
|
| 28 |
font-family: "Georgia", "Times New Roman", "Bitstream Charter", "Times", serif; |
| 29 |
font-weight: 400; |
| 30 |
font-size: 14px; |
| 31 |
line-height: 1.3em; |
| 32 |
text-shadow: rgba(255, 255, 255, 0.804) 0 1px 0; |
| 33 |
} |
| 34 |
|
| 35 |
table.puc-debug-data td, table.puc-debug-data th { |
| 36 |
border-width: 1px 0; |
| 37 |
border-style: solid; |
| 38 |
|
| 39 |
border-top-color: #fff; |
| 40 |
border-bottom-color: #dfdfdf; |
| 41 |
|
| 42 |
text-transform: none; |
| 43 |
} |
| 44 |
|
| 45 |
table.puc-debug-data td { |
| 46 |
color: #555; |
| 47 |
font-size: 12px; |
| 48 |
padding: 4px 7px 2px; |
| 49 |
vertical-align: top; |
| 50 |
} |
| 51 |
|
| 52 |
.puc-ajax-response { |
| 53 |
border: 1px solid #dfdfdf; |
| 54 |
border-radius: 3px; |
| 55 |
padding: 0.5em; |
| 56 |
margin: 5px 0; |
| 57 |
background-color: white; |
| 58 |
} |
| 59 |
|
| 60 |
.puc-ajax-nonce { |
| 61 |
display: none; |
| 62 |
} |
| 63 |
|
| 64 |
.puc-ajax-response dt { |
| 65 |
margin: 0; |
| 66 |
} |
| 67 |
|
| 68 |
.puc-ajax-response dd { |
| 69 |
margin: 0 0 1em; |
| 70 |
} |
| 71 |
|