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
/
weighting-script.css
weighting-script.css
in ElasticPress 5.3.5, at dist/css/weighting-script.css
3 lines
2.9 KB
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-weighting-action
[
disabled
]
{
visibility
:
hidden
}
.
ep-weighting-add-new
{
-webkit-box-align
:
start
;
-ms-flex-align
:
start
;
align-items
:
start
;
gap
:
4
px
;
-webkit-box-pack
:
start
;
-ms-flex-pack
:
start
;
justify-content
:
start
;
margin-top
:
16
px
;
max-width
:
100
%
;
width
:
50
ch
}
.
ep-weighting-add-new
.
components-base-control
.
components-text-control__input
{
min-height
:
36
px
}
.
ep-weighting-add-new
.
components-button
{
margin-top
:
23.4
px
}
.
ep-weighting-field
{
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
display
:
grid
;
grid-gap
:
1
em
;
grid-template-columns
:
min
(
20
%
,
30
ch
)
-webkit-max-content
auto
-webkit-max-content
;
grid-template-columns
:
min
(
20
%
,
30
ch
)
max-content
auto
max-content
;
width
:
100
%
}
.
ep-weighting-field
.
components-base-control__field
{
margin-bottom
:
0
}
.
ep-weighting-field
.
components-checkbox-control
.
components-base-control__field
{
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
}
.
ep-weighting-field
.
components-range-control
.
components-base-control__field
{
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
}
.
ep-weighting-field
.
components-range-control
.
components-base-control__label
{
font-size
:
inherit
;
font-weight
:
inherit
;
margin-bottom
:
0
;
text-transform
:
inherit
}
@
media
(
max-width
:
600
px
)
{
.
ep-weighting-field
{
grid-template-columns
:
1
fr
1
fr
1
fr
-webkit-max-content
;
grid-template-columns
:
1
fr
1
fr
1
fr
max-content
}
.
ep-weighting-field
.
ep-weighting-field__weighting
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-pack
:
end
;
-ms-flex-pack
:
end
;
justify-content
:
end
}
.
ep-weighting-field
.
ep-weighting-field__weighting
.
components-range-control__wrapper
{
display
:
none
}
}
.
ep-weighting-field
fieldset
{
display
:
contents
}
.
ep-weighting-field__name
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
}
.
ep-weighting-field__name
h2
{
font-size
:
1
rem
}
.
ep-weighting-field__undo
{
grid-column-start
:
4
;
justify-self
:
end
}
.
ep-weighting-post-type
{
margin-bottom
:
16
px
}
.
ep-weighting-post-type
.
components-panel__header
h2
{
font-size
:
14
px
}
.
ep-weighting-post-type
.
components-toggle-control__label
{
max-width
:
none
}
.
ep-weighting-post-type
.
components-base-control__help
{
margin-bottom
:
0
}
.
ep-weighting-post-type
.
components-notice
{
margin-left
:
0
;
margin-right
:
0
}
.
ep-weighting-post-type
.
components-notice__dismiss
{
-ms-flex-item-align
:
center
;
align-self
:
center
}
.
ep-weighting-post-type
.
components-button
{
vertical-align
:
top
}
3