| 1 |
/** |
| 2 |
* @version 1.0 |
| 3 |
* @package: Admin Panel |
| 4 |
* @category: Admin UI |
| 5 |
* @author wpdevelop |
| 6 |
* |
| 7 |
* @web-site https://oplugins.com/ |
| 8 |
* @email info@oplugins.com |
| 9 |
* |
| 10 |
* @modified 2016-01-10 |
| 11 |
*/ |
| 12 |
|
| 13 |
/* M o d a l s **************************************************************/ |
| 14 |
.wpdevelop .modal.wpbm_popup_modal { |
| 15 |
z-index: 50000; |
| 16 |
} |
| 17 |
.wpdevelop .modal-header { |
| 18 |
background: none repeat scroll 0 0 #F5F5F5; |
| 19 |
text-shadow: 0 0 2px #FFF; |
| 20 |
} |
| 21 |
|
| 22 |
/* Payment request Modal */ |
| 23 |
#wpbm_payment_request_modal .modal-header h3 { |
| 24 |
color: #333; |
| 25 |
} |
| 26 |
#wpbm_payment_request_modal .modal-body textarea { |
| 27 |
width: 100%; |
| 28 |
} |
| 29 |
|
| 30 |
/* Print Loyout Modal */ |
| 31 |
#wpbm_print_modal .modal-header { |
| 32 |
background: none repeat scroll 0 0 #F5F5F5; |
| 33 |
text-shadow: 0 0 2px #FFF; |
| 34 |
} |
| 35 |
#wpbm_print_modal .modal-header h3 { |
| 36 |
color: #333; |
| 37 |
} |
| 38 |
#wpbm_print_modal .modal-header { |
| 39 |
text-shadow: none; |
| 40 |
} |
| 41 |
|
| 42 |
/* Modal Google Calendar Events Import */ |
| 43 |
#wpbm_gcal_import_events_modal span.description { |
| 44 |
display:none; |
| 45 |
} |
| 46 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until, |
| 47 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset, |
| 48 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from, |
| 49 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset { |
| 50 |
float:left; |
| 51 |
margin:5px 0 0 0 !important; |
| 52 |
} |
| 53 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset label, |
| 54 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset label { |
| 55 |
margin: 0 10px; |
| 56 |
float:left; |
| 57 |
line-height: 29px; |
| 58 |
} |
| 59 |
#wpbm_gcal_import_events_modal input[type=text], |
| 60 |
#wpbm_gcal_import_events_modal select { |
| 61 |
height:28px; |
| 62 |
} |
| 63 |
#wpbm_gcal_import_events_modal th { |
| 64 |
vertical-align: middle; |
| 65 |
} |
| 66 |
#wpbm_gcal_import_events_modal th, |
| 67 |
#wpbm_gcal_import_events_modal td { |
| 68 |
border:none; |
| 69 |
} |
| 70 |
#wpbm_gcal_import_events_modal label { |
| 71 |
line-height: 28px; |
| 72 |
margin: 0; |
| 73 |
vertical-align: middle; |
| 74 |
} |
| 75 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from_offset_type, |
| 76 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until_offset_type { |
| 77 |
vertical-align: initial; |
| 78 |
} |
| 79 |
|
| 80 |
/* Export */ |
| 81 |
#wpbm_export_csv_modal { |
| 82 |
} |
| 83 |
@media (max-width: 782px) { |
| 84 |
.wpdevelop .modal-dialog{ |
| 85 |
margin: 60px 10px 10px; |
| 86 |
} |
| 87 |
|
| 88 |
/* Import Google Events Dialog*/ |
| 89 |
#wpbm_gcal_import_events_modal .modal-dialog.modal-lg { |
| 90 |
width: auto; |
| 91 |
} |
| 92 |
#wpbm_gcal_import_events_modal label{ |
| 93 |
font-weight: 600; |
| 94 |
font-size: 1.1em; |
| 95 |
width:100%; |
| 96 |
display:block; |
| 97 |
float:none; |
| 98 |
} |
| 99 |
#wpbm_gcal_import_events_modal input[type=text], |
| 100 |
#wpbm_gcal_import_events_modal select { |
| 101 |
display:block; |
| 102 |
width:100%; |
| 103 |
clear:both; |
| 104 |
height:34px; |
| 105 |
float:none !important; |
| 106 |
} |
| 107 |
#wpbm_gcal_import_events_modal th, |
| 108 |
#wpbm_gcal_import_events_modal td { |
| 109 |
display:block; |
| 110 |
padding:0; |
| 111 |
} |
| 112 |
#wpbm_gcal_import_events_modal td { |
| 113 |
margin-bottom: 15px; |
| 114 |
} |
| 115 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until, |
| 116 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset, |
| 117 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from, |
| 118 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset { |
| 119 |
float:none; |
| 120 |
margin:0 !important; |
| 121 |
} |
| 122 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset label, |
| 123 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset label { |
| 124 |
float:none; |
| 125 |
margin:10px 0 0!important; |
| 126 |
} |
| 127 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from_offset, |
| 128 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_from_offset_type, |
| 129 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until_offset, |
| 130 |
#wpbm_gcal_import_events_modal #wpbm_gcal_events_until_offset_type { |
| 131 |
width:100% !important; |
| 132 |
float:none; |
| 133 |
} |
| 134 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_from_offset > span.wpbm_offset_value select, |
| 135 |
#wpbm_gcal_import_events_modal .wpbm_gcal_events_until_offset > span.wpbm_offset_value select { |
| 136 |
margin-top:10px !important; |
| 137 |
} |
| 138 |
|
| 139 |
/* M o d a l TinyMCE t o o l b a r ****************************/ |
| 140 |
#wpbm_tiny_modal .form-table td select { |
| 141 |
height: 40px; |
| 142 |
} |
| 143 |
#wpbm_tiny_modal .wpdvlp-top-tabs .nav-tab { |
| 144 |
-moz-border-radius:0; |
| 145 |
-webkit-border-radius:0; |
| 146 |
border-radius:0; |
| 147 |
border: 1px solid #cccccc; |
| 148 |
padding: 10px; |
| 149 |
width: 100%; |
| 150 |
} |
| 151 |
} |
| 152 |
/* Fix position of modal window, that depend from sidebar in admin panel */ |
| 153 |
@media (min-width: 992px) and (max-width: 1300px) { |
| 154 |
.wpdevelop .modal-dialog { |
| 155 |
margin: 30px 170px auto; |
| 156 |
} |
| 157 |
.wpdevelop .modal-dialog.modal-lg { |
| 158 |
width: 815px; |
| 159 |
} |
| 160 |
#wpbm_gcal_import_events_modal th { |
| 161 |
width:140px; |
| 162 |
} |
| 163 |
} |
| 164 |
|
| 165 |
/* M o d a l TinyMCE t o o l b a r ****************************************/ |
| 166 |
|
| 167 |
#wpbm_tiny_modal .modal-dialog.modal-lg { |
| 168 |
width:94%; |
| 169 |
} |
| 170 |
/* Scrollbar for modal */ |
| 171 |
#wpbm_tiny_modal { |
| 172 |
overflow-y: auto !important; |
| 173 |
} |
| 174 |
/* this pasrt for having scrollbar inside of the modal window with fixed height */ |
| 175 |
#wpbm_tiny_modal_NO .modal-dialog{ |
| 176 |
overflow-y: initial !important; |
| 177 |
} |
| 178 |
#wpbm_tiny_modal_NO .modal-body{ |
| 179 |
height: 250px; |
| 180 |
overflow-y: auto; |
| 181 |
} |
| 182 |
.wp-admin .modal-backdrop { |
| 183 |
background-color: #000000; |
| 184 |
bottom: 0; |
| 185 |
left: 0; |
| 186 |
position: fixed; |
| 187 |
right: 0; |
| 188 |
top: 0; |
| 189 |
z-index: 1040; |
| 190 |
} |
| 191 |
.wp-admin .modal-backdrop.fade { |
| 192 |
opacity: 0; |
| 193 |
} |
| 194 |
.wp-admin .modal-backdrop.in { |
| 195 |
opacity: 0.5; |
| 196 |
} |
| 197 |
#wpbm_tiny_modal strong, |
| 198 |
#wpbm_tiny_modal label { |
| 199 |
font-weight: 600; |
| 200 |
} |
| 201 |
#wpbm_tiny_modal .form-table th { |
| 202 |
font-weight: 600; |
| 203 |
line-height: 1.3; |
| 204 |
padding-bottom: 10px; |
| 205 |
padding-left: 0; |
| 206 |
padding-right: 10px; |
| 207 |
padding-top: 10px; |
| 208 |
vertical-align: top; |
| 209 |
width: 200px; |
| 210 |
} |
| 211 |
#wpbm_tiny_modal .form-table td { |
| 212 |
line-height: 1.3; |
| 213 |
margin-bottom: 9px; |
| 214 |
padding-bottom: 5px; |
| 215 |
padding-left: 10px; |
| 216 |
padding-right: 10px; |
| 217 |
padding-top: 5px; |
| 218 |
vertical-align: middle; |
| 219 |
} |
| 220 |
#wpbm_tiny_modal .modal-footer a.button, |
| 221 |
#wpbm_tiny_modal .modal-footer a.button:hover, |
| 222 |
#wpbm_tiny_modal .modal-footer a.button:active, |
| 223 |
#wpbm_tiny_modal .modal-footer a.button:focus { |
| 224 |
text-decoration: none; |
| 225 |
outline: 0; |
| 226 |
} |
| 227 |
#wpbm_tiny_modal .wpbm_expand_section_link, |
| 228 |
#wpbm_tiny_modal a.wpbm_expand_section_link:hover, |
| 229 |
#wpbm_tiny_modal a.wpbm_expand_section_link:focus { |
| 230 |
color:#21759b; |
| 231 |
cursor: pointer; |
| 232 |
outline: 0; |
| 233 |
border:none; |
| 234 |
border-bottom:1px dashed #21759B; |
| 235 |
text-decoration: none; |
| 236 |
} |
| 237 |
#wpbm_tiny_modal .wpbm_advanced_section, |
| 238 |
#wpbm_tiny_modal .itemcalendar_advanced_section, |
| 239 |
#wpbm_tiny_modal .itemselect_advanced_section { |
| 240 |
display:none; |
| 241 |
} |
| 242 |
#wpbm_tiny_modal .put-in { |
| 243 |
cursor: pointer; |
| 244 |
font-weight: 600; |
| 245 |
background: none repeat scroll 0 0 #E9E9E9; |
| 246 |
border: 1px solid #BBBBBB; |
| 247 |
width:100%; |
| 248 |
} |
| 249 |
#wpbm_tiny_modal input[type="checkbox"], |
| 250 |
#wpbm_tiny_modal input[type="radio"] { |
| 251 |
margin: 0 10px 2px 0; |
| 252 |
vertical-align: middle; |
| 253 |
outline: 0; |
| 254 |
} |
| 255 |
#wpbm_tiny_modal .wpbm_sub_settings_grayed { |
| 256 |
background-color: #f3f3f3; |
| 257 |
} |
| 258 |
#wpbm_tiny_modal .wpbm_sub_settings_grayed th { |
| 259 |
padding: 10px 0 0 20px; |
| 260 |
padding: 15px 0 10px 25px; |
| 261 |
} |
| 262 |
/* Placeholders */ |
| 263 |
#wpbm_tiny_modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ |
| 264 |
color: #999; |
| 265 |
} |
| 266 |
#wpbm_tiny_modal ::-moz-placeholder { /* Firefox 19+ */ |
| 267 |
color: #999; |
| 268 |
} |
| 269 |
#wpbm_tiny_modal :-ms-input-placeholder { /* IE 10+ */ |
| 270 |
color: #999; |
| 271 |
} |
| 272 |
#wpbm_tiny_modal :-moz-placeholder { |
| 273 |
color: #999; |
| 274 |
} |
| 275 |
#wpbm_tiny_modal .itemsearch_search_results{ |
| 276 |
display:none; |
| 277 |
} |
| 278 |
#wpbm_tiny_modal .itemsearch_search_form.wpbm_sub_settings_grayed{ |
| 279 |
display:none; |
| 280 |
} |
| 281 |
#wpbm_tiny_modal .wpbm_shortcode_itemresource { |
| 282 |
display:none; |
| 283 |
} |
| 284 |
#wpbm_tiny_modal select option:disabled { |
| 285 |
color: #ccc; |
| 286 |
display: none; |
| 287 |
} |