| 1 |
#event_post input[type=date],#event_post input[type=datetime],#event_post input[type=datetime-local]{ |
| 2 |
display:block; |
| 3 |
} |
| 4 |
#eventpost-color-preview{ |
| 5 |
vertical-align: middle; |
| 6 |
} |
| 7 |
#eventpost-color-dropdown{ |
| 8 |
display:block; |
| 9 |
} |
| 10 |
.eventpost-datepicker-simple-inputgroup{ |
| 11 |
display: inline-block; |
| 12 |
background: #FFF; |
| 13 |
border: #CCC 1px inset; |
| 14 |
padding: 1px 3px; |
| 15 |
border-radius: 3px; |
| 16 |
height:20px; |
| 17 |
vertical-align: middle; |
| 18 |
} |
| 19 |
.eventpost-datepicker-simple-wrap select{ |
| 20 |
height: 24px; |
| 21 |
padding: 0; |
| 22 |
vertical-align: middle; |
| 23 |
} |
| 24 |
.eventpost-datepicker-simple-date.hasDatepicker{ |
| 25 |
width: 90px; |
| 26 |
background: transparent; |
| 27 |
border:none; |
| 28 |
padding: 0; |
| 29 |
} |
| 30 |
.eventpost-datepicker-simple-inputgroup button{ |
| 31 |
background: transparent; |
| 32 |
border:none; |
| 33 |
padding: 0; |
| 34 |
line-height: 24px; |
| 35 |
height: 24px; |
| 36 |
} |
| 37 |
.human_date{ |
| 38 |
font-weight: 900; |
| 39 |
} |
| 40 |
.eventpost-datepicker-native-wrap, .eventpost-datepicker-native-wrap input, .eventpost-datepicker-native-wrap select{ |
| 41 |
font-size:12px; |
| 42 |
padding: 1px; |
| 43 |
} |
| 44 |
|
| 45 |
.eventpost-datepicker-native-year{ |
| 46 |
width:3.4em; |
| 47 |
} |
| 48 |
.wp-admin select.eventpost-datepicker-native-month{ |
| 49 |
height:21px; |
| 50 |
padding:0; |
| 51 |
vertical-align: top; |
| 52 |
} |
| 53 |
.eventpost-datepicker-native-day, .eventpost-datepicker-native-hour, .eventpost-datepicker-native-minute{ |
| 54 |
width:2em; |
| 55 |
} |
| 56 |
#event_post label input[type=datetime-local]{ |
| 57 |
|
| 58 |
} |
| 59 |
|
| 60 |
#event_post label input[type=text]{ |
| 61 |
background:transparent; |
| 62 |
border:none; |
| 63 |
} |
| 64 |
#event_post label:hover input[type=text]{ |
| 65 |
background:#ffffff; |
| 66 |
border:#CCC 1px inset; |
| 67 |
} |
| 68 |
#eventaddress_result p{ |
| 69 |
position:relative; |
| 70 |
padding:8px 0px 8px 25px; |
| 71 |
border-bottom:#DDD 1px solid; |
| 72 |
border-top:#FFF 1px solid; |
| 73 |
margin:0; |
| 74 |
} |
| 75 |
#eventaddress_result p:first-child{ |
| 76 |
border-top:none; |
| 77 |
} |
| 78 |
#eventaddress_result p:last-child{ |
| 79 |
border-bottom:none; |
| 80 |
} |
| 81 |
#eventaddress_result p a img{ |
| 82 |
position:absolute; |
| 83 |
top:8px; |
| 84 |
left:0; |
| 85 |
} |
| 86 |
#eventaddress_result p a{ |
| 87 |
clear:both; |
| 88 |
} |
| 89 |
#eventaddress_result .alert{ |
| 90 |
display:block; |
| 91 |
color:#a00; |
| 92 |
} |
| 93 |
.eventpost-edit-icon{ |
| 94 |
color:#999; |
| 95 |
} |
| 96 |
#event_address_search{ |
| 97 |
cursor:pointer; |
| 98 |
text-decoration: underline; |
| 99 |
} |
| 100 |
|
| 101 |
#event-post-map-preview{ |
| 102 |
width: 100%; |
| 103 |
height: 200px; |
| 104 |
position: relative; |
| 105 |
cursor: grab; |
| 106 |
} |
| 107 |
#event-post-map-preview-fixed-marker{ |
| 108 |
position: absolute; |
| 109 |
z-index: 99997; |
| 110 |
} |
| 111 |
#event-post-map-preview .ep-block-draging{ |
| 112 |
position: absolute; |
| 113 |
display: flex; |
| 114 |
align-content: center; |
| 115 |
align-items: center; |
| 116 |
justify-content: center; |
| 117 |
top:0; |
| 118 |
left:0; |
| 119 |
right:0; |
| 120 |
bottom:0; |
| 121 |
background: rgba(255,255,255,0.4); |
| 122 |
z-index: 99998; |
| 123 |
cursor: pointer; |
| 124 |
} |
| 125 |
#event-post-map-preview .ep-block-draging span{ |
| 126 |
display: none; |
| 127 |
padding: 0.3em 1em; |
| 128 |
background: rgba(200,200,200,0.6); |
| 129 |
text-align: center; |
| 130 |
} |
| 131 |
#event-post-map-preview .ep-block-draging:hover span{ |
| 132 |
display: inline-block; |
| 133 |
} |
| 134 |
#event-post-map-preview .ep-stop-draging{ |
| 135 |
position: absolute; |
| 136 |
right:5px; |
| 137 |
bottom:5px; |
| 138 |
z-index: 99999999; |
| 139 |
} |
| 140 |
|
| 141 |
#ep_sce_shortcode{ |
| 142 |
padding:0.5em; |
| 143 |
font-size:1.1em; |
| 144 |
background:#FFC; |
| 145 |
border:#CC5 1px solid; |
| 146 |
border-radius:4px; |
| 147 |
margin:1em 0; |
| 148 |
} |
| 149 |
|
| 150 |
|
| 151 |
|
| 152 |
body.widgets-php .eventpost_admin_widget h4:before{ |
| 153 |
font-family:dashicons; |
| 154 |
font-size:1.7em; |
| 155 |
top:4px; |
| 156 |
position:relative; |
| 157 |
} |
| 158 |
body.widgets-php .eventpost_widget_cal h4:before{ |
| 159 |
content:'\f145 '; |
| 160 |
} |
| 161 |
body.widgets-php .eventpost_widget_map h4:before{ |
| 162 |
content:'\f231 '; |
| 163 |
} |
| 164 |
body.widgets-php .eventpost_widget_list h4:before{ |
| 165 |
content:'\f163 '; |
| 166 |
} |
| 167 |
|