Browse
For agents
About
Event Post
/
5.1
Event Post
v5.1
Switch version
6.1.1
6.1.0
6.0.1
6.0.0
5.12.0
trunk
3.9
4.0
4.2
4.3
4.4
4.5
5.0
5.1
5.10.0
5.10.1
5.10.2
5.10.3
5.10.4
5.11.0
5.11.1
5.2
5.5
5.6
5.6.1
All 46 releases
Overview
Code
event-post
/
blocks
/
eventsmap
/
editor.css
editor.css
in Event Post 5.1, at blocks/eventsmap/editor.css
16 lines
388 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
*
2
* The following styles get applied inside the editor only.
3
*
4
* Replace them with your own styles or remove the file completely.
5
*/
6
7
.
wp-block-event-post-eventsmap
{
8
border
:
1
px
dotted
#
0000004d
;
9
background
:
#
E8E8E8
url
(
"
../../img/map-preview.png
"
)
no-repeat
center
center
;
10
text-align
:
center
;
11
padding
:
4
em
2
em
;
12
}
13
14
.
eventpost-map-interactions
label
{
15
display
:
block
;
16
}