PluginProbe
Event Post / 4.2
Event Post v4.2
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
event-post / css / eventpost-admin.css

eventpost-admin.css in Event Post 4.2, at css/eventpost-admin.css

81 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #event_post input[type=date],#event_post input[type=datetime],#event_post input[type=datetime-local]{
2 display:block;
3 }
4 .human_date{
5 color:#21759B;
6 }
7 #event_post label input[type=datetime-local]{
8
9 }
10
11 #event_post label input[type=text]{
12 background:transparent;
13 border:none;
14 }
15 #event_post label:hover input[type=text]{
16 background:#ffffff;
17 border:#CCC 1px inset;
18 }
19 #eventaddress_result p{
20 position:relative;
21 padding:8px 0px 8px 25px;
22 border-bottom:#DDD 1px solid;
23 border-top:#FFF 1px solid;
24 margin:0;
25 }
26 #eventaddress_result p:first-child{
27 border-top:none;
28 }
29 #eventaddress_result p:last-child{
30 border-bottom:none;
31 }
32 #eventaddress_result p a img{
33 position:absolute;
34 top:8px;
35 left:0;
36 }
37 #eventaddress_result p a{
38 clear:both;
39 }
40 #event_address_search{
41
42 }
43
44 #event-post-map-preview{
45 width: 100%;
46 height: 200px;
47 position: relative;
48 cursor: grab;
49 }
50 #event-post-map-preview-fixed-marker{
51 position: absolute;
52 z-index: 99999999;
53 }
54
55 #ep_sce_shortcode{
56 padding:0.5em;
57 font-size:1.1em;
58 background:#FFC;
59 border:#CC5 1px solid;
60 border-radius:4px;
61 margin:1em 0;
62 }
63
64
65
66 body.widgets-php .eventpost_admin_widget h4:before{
67 font-family:dashicons;
68 font-size:1.7em;
69 top:4px;
70 position:relative;
71 }
72 body.widgets-php .eventpost_widget_cal h4:before{
73 content:'\f145 ';
74 }
75 body.widgets-php .eventpost_widget_map h4:before{
76 content:'\f231 ';
77 }
78 body.widgets-php .eventpost_widget_list h4:before{
79 content:'\f163 ';
80 }
81