Browse
For agents
About
TablePress – Tables in WordPress made easy
/
3.3
TablePress – Tables in WordPress made easy
v3.3
Switch version
3.3.4
3.3.3
3.3.2
3.3.1
trunk
1.12
1.14
1.9.2
2.0.4
2.1.7
2.1.8
2.2
2.2.1
2.2.2
2.2.3
2.2.4
2.2.5
2.3
2.3.1
2.3.2
2.4
2.4.1
2.4.2
2.4.3
2.4.4
All 44 releases
Overview
Code
tablepress
/
admin
/
css
/
build
/
edit-features.css
edit-features.css
in TablePress – Tables in WordPress made easy 3.3, at admin/css/build/edit-features.css
2 lines
961 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
#
tablepress-page
.
premium-features
{
display
:
none
}
@
media
screen
and
(
min-width
:
783
px
)
{
#
tablepress-page
.
premium-features
{
bottom
:
-1
px
;
display
:
block
;
height
:
calc
(
100
%
+
47
px
)
;
margin
:
0
;
position
:
absolute
;
right
:
-399
px
;
width
:
376
px
}
#
tablepress_edit-table-information
{
width
:
calc
(
100
%
-
400
px
)
}
.
rtl
#
tablepress-page
.
premium-features
{
left
:
-400
px
;
right
:
auto
}
#
tablepress-page
.
premium-features
>
div
{
display
:
flex
;
flex-direction
:
column
;
height
:
100
%
;
justify-content
:
space-between
;
text-align
:
center
}
#
tablepress-page
.
premium-features
.
postbox-header
{
border-bottom
:
none
}
#
tablepress-page
.
premium-features
h2
{
color
:
#
ff5100
;
font-size
:
19
px
;
font-weight
:
700
;
padding-top
:
14
px
;
width
:
100
%
}
#
tablepress-page
.
premium-features
h2
.
dashicons
{
color
:
#
ffd166
;
font-size
:
26
px
;
width
:
26
px
}
#
tablepress-page
.
premium-features
h3
a
{
color
:
#
000
;
text-decoration
:
none
}
#
tablepress-page
.
premium-features
.
inside
{
font-size
:
14
px
;
padding-bottom
:
0
}
#
tablepress-page
.
premium-features
.
buttons
{
margin-bottom
:
10
px
}
}
2