Browse
For agents
About
ElasticPress
/
5.3.5
ElasticPress
v5.3.5
Switch version
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
Overview
Code
elasticpress
/
dist
/
css
/
status-report-script.css
status-report-script.css
in ElasticPress 5.3.5, at dist/css/status-report-script.css
3 lines
960 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
ep-settings-page__wrap
{
margin-left
:
auto
;
margin-right
:
auto
;
max-width
:
800
px
}
.
ep-settings-page__header
{
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
justify
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
}
.
ep-settings-page__header
button
{
margin-top
:
5
px
}
.
ep-settings-page__snackbar-list
{
bottom
:
40
px
;
left
:
0
;
padding
:
0
16
px
;
position
:
fixed
}
@
media
(
min-width
:
600
px
)
{
.
ep-settings-page__snackbar-list
{
left
:
auto
;
padding
:
0
}
}
2
.
ep-status-report
{
margin-bottom
:
16
px
}
.
ep-status-report
.
components-panel__header
h2
{
font-size
:
14
px
}
.
ep-status-report
.
components-notice
{
margin
:
0
}
.
ep-status-report
table
{
table-layout
:
fixed
}
.
ep-status-report
table
col
:
first-of-type
{
width
:
40
%
}
.
ep-status-report
table
td
,
.
ep-status-report
table
th
{
line-height
:
1.5
}
.
ep-status-report
table
small
{
display
:
block
}
.
ep-status-report
table
pre
{
margin
:
0
;
overflow-x
:
auto
}
.
ep-status-report-actions
{
margin-bottom
:
16
px
}
3