status-report.css in ElasticPress 4.4.0, at assets/css/status-report.css
| 1 | .ep-status-report { |
| 2 | max-width: 800px; |
| 3 | |
| 4 | & .components-panel { |
| 5 | margin-bottom: 1rem; |
| 6 | } |
| 7 | |
| 8 | & table { |
| 9 | table-layout: fixed; |
| 10 | |
| 11 | & col:first-of-type { |
| 12 | width: 40%; |
| 13 | } |
| 14 | |
| 15 | & td, |
| 16 | & th { |
| 17 | line-height: 1.5; |
| 18 | } |
| 19 | |
| 20 | & small { |
| 21 | display: block; |
| 22 | } |
| 23 | |
| 24 | & pre { |
| 25 | margin: 0; |
| 26 | overflow-x: scroll; |
| 27 | } |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | .ep-copy-button-wrapper { |
| 32 | align-items: center; |
| 33 | display: inline-flex; |
| 34 | margin: 0.5rem 0 1rem; |
| 35 | } |
| 36 | |
| 37 | .ep-copy-button-wrapper__success { |
| 38 | color: #008a20; |
| 39 | display: none; |
| 40 | margin-left: 0.5rem; |
| 41 | } |
| 42 |