Browse
For agents
About
Parse.ly
/
3.2.1
Parse.ly
v3.2.1
Switch version
3.24.1
3.24.0
3.23.7
3.23.6
3.23.5
3.23.4
3.23.3
3.16.0
3.16.1
3.16.2
3.16.3
3.16.4
3.17.0
3.18.0
3.18.1
3.19.0
3.19.1
3.19.2
3.19.3
3.2.0
3.2.1
3.20.0
3.20.1
3.20.2
3.20.3
All 105 releases
Overview
Code
wp-parsely
/
build
/
admin-settings.css
admin-settings.css
in Parse.ly 3.2.1, at build/admin-settings.css
2 lines
617 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
:
root
{
--padding-default
:
15
px
}
#
track-post-types
{
max-width
:
550
px
;
width
:
100
%
}
#
track-post-types
td
,
#
track-post-types
th
{
display
:
table-cell
;
padding
:
var
(
--padding-default
)
;
text-align
:
center
;
vertical-align
:
middle
}
#
track-post-types
td
{
padding
:
0
}
#
track-post-types
td
label
{
display
:
inline-block
;
margin
:
0
!important
;
padding-bottom
:
var
(
--padding-default
)
;
padding-top
:
var
(
--padding-default
)
;
width
:
100
%
}
@
media
only
screen
and
(
max-width
:
380
px
)
{
#
track-post-types
td
,
#
track-post-types
th
{
padding-left
:
10
px
;
padding-right
:
10
px
}
#
track-post-types
th
:
first-child
{
max-width
:
120
px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
}
}
2