| 1 |
input[type="text"].accua_form_value, textarea.accua_form_value { |
| 2 |
width: 95%; |
| 3 |
margin-right: 5%; |
| 4 |
} |
| 5 |
|
| 6 |
#accua_forms_edit_page .sidebar-name-arrow { |
| 7 |
display: none !important; |
| 8 |
} |
| 9 |
/* |
| 10 |
#accua_forms_edit_page #widgets-left .widget-holder, #accua_forms_edit_page #widgets-right .widgets-sortables { |
| 11 |
overflow-y: scroll !important; |
| 12 |
overflow-x: hidden !important; |
| 13 |
height: 400px; |
| 14 |
min-height: 400px; |
| 15 |
}*/ |
| 16 |
|
| 17 |
#accua_forms_edit_page .widget-liquid-left { |
| 18 |
width: 100% !important; |
| 19 |
} |
| 20 |
|
| 21 |
#accua_forms_edit_page #widgets-left .widget { |
| 22 |
width: 98% !important; |
| 23 |
margin-bottom: 7px !important; |
| 24 |
float: none !important; |
| 25 |
} |
| 26 |
|
| 27 |
.accua-form-widget-scroll-wrapper { |
| 28 |
width: 100% !important; |
| 29 |
} |
| 30 |
|
| 31 |
.accua-form-widget-scroll-wrapper .ui-resizable-handle, #accua_form_preview_area_wrapper .ui-resizable-handle { |
| 32 |
background: #ddd; |
| 33 |
bottom: -10px; |
| 34 |
height: 7px; |
| 35 |
border-radius: 3px; |
| 36 |
} |
| 37 |
|
| 38 |
.accua-form-widget-scroll-wrapper.ui-resizable > *:first-child { |
| 39 |
/*min-height: auto !important; |
| 40 |
height: 100% !important; |
| 41 |
max-height: none !important;*/ |
| 42 |
width: auto !important; |
| 43 |
/*overflow-y: scroll !important; |
| 44 |
overflow-x: hidden !important;*/ |
| 45 |
margin: 0 !important; |
| 46 |
padding: 0 !important; |
| 47 |
} |
| 48 |
|
| 49 |
.accua-form-widget-scroll-wrapper > *:first-child p.description { |
| 50 |
padding-top: 5px; |
| 51 |
} |
| 52 |
|
| 53 |
#accua_forms_edit_page #widgets-right a.widget-action { |
| 54 |
display: inline-block; |
| 55 |
color: #555d66; |
| 56 |
padding: 0; |
| 57 |
} |
| 58 |
|
| 59 |
#accua_forms_edit_page #widgets-right a.widget-action, #accua_forms_edit_page #widgets-right a.widget-action:hover { |
| 60 |
-webkit-box-shadow: none; |
| 61 |
box-shadow: none; |
| 62 |
outline: 0; |
| 63 |
text-decoration: none; |
| 64 |
} |
| 65 |
|
| 66 |
#accua_forms_edit_page #widgets-right a.widget-action:focus, |
| 67 |
#accua_forms_edit_page #widgets-right a.widget-action:active, |
| 68 |
#accua_forms_edit_page #widgets-right a.widget-action:hover, |
| 69 |
#accua_forms_edit_page #widgets-right a.widget-action:visited { |
| 70 |
color: #23282d; |
| 71 |
} |
| 72 |
|
| 73 |
#accua_forms_edit_page #widgets-right a.widget-action:after { |
| 74 |
padding: 1px 2px 1px 0 !important; |
| 75 |
margin-top: 10px; |
| 76 |
margin-right: 10px; |
| 77 |
-webkit-border-radius: 50%; |
| 78 |
border-radius: 50%; |
| 79 |
right: 0; |
| 80 |
content: "\f140"; |
| 81 |
border: none; |
| 82 |
background: 0 0; |
| 83 |
font: 400 20px/1 dashicons; |
| 84 |
speak: none; |
| 85 |
display: block; |
| 86 |
padding: 0; |
| 87 |
text-indent: 0; |
| 88 |
text-align: center; |
| 89 |
position: relative; |
| 90 |
-webkit-font-smoothing: antialiased; |
| 91 |
-moz-osx-font-smoothing: grayscale; |
| 92 |
text-decoration: none!important; |
| 93 |
} |
| 94 |
|
| 95 |
#accua_forms_edit_page #widgets-right a.widget-action:focus:after { |
| 96 |
-webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30,140,190,.8); |
| 97 |
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30,140,190,.8); |
| 98 |
} |
| 99 |
|
| 100 |
#accua_forms_edit_page .sidebar-name { |
| 101 |
cursor: auto !important; |
| 102 |
} |
| 103 |
|
| 104 |
#icon-contact-forms-cimatti-logo { |
| 105 |
background: url("img/cimatti-icon-32.png") no-repeat scroll 0 0 transparent; |
| 106 |
} |
| 107 |
|
| 108 |
|
| 109 |
/* tabs */ |
| 110 |
#accua_tabs #ul_accua_tabs li.ui-state-active a { |
| 111 |
color: #000000; |
| 112 |
font-weight: bold; |
| 113 |
text-decoration: none; |
| 114 |
} |
| 115 |
|
| 116 |
#accua_tabs #ul_accua_tabs li { |
| 117 |
display: inline; |
| 118 |
font-size: 13px; |
| 119 |
line-height: 37px; |
| 120 |
margin: 0 10px 0 0; |
| 121 |
padding: 12px 15px; |
| 122 |
border-left: 1px solid #EEEEEE; |
| 123 |
border-right: 1px solid #EEEEEE; |
| 124 |
border-top: 1px solid #EEEEEE; |
| 125 |
} |
| 126 |
|
| 127 |
#accua_tabs #ul_accua_tabs li a { |
| 128 |
color:#bbb; |
| 129 |
text-decoration:none; |
| 130 |
} |
| 131 |
|
| 132 |
#accua_tabs #ul_accua_tabs li.ui-state-active { |
| 133 |
background: #fff; |
| 134 |
border-left: 1px solid #ddd; |
| 135 |
border-right: 1px solid #ddd; |
| 136 |
border-top: 1px solid #ddd; |
| 137 |
} |
| 138 |
|
| 139 |
#accua_tabs .content_tab { |
| 140 |
background: #fff; |
| 141 |
border: 0px solid #ddd; |
| 142 |
border-top: 1px solid #ddd; |
| 143 |
padding: 10px; |
| 144 |
min-height: 300px; |
| 145 |
} |
| 146 |
|
| 147 |
#accua_form_use_ajax .accua_form_value { |
| 148 |
margin-right: 6px; |
| 149 |
} |
| 150 |
|
| 151 |
#accua_form_use_ajax, #accua_form_layout { |
| 152 |
clear: both; |
| 153 |
line-height: 25px; |
| 154 |
} |
| 155 |
|
| 156 |
#accua_form_layout { |
| 157 |
margin-right: 50px; |
| 158 |
margin-bottom: 9px; |
| 159 |
} |
| 160 |
|
| 161 |
#accua_forms_edit_page #accua_tabs { |
| 162 |
position: relative; |
| 163 |
margin-top: 20px; |
| 164 |
} |
| 165 |
|
| 166 |
.accua-forms-metabox-holder { |
| 167 |
float: left; |
| 168 |
margin-right: 2%; |
| 169 |
width: 47%; |
| 170 |
} |
| 171 |
|
| 172 |
.accua_forms_save_settings_top { |
| 173 |
float: right; |
| 174 |
margin-right: 30px; |
| 175 |
width: 400px; |
| 176 |
} |
| 177 |
|
| 178 |
#accua_forms_edit_page #accua_form_save_settings { |
| 179 |
float: left; |
| 180 |
margin-right: 6px; |
| 181 |
} |
| 182 |
|
| 183 |
#accua_forms_edit_page form#delete_form { |
| 184 |
float: right; |
| 185 |
margin-left: 6px; |
| 186 |
} |
| 187 |
|
| 188 |
#accua_forms_edit_page form#delete_form input { |
| 189 |
background: none; |
| 190 |
border: none; |
| 191 |
color: red; |
| 192 |
text-decoration: underline; |
| 193 |
cursor:pointer; |
| 194 |
} |
| 195 |
|
| 196 |
#accua_forms_edit_page form#delete_form input:hover { |
| 197 |
background:red; |
| 198 |
color:#fff; |
| 199 |
} |
| 200 |
|
| 201 |
#accua_tab_messages .defalut_content_message, |
| 202 |
#accua_tab_preview .defalut_content_message { |
| 203 |
background: #fff; |
| 204 |
border: 1px solid #ddd; |
| 205 |
margin-top: 10px; |
| 206 |
padding: 20px; |
| 207 |
} |
| 208 |
|
| 209 |
#accua_tab_messages .defalut_message, |
| 210 |
#accua_tab_preview .defalut_message { |
| 211 |
padding-top:20px; |
| 212 |
} |
| 213 |
|
| 214 |
#accua_tab_messages #dashboard_right_now a.insert-media, |
| 215 |
#accua_tab_preview #dashboard_right_now a.insert-media { |
| 216 |
float: none; |
| 217 |
top: 0; |
| 218 |
} |
| 219 |
|
| 220 |
#accua_tab_messages .wp-editor-wrap, |
| 221 |
#accua_tab_preview .wp-editor-wrap { |
| 222 |
margin-top: 10px; |
| 223 |
} |
| 224 |
|
| 225 |
#accua_tab_messages .label_input, |
| 226 |
#accua_tab_preview .label_input { |
| 227 |
display: block; |
| 228 |
line-height: 27px; |
| 229 |
margin-bottom: 9px; |
| 230 |
width: 100%; |
| 231 |
float: left; |
| 232 |
} |
| 233 |
|
| 234 |
#accua_tab_messages .label_input label, |
| 235 |
#accua_tab_preview .label_input label { |
| 236 |
float: left; |
| 237 |
margin-right: 10px; |
| 238 |
width: 20%; |
| 239 |
} |
| 240 |
|
| 241 |
#accua_tab_messages .label_input input.accua_form_value[type="text"], |
| 242 |
#accua_tab_preview .label_input input.accua_form_value[type="text"] { |
| 243 |
float: left; |
| 244 |
width: 45%; |
| 245 |
} |
| 246 |
|
| 247 |
#accua_tab_messages input.accua_form_check_override[type="checkbox"], |
| 248 |
#accua_tab_preview input.accua_form_check_override[type="checkbox"] { |
| 249 |
margin-right: 5px; |
| 250 |
} |
| 251 |
|
| 252 |
#accua_tab_messages input.accua_form_check_override[value="1"][type="radio"], #accua_tab_messages input.accua_form_check_override[value="-1"][type="radio"] { |
| 253 |
margin-left: 20px; |
| 254 |
} |
| 255 |
|
| 256 |
#accua_tab_messages .accua_form_value[disabled], |
| 257 |
#accua_tab_preview .accua_form_value[disabled] { |
| 258 |
color: #BBBBBB; |
| 259 |
} |
| 260 |
|
| 261 |
#accua_tab_messages .default_value, |
| 262 |
#accua_tab_preview .default_value { |
| 263 |
border: 1px solid #ddd; |
| 264 |
color: #999; |
| 265 |
float: left; |
| 266 |
line-height: 22px; |
| 267 |
min-height: 21px; |
| 268 |
margin: 1px 5% 1px 0; |
| 269 |
padding-left: 1%; |
| 270 |
padding-right: 1%; |
| 271 |
width: 43%; |
| 272 |
} |
| 273 |
|
| 274 |
#accua_tab_preview .wp-picker-container { |
| 275 |
border: 1px solid transparent; |
| 276 |
float: left; |
| 277 |
margin: 1px 5% 1px 0; |
| 278 |
padding-left: 1%; |
| 279 |
padding-right: 1%; |
| 280 |
width: 43%; |
| 281 |
} |
| 282 |
|
| 283 |
#accua_tab_messages .postbox { |
| 284 |
min-height: 400px; |
| 285 |
} |
| 286 |
|
| 287 |
#accua-forms-list-filter th.column-submissions a span { |
| 288 |
float:none; |
| 289 |
} |
| 290 |
|
| 291 |
#accua-forms-list-filter th.column-submissions .sorting-indicator { |
| 292 |
float:right; |
| 293 |
} |
| 294 |
|
| 295 |
#accua_form_preview_area_wrapper { |
| 296 |
position: relative; |
| 297 |
width: 100%; |
| 298 |
overflow: unset; |
| 299 |
} |
| 300 |
|
| 301 |
#accua_form_preview_area_wrapper .ui-resizable-handle.ui-resizable-s{ |
| 302 |
display: none !important; |
| 303 |
} |
| 304 |
|
| 305 |
#accua_form_preview_area { |
| 306 |
/* position: absolute; |
| 307 |
top: 0; |
| 308 |
left: 0; |
| 309 |
bottom: 0; |
| 310 |
right: 0;*/ |
| 311 |
width: 100%; |
| 312 |
height: 100%; |
| 313 |
border: none; |
| 314 |
} |
| 315 |
|
| 316 |
#accua_forms_edit_page #dialog_token { |
| 317 |
padding: 0 20px 20px; |
| 318 |
} |
| 319 |
|
| 320 |
#accua_forms_edit_page .defalut_content_message { |
| 321 |
white-space: pre-wrap; /* css-3 */ |
| 322 |
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ |
| 323 |
/*noinspection CssInvalidPropertyValue*/ |
| 324 |
white-space: -pre-wrap; /* Opera 4-6 */ |
| 325 |
white-space: -o-pre-wrap; /* Opera 7 */ |
| 326 |
word-wrap: break-word; /* Internet Explorer 5.5+ */ |
| 327 |
} |
| 328 |
|
| 329 |
.accua_forms_admin_page textarea { |
| 330 |
resize: vertical; |
| 331 |
} |
| 332 |
/* |
| 333 |
.widget-content p{ |
| 334 |
width: 47%; |
| 335 |
float: left; |
| 336 |
margin-right: 5px; |
| 337 |
} |
| 338 |
*/.widget-title h3, .widget-title h4 { |
| 339 |
padding: 10px; |
| 340 |
font-size: 14px; |
| 341 |
white-space: unset; |
| 342 |
} |
| 343 |
|
| 344 |
.widget-control-remove.delete{ |
| 345 |
color: #b32d2e; |
| 346 |
} |
| 347 |
|
| 348 |
|
| 349 |
.accua_form_save_settings_status{ |
| 350 |
width: 100%; |
| 351 |
} |
| 352 |
|
| 353 |
.savedsettings{ |
| 354 |
background: #fff; |
| 355 |
border: 1px solid #c3c4c7; |
| 356 |
border-left-width: 4px; |
| 357 |
box-shadow: 0 1px 1px rgb(0 0 0 / 4%); |
| 358 |
margin: 5px 0 15px; |
| 359 |
padding: 15px 15px; |
| 360 |
display: block; |
| 361 |
width: 98%; |
| 362 |
border-left-color: #00a32a; |
| 363 |
} |
| 364 |
.error_savedsettings{ |
| 365 |
background: #fff; |
| 366 |
border: 1px solid #c3c4c7; |
| 367 |
border-left-width: 4px; |
| 368 |
box-shadow: 0 1px 1px rgb(0 0 0 / 4%); |
| 369 |
margin: 5px 0 15px; |
| 370 |
padding: 15px 15px; |
| 371 |
display: block; |
| 372 |
width: 98%; |
| 373 |
border-left-color: #b32d2e; |
| 374 |
} |
| 375 |
|
| 376 |
|
| 377 |
.widgets-holder-wrap.dashed{ |
| 378 |
border: 2px dashed #c3c4c7; |
| 379 |
} |
| 380 |
.widgets-holder-wrap.dashed h3 { |
| 381 |
padding: 20px !important; |
| 382 |
} |
| 383 |
.widgets-holder-wrap.dashed .widgets-sortables.ui-sortable { |
| 384 |
margin-bottom: 22px !important; |
| 385 |
} |
| 386 |
|
| 387 |
#accua_form_save_settings_inside{ |
| 388 |
float: right; |
| 389 |
} |
| 390 |
|
| 391 |
#accua_tab_customise .accua_form_value[type="text"]{ |
| 392 |
width: 67%; |
| 393 |
float: right; |
| 394 |
} |
| 395 |
#accua_tab_customise .wp-picker-input-wrap .accua_form_value[type="text"]{ |
| 396 |
width: 100%; |
| 397 |
float: right; |
| 398 |
} |
| 399 |
#accua_tab_customise .wp-color-result-text{ |
| 400 |
display: none; |
| 401 |
} |
| 402 |
#accua_tab_customise .label_input { |
| 403 |
margin-bottom: 10px; |
| 404 |
border-bottom: 1px solid #ddd; |
| 405 |
padding-bottom: 10px; |
| 406 |
} |
| 407 |
#accua_tab_customise .label_container{ |
| 408 |
min-height: 35px; |
| 409 |
vertical-align: middle; |
| 410 |
} |
| 411 |
#accua_tab_customise .default_value{ |
| 412 |
display: none !important; |
| 413 |
} |
| 414 |
#accua_tab_customise .wp-picker-container { |
| 415 |
display: inline-block; |
| 416 |
margin-left: 42px; |
| 417 |
} |
| 418 |
|
| 419 |
|
| 420 |
#accua_tabs2 li{ |
| 421 |
display: inline; |
| 422 |
font-size: 13px; |
| 423 |
line-height: 37px; |
| 424 |
margin: 0 10px 0 0; |
| 425 |
padding: 12px 15px; |
| 426 |
background: #fff; |
| 427 |
} |
| 428 |
|
| 429 |
/* note */ |
| 430 |
|
| 431 |
input#delete-sub-data, input#delete-note { |
| 432 |
background: none; |
| 433 |
border: none; |
| 434 |
padding: 0; |
| 435 |
text-decoration: underline; |
| 436 |
cursor: pointer; |
| 437 |
} |
| 438 |
input#delete-note { |
| 439 |
display: inline-block; |
| 440 |
} |
| 441 |
.system-note .note_content { |
| 442 |
padding: 10px; |
| 443 |
background: #efefef; |
| 444 |
position: relative; |
| 445 |
line-height: 18px; |
| 446 |
font-size: 14px; |
| 447 |
} |
| 448 |
.system-note .note_content::after { |
| 449 |
content: ""; |
| 450 |
display: block; |
| 451 |
position: absolute; |
| 452 |
bottom: -10px; |
| 453 |
left: 20px; |
| 454 |
width: 0; |
| 455 |
height: 0; |
| 456 |
border-width: 10px 10px 0 0; |
| 457 |
border-style: solid; |
| 458 |
border-color: #efefef transparent; |
| 459 |
} |
| 460 |
.system-note p.meta, form#delete-note { |
| 461 |
padding: 10px; |
| 462 |
color: #999; |
| 463 |
margin: 0; |
| 464 |
display: inline-block; |
| 465 |
} |
| 466 |
form#delete-note { |
| 467 |
padding: 0; |
| 468 |
} |
| 469 |
|
| 470 |
.metabox-holder.grid-3{ |
| 471 |
display: grid; |
| 472 |
grid-template-columns: 1fr 1fr 1fr; |
| 473 |
column-gap: 15px; |
| 474 |
} |
| 475 |
|
| 476 |
.accua-forms-select-lead-status-progress { |
| 477 |
display: inline-block; |
| 478 |
vertical-align: middle; |
| 479 |
width: 2em; |
| 480 |
height: 2em; |
| 481 |
background-size: 2em 2em; |
| 482 |
background-repeat: no-repeat; |
| 483 |
} |
| 484 |
|
| 485 |
.accua-forms-select-lead-status-throbber { |
| 486 |
background-image: url("img/material_throbber.svg"); |
| 487 |
} |
| 488 |
|
| 489 |
.accua-forms-select-lead-status-cancel { |
| 490 |
background-image: url("img/material_cancel.svg"); |
| 491 |
} |
| 492 |
|
| 493 |
.accua-forms-select-lead-status-check { |
| 494 |
background-image: url("img/material_check.svg"); |
| 495 |
} |
| 496 |
|
| 497 |
th#lead_status { |
| 498 |
width: 200px; |
| 499 |
} |