PluginProbe
ElasticPress / 4.4.0
ElasticPress v4.4.0
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / assets / css / status-report.css

status-report.css in ElasticPress 4.4.0, at assets/css/status-report.css

42 lines 495 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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