PluginProbe
UpdraftCentral Dashboard / 0.8.21
UpdraftCentral Dashboard v0.8.21
0.8.33 0.7.2 0.7.3 0.7.4 0.8.0 0.8.1 0.8.10 0.8.11 0.8.12 0.8.13 0.8.14 0.8.15 0.8.16 0.8.17 0.8.18 0.8.19 0.8.2 0.8.20 0.8.21 0.8.22 0.8.23 0.8.24 0.8.25 0.8.26 0.8.27 All 51 releases
updraftcentral / css / dashboard.css

dashboard.css in UpdraftCentral Dashboard 0.8.21, at css/dashboard.css

2,179 lines 56.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Sections: you can search for these for quicker navigation through this CSS file
3 *
4 * 1. Dashboard notices
5 * 2. Managing sites
6 * 3. General page layout + typography
7 * 4. Universal state elements (e.g. spinners)
8 * 5. Backup related
9 * 6. Dropdown menu<<<
10 * 7. UpdraftPlus settings
11 *
12 * Spinner images, to be incorporated: wp-includes/images/spinner.gif wp-includes/images/spinner-2x.gif
13 *
14 */
15 /* 1. Dashboard notices */
16 #updraftcentral_dashboard {
17 font-size: 1.2rem;
18 line-height: 1.5; }
19
20 #updraftcentral_dashboard h1, #updraftcentral_dashboard h2, #updraftcentral_dashboard h3, #updraftcentral_dashboard h4, #updraftcentral_dashboard h5, #updraftcentral_dashboard h6 {
21 color: #DF6926;
22 font-weight: normal; }
23
24 #updraftcentral_dashboard_loading {
25 margin-top: 12px; }
26
27 #updraftcentral_notice_container .updraftcentral_notice {
28 border-left: 5px solid;
29 border: 1px solid #555;
30 background-color: #F7F7F7;
31 border-radius: 4px;
32 padding: 6px 6px 6px 12px;
33 margin: 12px 0;
34 clear: both; }
35
36 #updraftcentral_notice_container .updraftcentral_notice_dismiss::before {
37 background: none;
38 color: #909498;
39 content: "\f153";
40 display: block;
41 font: normal 16px/20px dashicons;
42 speak: none;
43 height: 10px;
44 text-align: center;
45 width: 20px;
46 -webkit-font-smoothing: antialiased;
47 -moz-osx-font-smoothing: grayscale; }
48
49 #updraftcentral_notice_container .updraftcentral_notice_contents {
50 width: 95%; }
51
52 #updraftcentral_notice_container .updraftcentral_notice_dismiss {
53 float: right;
54 position: relative;
55 top: -4px;
56 border: medium none;
57 margin: 0px;
58 padding: 1px;
59 background: transparent none repeat scroll 0% 0% !important;
60 color: #909498;
61 cursor: pointer; }
62
63 #updraftcentral_notice_container .updraftcentral_notice_dismiss:hover::before, #updraftcentral_notice_container .updraftcentral_notice_dismiss:active::before, #updraftcentral_notice_container .updraftcentral_notice_dismiss:focus::before {
64 color: #B4B9BE; }
65
66 #updraftcentral_notice_container .updraftcentral_notice_dismiss:focus {
67 outline: none;
68 -webkit-box-shadow: 0 0 0 1px #5B9DD9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
69 box-shadow: 0 0 0 1px #5B9DD9, 0 0 2px 1px rgba(30, 140, 190, 0.8); }
70
71 #updraftcentral_notice_container .ie8 .updraftcentral_notice_dismiss:focus {
72 outline: 1px solid #5B9DD9; }
73
74 #updraftcentral_notice_container .updraftcentral_notice.updraftcentral_notice_new {
75 display: none; }
76
77 #updraftcentral_notice_container .updraftcentral_notice_level_error {
78 border-left: 4px solid red; }
79
80 #updraftcentral_notice_container .updraftcentral_notice_level_notice, #updraftcentral_notice_container .updraftcentral_notice_level_info {
81 border-left: 4px solid #46B450; }
82
83 /*#updraftcentral_addsite_help, #updraftcentral_editsite_expertoptions {
84 /font-size: 65%;
85 font-style: italic;
86 }*/
87 #updraftcentral_addsite_key, #updraftcentral_addsite_description {
88 width: 100%;
89 margin-bottom: 14px; }
90
91 #updraftcentral_editsite_expertoptions {
92 clear: left;
93 padding-top: 6px; }
94
95 #updraftcentral_editsite_expertoptions label {
96 width: 170px; }
97
98 #updraftcentral_addsite_help {
99 color: #0275D8; }
100
101 #updraftcentral_editsite_expertoptions h3, #updraftcentral_editsite_expertoptions h4 {
102 font-family: "Helvetica Neue",helvetica,arial,sans-serif;
103 font-weight: normal;
104 margin-bottom: 0;
105 padding-bottom: 0; }
106
107 #updraftcentral_editsite_expertoptions h4 {
108 font-family: "Helvetica Neue",helvetica,arial,sans-serif;
109 font-weight: normal;
110 margin-top: 20px;
111 font-size: 22px;
112 letter-spacing: 0;
113 margin-bottom: 0; }
114
115 /* 2. Managing sites */
116 #updraftcentral_debug_level {
117 width: 40px; }
118
119 /* It doesn't show, until Modernizr has verified that the browser is compatible */
120 #updraftcentral_dashboard_existingsites_container {
121 display: none; }
122
123 #updraftcentral_panel_notices {
124 width: 100%;
125 margin: 0 auto;
126 margin-top: 2%;
127 background-color: #EAEAEA;
128 padding: 20px;
129 border-radius: 6px; }
130
131 #updraftcentral_panel_notices h3 {
132 margin-top: 0px; }
133
134 #updraftcentral_panel_notices table {
135 text-align: center; }
136
137 #updraftcentral_panel_notices .dashicons {
138 width: 25px;
139 height: 25px;
140 font-size: 25px; }
141
142 #updraftcentral_panel_notices .get_from_link {
143 padding: 5px; }
144
145 .updraftcentral .updraftcentral_dashboard_newsite {
146 float: right;
147 min-width: 100px;
148 min-height: 40px;
149 font-size: 140%; }
150
151 div.updraftcentral_row_sitelabel br.updraft-full-hidden {
152 display: none; }
153
154 div.updraft-cancel-new-site {
155 width: 30%;
156 display: inline-block; }
157
158 div.add-new-site {
159 width: 70%;
160 float: left; }
161
162 div.updraftcentral_row_site_buttons a.updraftcentral_button_link {
163 color: #FFF; }
164
165 div.updraftcentral_row_site_buttons .btn {
166 cursor: pointer; }
167
168 div.updraftcentral_row_site_buttons a.updraftcentral_button_link:hover {
169 color: #FFF;
170 text-decoration: none; }
171
172 div.updraftcentral_row_sitelabel input.updraftcentral_site_description {
173 height: 18px;
174 width: 100px; }
175
176 div.updraftcentral_site_row .updraftcentral_site_url_after_description {
177 font-size: 75%;
178 padding-left: 25px; }
179
180 div.updraft_site_actions {
181 display: inline-block; }
182
183 div.updraft_site_actions .btn {
184 text-transform: capitalize; }
185
186 .updraftcentral_site_sort_icon {
187 color: gray; }
188
189 div.updraftcentral_site_row.row {
190 margin-left: 0;
191 margin-right: 0;
192 cursor: move; }
193
194 div.updraftcentral_site_row.row.sortable-is-disabled {
195 cursor: initial; }
196
197 div.updraft_site_title {
198 display: inline-block;
199 min-width: 330px;
200 max-width: 500px;
201 font-weight: bold; }
202
203 .updraftcentral_row_sitelabel .updraftcentral_site_dashboard.dashicons-wordpress-alt {
204 position: relative;
205 top: 8px;
206 font-size: 70%; }
207
208 div.updraft_site_title a {
209 line-height: 30px; }
210
211 div .updraft_no_sites {
212 border-bottom: 1px solid #CCC;
213 margin-bottom: 2%; }
214
215 span.dashicon-fix {
216 line-height: 1.3; }
217
218 .updraft_site_actions .btn-group button, .updraftcentral_table button {
219 min-height: 30px; }
220
221 .updraft_site_actions .dropdown-item {
222 padding: 0px 10px 3px 10px !important;
223 color: #373A3C !important; }
224
225 span.dashicon-fix {
226 line-height: 1.3; }
227
228 div.updraftcentral_site_row,
229 div.updraftcentral_site_row:hover {
230 background-color: #FFF;
231 border-radius: 6px; }
232
233 hr {
234 margin: 0; }
235
236 .updraftcentral_site_row {
237 padding: 8px 0;
238 background-color: #F7F7F7;
239 border-radius: 6px; }
240
241 .updraftrc_site_row {
242 padding: 16px 0; }
243
244 .updraftcentral_row_container {
245 text-align: right;
246 margin-right: 20px; }
247
248 span.updraftcentral_site_dashboard {
249 cursor: pointer; }
250
251 /* 3. General page layout + typography */
252 .width-100-percent {
253 width: 100%; }
254
255 #updraftcentral_dashboard a, #updraftcentral_modal .modal-content a {
256 color: #0275D8;
257 text-decoration: none; }
258
259 #updraftcentral_dashboard a:visited, #updraftcentral_modal .modal-content a:visited {
260 color: #0275D8;
261 text-decoration: none; }
262
263 #updraftcentral_dashboard a:hover, #updraftcentral_modal .modal-content a:hover {
264 color: #014C8C;
265 text-decoration: underline; }
266
267 #updraftcentral_modal #connection-test-results .connection-test-failed {
268 color: red; }
269
270 #updraftcentral_modal #connection-test-results .connection-test-succeeded {
271 color: green; }
272
273 #updraftcentral_modal #connection-test-results {
274 padding: 20px 24px 0 24px; }
275
276 #updraftcentral_modal .connection-test-header:first-of-type {
277 font-weight: bold; }
278
279 #updraftcentral_modal .connection-test-title {
280 float: left;
281 clear: left;
282 width: 45%; }
283
284 #updraftcentral_modal .connection-test-result {
285 width: 55%;
286 float: left;
287 padding-bottom: 18px; }
288
289 #updraftcentral_modal p {
290 clear: left; }
291
292 #updraftcentral_modal a:hover {
293 cursor: pointer; }
294
295 /* This is only shown when editing existing sites, not when adding new */
296 #updraftcentral_modal .updraftcentral_addsite_expertoptions #updraftcentral_test_other_connection_methods_section {
297 display: none; }
298
299 /* Reduce the z-index for the Divi header, so that it doesn't cover the modal */
300 body.et_full_width_page #main-header {
301 z-index: 999; }
302
303 /* Remove the page header */
304 h1.main_title {
305 display: none; }
306
307 .top-buffer {
308 margin-top: 2%; }
309
310 #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output .updraft-hidden, #updraftcentral_modal_dialog .updraft-hidden, #updraftcentral_dashboard_existingsites .updraft_existing_backups_output .updraft-hidden, h1.pagetitle, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .hidden, .updraft-mobile-menu {
311 display: none; }
312
313 /* Disabled this, as progress is already shown visually */
314 #uc_task_progress_label {
315 display: none; }
316
317 /* Below is all for the navigation menu */
318 #updraft-central-navigation {
319 background-color: #DF6926;
320 min-height: 50px;
321 padding: 10px; }
322
323 #updraft-central-navigation:after {
324 clear: both;
325 content: "";
326 display: block; }
327
328 #updraft-central-navigation .updraftcentral_licence_info {
329 color: #C6C9D4; }
330
331 .updraft-central-logo {
332 display: inline-block;
333 margin-left: -3px;
334 width: 50%;
335 padding-left: 8px;
336 padding-right: 8px; }
337
338 .updraft-central-logo img {
339 height: 30px; }
340
341 #updraft-central-navigation .updraftcentral_licence_info * {
342 vertical-align: middle; }
343
344 #updraft-central-navigation .top_menu_right {
345 display: inline-block;
346 float: right;
347 text-align: right;
348 white-space: nowrap; }
349
350 #updraft-central-navigation .top_menu_right * {
351 vertical-align: middle; }
352
353 #updraft-central-navigation .top_menu_right .dashicons {
354 color: white;
355 cursor: pointer;
356 font-size: 30px;
357 height: 30px;
358 width: 30px; }
359
360 #updraft-central-navigation .top_menu_right .dashicons:hover {
361 color: black;
362 cursor: pointer; }
363
364 /*Mobile menu*/
365 #updraft-central-navigation .dashicons.updraft-mobile-menu {
366 font-size: 30px;
367 height: 30px;
368 width: 30px; }
369
370 /*Sidebar navigation start*/
371 #updraftcentral_dashboard.updraft-fullscreen #updraft-central-content-container {
372 height: 90vh; }
373
374 #updraft-central-content-container {
375 height: 85vh; }
376
377 #updraft-central-content-container #updraft-central-navigation-sidebar {
378 background-color: #F5F5F5;
379 border-bottom: 1px solid #EEE; }
380
381 #updraft-central-content-container #updraft-central-content {
382 width: auto;
383 height: 100%;
384 overflow: auto; }
385
386 #updraft-central-sidebar-button {
387 display: none; }
388
389 @media screen and (min-width: 670px) {
390 #updraft-central-content-container #updraft-central-navigation-sidebar {
391 float: left;
392 overflow-y: auto;
393 overflow-x: visible;
394 height: 100%;
395 width: 200px;
396 background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFF));
397 background: linear-gradient(to bottom, #F5F5F5 0%, #FFF 100%);
398 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
399 border-right: 1px solid #EEE;
400 border-bottom: none; }
401 #updraft-central-content-container #updraft-central-content {
402 width: auto;
403 height: 100%;
404 padding-left: 10px;
405 padding-right: 10px;
406 overflow: auto; }
407 #updraft-central-sidebar-button {
408 display: block;
409 position: fixed;
410 top: 50%;
411 -webkit-transform: translatey(-50%);
412 transform: translatey(-50%);
413 background-color: #DF6926;
414 width: 15px;
415 height: 100px;
416 border-radius: 0px 25px 25px 0px;
417 z-index: 1000; }
418 #updraft-central-sidebar-button:hover {
419 background-color: #E2783B;
420 cursor: pointer; } }
421
422 /* Sidebar navigation end */
423 #updraft-menu-item-all {
424 padding: 8px 0;
425 color: #939393; }
426
427 .updraft-menu-item,
428 .updraft-menu-item-links {
429 display: none;
430 color: #939393;
431 /*
432 Padding here should be adjusted in future when menu items with longer names are added
433 as the longer names will make the sidebar bigger automatically.
434 */
435 padding: 8px 0; }
436
437 /*#updraft-menu-item-all:hover,
438 .updraft-menu-item-container:hover,
439 .updraft-menu-item:hover,
440 .updraft-menu-item-links:hover,
441 .updraft-menu-item-hover {
442 background-color: #BF5519;
443 cursor: pointer;
444 color: white;
445 }
446
447 .updraft-menu-item-container:hover span {
448 color: white;
449 }
450
451 .updraft-menu-item-active,
452 .updraft-menu-item-links-active {
453 background-color: #BF5519;
454 color: white;
455 }*/
456 /* screen has a min width */
457 @media (min-width: 670px) {
458 #updraft-menu-item-all,
459 .updraft-menu-item,
460 .updraft-menu-item-links {
461 display: block;
462 text-align: center; }
463 .updraft-central-logo {
464 float: left;
465 width: auto; }
466 #updraft-central-navigation .dashicons.updraft-mobile-menu {
467 display: none; }
468 #updraft-central-navigation .top_menu_right {
469 white-space: nowrap; }
470 #updraft-central-navigation .top_menu_right {
471 float: right;
472 width: auto; } }
473
474 /*
475 .updraft-full-screen:hover {
476 color: #000;
477 cursor: pointer;
478 }
479 */
480 /*#updraft-central-navigation .updraft_central_center span.dashicons.dashicons-editor-help {
481 color: #fff;
482 width: 30px;
483 font-size: 30px;
484 margin: 8px 5px;
485 }
486
487 #updraft-central-navigation .updraft_central_center span.dashicons.dashicons-editor-help:hover {
488 color: #000;
489 cursor: pointer;
490 }*/
491 /* End navigation menu CSS */
492 /* Twenty Fourteen max-width fix */
493 .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
494 max-width: 100% !important; }
495
496 #updraftcentral_dashboard_existingsites {
497 display: block;
498 margin-left: 1.2em;
499 margin-right: 1.2em;
500 width: 100%;
501 margin: 0 auto;
502 margin-top: 2%;
503 background-color: #EAEAEA;
504 padding: 10px;
505 border-radius: 6px; }
506
507 .updraftcentral_dashboard.container-fluid {
508 padding-left: 0;
509 padding-right: 0; }
510
511 .updraftcentral_site_row .updraft_site_actions.has-site-info {
512 min-width: 0px; }
513
514 /*#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th {
515 max-width: 150px;
516 }*/
517 /* 4. Universal state elements (e.g. spinners) */
518 #updraftcentral_dashboard.updraft-fullscreen {
519 background-color: #FFF; }
520
521 .updraftcentral_loading_spinner {
522 position: relative; }
523
524 .updraftcentral_spinner {
525 font-size: 10px;
526 left: 50%;
527 top: 50%;
528 position: fixed;
529 z-index: 9999 !important;
530 float: left;
531 clear: none;
532 margin: 0;
533 padding: 0;
534 background-image: url("../images/updraft-central-orange-md.png");
535 height: 25px;
536 width: 25px;
537 -webkit-animation: udp 2s infinite ease;
538 animation: udp 2s infinite ease; }
539
540 /* If the spinner is attached to a modal element, then really put it there (instead of the default centre-screen) */
541 #updraftcentral_modal .updraftcentral_spinner {
542 position: relative;
543 top: 0px;
544 left: 0px; }
545
546 @-webkit-keyframes udp {
547 0% {
548 -webkit-transform: rotate(0deg);
549 transform: rotate(0deg); }
550 100% {
551 -webkit-transform: rotate(360deg);
552 transform: rotate(360deg); } }
553
554 @keyframes udp {
555 0% {
556 -webkit-transform: rotate(0deg);
557 transform: rotate(0deg); }
558 100% {
559 -webkit-transform: rotate(360deg);
560 transform: rotate(360deg); } }
561
562 .dashicon-image-rotating {
563 -webkit-animation: refresh 2s infinite ease;
564 animation: refresh 2s infinite ease; }
565
566 @-webkit-keyframes refresh {
567 0% {
568 -webkit-transform: rotate(0deg);
569 transform: rotate(0deg); }
570 100% {
571 -webkit-transform: rotate(360deg);
572 transform: rotate(360deg); } }
573
574 @keyframes refresh {
575 0% {
576 -webkit-transform: rotate(0deg);
577 transform: rotate(0deg); }
578 100% {
579 -webkit-transform: rotate(360deg);
580 transform: rotate(360deg); } }
581
582 span.c-indicator {
583 background-color: #D1D1D1; }
584
585 button.btn-default {
586 color: #333;
587 background-color: #FFF;
588 border-color: #CCC; }
589
590 button.btn-default:hover, button.btn-default:hover {
591 background-color: #E6E6E6;
592 border-color: #ADADAD;
593 color: #333; }
594
595 button.btn-updraftplus {
596 color: #FFF;
597 background-color: #DF6926;
598 border-color: #DF6926; }
599
600 button.btn-updraftplus:hover {
601 background-color: #BF5519;
602 border-color: #BF5519; }
603
604 button.btn-black-outline {
605 color: #636363;
606 background-color: transparent;
607 background-image: none;
608 border-color: #636363; }
609
610 button.btn-black-outline:hover {
611 color: #FFF;
612 background-color: #636363;
613 border-color: #636363; }
614
615 button.btn-updraftplus-outline {
616 color: #DF6926;
617 border-color: #DF6926;
618 background-color: transparent;
619 background-image: none; }
620
621 button.btn-updraftplus-outline:hover {
622 color: #FFF;
623 border-color: #DF6926;
624 background-color: #DF6926; }
625
626 button.btn-settings-outline {
627 color: #686868;
628 border-color: #686868;
629 background-color: transparent;
630 background-image: none; }
631
632 button.btn-settings-outline:hover, button.btn-settings-outline:focus {
633 color: #FFF;
634 border-color: #686868;
635 background-color: #686868; }
636
637 .updraftcentral_action_box {
638 display: block;
639 margin-top: 10px;
640 text-align: center;
641 padding: 5px;
642 /* width: 85%; */
643 margin: 10px auto 0px auto;
644 min-height: 40px; }
645
646 /* For Divi theme and other possible table CSS conflict */
647 table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
648 max-width: 100% !important; }
649
650 .updraftcentral-hide-in-other-tabs, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output .updraft-directory-not-writable-blurb, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_cloudfiles_newapiuser {
651 display: none; }
652
653 #updraftcentral_notice_container .updraftcentral_notice .updraftmessage.fade {
654 display: block;
655 opacity: inherit; }
656
657 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .updraftplus_downloader_closebutton {
658 float: right;
659 margin-bottom: 8px; }
660
661 .phpinfo {
662 font-style: italic; }
663
664 .phpinfo:hover {
665 cursor: pointer; }
666
667 #updraftcentral_modal_dialog .modal-dialog {
668 margin-top: 5%; }
669
670 #updraftcentral_modal_dialog p {
671 padding-bottom: 4px;
672 margin-bottom: 0px; }
673
674 #updraftcentral_modal_dialog .initially-hidden {
675 display: none; }
676
677 #updraftcentral_modal_dialog .modal-header .close {
678 margin-top: 5px;
679 position: absolute;
680 right: 15px; }
681
682 .updraft_site_unlicensed {
683 color: red;
684 font-style: italic; }
685
686 #updraftcentral_licence_info {
687 /* The default is to not display licence information. Customisers can over-ride this. */
688 display: none; }
689
690 #updraftcentral_licence_info:hover {
691 opacity: 50%; }
692
693 #updraftcentral_licence_info a {
694 color: #C6C9D4; }
695
696 #updraftcentral_licence_info a:hover {
697 color: black; }
698
699 #updraftcentral_modal_dialog .modal-content {
700 border-radius: 0.4rem; }
701
702 #updraftcentral_modal_dialog .modal-dialog.backup-now {
703 font-size: 13px; }
704
705 #updraftcentral_modal_dialog .modal-header {
706 border-bottom: none;
707 border-radius: 0.3rem 0.3rem 0 0;
708 padding: 15px 15px 0 15px;
709 background-color: #DF6926;
710 color: #FFF; }
711
712 #updraftcentral_modal_dialog pre {
713 width: auto;
714 height: 330px;
715 overflow-y: auto;
716 max-height: 300px; }
717
718 /*#updraftcentral_modal_dialog .modal-content .modal-body ul {
719 list-style-type: none;
720 margin: 0 10px;
721 }*/
722 #updraftcentral_modal_dialog .modal-header h4 {
723 color: #FFF;
724 font-family: "Helvetica Neue",helvetica,arial,sans-serif;
725 font-size: 2rem;
726 font-weight: 500;
727 line-height: 1.1;
728 letter-spacing: normal;
729 margin-top: 0;
730 margin-bottom: 0; }
731
732 #updraftcentral_modal_dialog .modal-body h3 {
733 margin-top: 0;
734 margin-bottom: 0; }
735
736 #updraftcentral_modal_dialog .modal-footer .btn-warning {
737 color: #F0AD4E;
738 background-color: transparent;
739 background-image: none;
740 border-color: #F0AD4E; }
741
742 .modal-footer .btn-default {
743 color: #686868;
744 border-color: #686868;
745 background-color: transparent;
746 background-image: none; }
747
748 .modal-footer .btn-default:hover, .modal-footer .btn-default:focus {
749 color: #FFF;
750 border-color: #686868;
751 background-color: #686868; }
752
753 #updraftcentral_modal_dialog .modal-footer .btn-warning:hover, #updraftcentral_modal_dialog .modal-footer .btn-warning:focus {
754 color: #FFF;
755 background-color: #F0AD4E;
756 border-color: #F0AD4E; }
757
758 .updraft_existing_backups_output > button.btn-refresh,
759 .updraft_site_settings_output > button.btn-refresh,
760 .updraft_module_output > button.btn-refresh {
761 float: right;
762 position: relative;
763 top: 6px;
764 left: -12px; }
765
766 .updraft_existing_backups_output > button.btn-refresh:hover,
767 .updraft_site_settings_output > button.btn-refresh:hover,
768 .updraft_module_output > button.btn-refresh:hover {
769 cursor: pointer; }
770
771 button.btn {
772 text-transform: capitalize; }
773
774 .bootbox-body h2 {
775 color: #DF6926; }
776
777 /* 5. Backup related */
778 label.backupnow_includecloud {
779 /*cursor:pointer;*/ }
780
781 /* Below is adapted from: http://www.hongkiat.com/blog/css3-checkbox-radio/ */
782 .modal-body label {
783 display: inline;
784 cursor: pointer;
785 position: relative;
786 font-size: 13px;
787 margin-top: 20px;
788 margin-bottom: 0; }
789
790 label.backupnow_includedb::before {
791 content: "";
792 display: inline-block;
793 width: 16px;
794 height: 16px;
795 margin-right: 10px;
796 position: absolute;
797 left: 0;
798 bottom: 1px;
799 background-color: #EAEAEA;
800 border-radius: 4px; }
801
802 .updraft_existing_backups .rescanning {
803 font-style: italic;
804 padding-bottom: 10px; }
805
806 label[for=backupnow_label]::before {
807 display: none; }
808
809 label[for=backupnow_label] {
810 padding-left: 0; }
811
812 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .dlfileprogress {
813 width: 0;
814 background: #F6A828;
815 height: 5px; }
816
817 .updraftplus_downloader .raw {
818 margin: 8px 0 10px 0; }
819
820 .updraftplus_downloader .file {
821 display: block;
822 height: auto;
823 padding: 5px;
824 background: #ECECEC;
825 border: solid 1px #CCC;
826 margin: 8px 0 0 0; }
827
828 /* Existing backup related CSS */
829 .updraft_diskspaceused_update, .updraft_rescan_local, .updraft_rescan_remote {
830 cursor: pointer;
831 text-decoration: underline; }
832
833 input:disabled + label::before {
834 cursor: not-allowed;
835 background-color: #adadad; }
836
837 .updraft_existing_backups_output h2, #updraftcentral_modal_dialog #updraftcentral_phpinfo_results img,
838 #updraftcentral_dashboard_existingsites .updraft_existing_backups_output .ud-whitespace-warning {
839 display: none; }
840
841 .download-backups {
842 padding: 10px;
843 margin: 10px 10px 0 10px;
844 background-color: #FFF;
845 border-radius: 6px; }
846
847 .ud-whitespace-warning a {
848 text-decoration: underline; }
849
850 #updraftcentral_modal_dialog #updraftcentral_phpinfo_results {
851 height: 300px;
852 max-height: 300px;
853 overflow: auto; }
854
855 .before-restore-button {
856 width: 240px; }
857
858 .updraft_download_button, .restore-button button,
859 .updraftplus-remove a, .updraft-viewlogdiv a,
860 #updraftplus-settings-save,
861 .updraft_site_settings_output button.button-primary {
862 display: inline-block;
863 font-weight: 400;
864 line-height: 1.25;
865 text-align: center;
866 white-space: nowrap;
867 vertical-align: middle;
868 cursor: pointer;
869 -webkit-user-select: none;
870 -moz-user-select: none;
871 -ms-user-select: none;
872 user-select: none;
873 border: 1px solid #CCC;
874 padding: .25rem .5rem;
875 font-size: .875rem;
876 border-radius: .2rem;
877 color: #373A3C !important;
878 background-color: #FFF;
879 margin-right: 5px; }
880
881 .restore-button button:hover, .restore-button button:focus,
882 .updraftplus-remove a:hover, .updraftplus-remove a:focus,
883 .updraft-viewlogdiv a:hover, .updraft-viewlogdiv a:focus {
884 color: #373A3C;
885 background-color: #E6E6E6;
886 border-color: #ADADAD;
887 text-decoration: none !important; }
888
889 /*.updraftcentral_dashboard #updraft-central-content .btn-primary,
890 #updraftcentral_modal_dialog .btn-primary, .updraft_download_button,
891 .updraft_site_settings_output button.button-primary,
892 .modal-footer .btn-primary, #updraftplus-settings-save {
893 border: 1px solid #269CDF;
894 color: #FFF !important;
895 background-color: #269CDF;
896 }
897
898 .updraftcentral_dashboard #updraft-central-content .btn-primary:hover,
899 .updraftcentral_dashboard #updraft-central-content .btn-primary:focus,
900 .updraftcentral_dashboard #updraft-central-content .btn-primary:active,
901 .updraft_download_button:hover, .updraft_download_button:focus, .updraft_download_button:active,
902 #updraftcentral_modal_dialog .btn-primary:hover, #updraftcentral_modal_dialog .btn-primary:focus,
903 #updraftcentral_modal_dialog .btn-primary:active,
904 .updraft_site_settings_output button.button-primary:focus,
905 .updraft_site_settings_output button.button-primary:hover,
906 #updraftplus-settings-save:hover, #updraftplus-settings-save:focus,
907 .updraft-test-button:hover, .updraft-test-button:focus,
908 .modal-footer .btn-primary:hover, .modal-footer .btn-primary:active, .modal-footer .btn-primary:focus {
909 border-color: transparent !important;
910 color: #FFF !important;
911 background-color: #1B7FB7;
912 text-decoration: none !important;
913 }*/
914 .btn-group > .btn:not(:first-child) {
915 border-left-color: #FFF !important; }
916
917 .updraftcentral_dashboard .input-group .form-control {
918 border-bottom-left-radius: .25rem !important;
919 border-top-left-radius: .25rem !important; }
920
921 .updraftcentral_dashboard .btn-danger {
922 border: 1px solid #C12E2A;
923 color: #FFF !important;
924 background-color: #C9302C; }
925
926 .updraftcentral_dashboard .btn-danger:focus, .btn-danger:hover {
927 border-color: #D9534F;
928 color: #FFF !important;
929 background-color: #D9534F;
930 text-decoration: none !important; }
931
932 .existing-backups-table thead tr th.backup-date, .existing-backups-table thead tr th.backup-data,
933 .existing-backups-table thead tr th.updraft_backup_actions {
934 padding: 10px; }
935
936 .updraft_backup_actions, tb.before-restore-button, .updraft_existingbackup_date {
937 width: 200px; }
938
939 .restore-button, .updraftplus-remove, .updraft-viewlogdiv {
940 display: inline-block; }
941
942 .download-backups ul li {
943 list-style: none; }
944
945 .download-backups ul li:last-child {
946 font-size: 12px; }
947
948 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader {
949 margin-top: 4px;
950 width: 75%;
951 border: 0; }
952
953 .existing-backups-table thead tr td[colspan="3"],
954 .existing-backups-table thead tr td[colspan="4"],
955 .existing-backups-table tbody tr td[colspan="4"] {
956 display: none;
957 /* Hide the empty columns/rows which come back from UDP */ }
958
959 table.existing-backups-table {
960 border-spacing: 0;
961 border-collapse: separate;
962 border: none; }
963
964 .existing-backups-table th, .existing-backups-table td {
965 border: 1px solid #EEE; }
966
967 .existing-backups-table thead tr:first-child th:first-child {
968 border-radius: 0.6em 0 0 0;
969 width: 145px; }
970
971 .existing-backups-table thead tr:first-child th:last-child {
972 border-radius: 0 0.6em 0 0; }
973
974 .existing-backups-table tbody tr:nth-last-child(2) td:first-child {
975 border-radius: 0 0 0 0.6em; }
976
977 .existing-backups-table tbody tr:nth-last-child(2) td:last-child {
978 border-radius: 0 0 0.6em 0; }
979
980 .updraft_diskspaceused_update {
981 font-style: italic; }
982
983 .entry-content a {
984 /* Over ride the WP box shadow - true with the default theme of WP 4.4 */
985 -webkit-box-shadow: none;
986 box-shadow: none; }
987
988 .entry-content .updraftcentral_table {
989 width: 100%;
990 border: none; }
991
992 .entry-content .updraftcentral_table .tr {
993 overflow-y: auto;
994 border: none; }
995
996 .entry-content .updraftcentral_table th,
997 .entry-content .updraftcentral_table td {
998 border: none;
999 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1000 padding: 8px; }
1001
1002 .updraftcentral_table th {
1003 white-space: nowrap; }
1004
1005 .updraftcentral_table th:last-child {
1006 width: 100%; }
1007
1008 .updraftcentral_table .row_label {
1009 display: none; }
1010
1011 @media (max-width: 768px) {
1012 .entry-content .updraftcentral_table {
1013 width: 100%; }
1014 .entry-content .updraftcentral_table th {
1015 display: none; }
1016 .entry-content #updraftcentral_dashboard .updraftcentral_table td {
1017 display: block;
1018 border: none;
1019 padding: 4px; }
1020 .entry-content #updraftcentral_dashboard .updraftcentral_table td:last-child {
1021 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1022 padding-bottom: 8px; }
1023 .entry-content .updraftcentral_table .row_label {
1024 color: grey;
1025 font-weight: 300;
1026 font-size: 0.8rem;
1027 display: initial; } }
1028
1029 div.updraftcentral_notice div.updraftcentral_notice_contents h2 {
1030 font-size: 1.2em;
1031 padding-bottom: 0; }
1032
1033 div.updraftcentral_notice_contents .backup_state {
1034 line-height: 2;
1035 margin-top: 10px; }
1036
1037 div.updraftcentral_notice_contents .job-id {
1038 margin-top: 10px; }
1039
1040 div.job-id a, div.job-id a:last-child:hover {
1041 border-radius: 4px;
1042 padding: 5px;
1043 line-height: 0.7em;
1044 margin: 5px 5px 0 5px;
1045 word-wrap: normal;
1046 word-break: normal;
1047 white-space: nowrap; }
1048
1049 div.job-id .curstage {
1050 margin-top: 10px;
1051 font-style: italic; }
1052
1053 div.job-id a.updraft-log-link {
1054 cursor: pointer;
1055 border: 1px solid #269CDF;
1056 color: #FFF !important;
1057 background-color: #269CDF;
1058 line-height: 0.8em;
1059 margin: 5px 5px 0 5px; }
1060
1061 div.job-id a.updraft-log-link:hover, div.job-id a.updraft-log-link:focus {
1062 border-color: #186FA1;
1063 color: #FFF !important;
1064 background-color: #1B7FB7;
1065 text-decoration: none !important;
1066 padding: 5px;
1067 border-radius: 4px; }
1068
1069 div.active-jobsupdraft_finished {
1070 margin-top: 15px; }
1071
1072 .updraft_jobinfo_delete {
1073 cursor: pointer;
1074 border: 1px solid #C12E2A;
1075 color: #FFF !important;
1076 background-color: #C9302C;
1077 line-height: 0.8em;
1078 margin: 5px 5px 0 5px; }
1079
1080 .updraft_jobinfo_delete:focus, .updraft_jobinfo_delete:hover {
1081 border-color: #D9534F;
1082 color: #FFF !important;
1083 background-color: #D9534F;
1084 text-decoration: none !important;
1085 padding: 5px;
1086 border-radius: 4px; }
1087
1088 .job-id {
1089 margin: 0px auto;
1090 width: 100%;
1091 min-width: 480px;
1092 margin-top: 4px;
1093 padding: 0; }
1094
1095 .backup_state {
1096 font-size: 75%; }
1097
1098 .next-resumption {
1099 font-weight: bold; }
1100
1101 .curstage {
1102 border-radius: 4px;
1103 margin-top: 8px;
1104 margin-bottom: 8px;
1105 padding: 4px;
1106 border: 1px solid #AAA;
1107 width: 100%;
1108 position: relative;
1109 text-align: center;
1110 font-style: italic;
1111 line-height: 1.3; }
1112
1113 .curstage .text-center {
1114 margin-bottom: 6px; }
1115
1116 .curstage .progress-updraftcentral {
1117 height: 22px !important; }
1118
1119 .progress-updraftcentral[value]::-webkit-progress-value {
1120 background-color: #F0AD4E !important; }
1121
1122 .progress-updraftcentral[value]::-moz-progress-bar {
1123 background-color: #F0AD4E !important; }
1124
1125 .progress-updraftcentral[value]::-ms-fill {
1126 background-color: #F0AD4E !important; }
1127
1128 #updraftcentral_dashboard .updraft-delete-link,
1129 #updraftcentral_dashboard .updraft-log-link {
1130 display: inline; }
1131
1132 .site {
1133 background-color: transparent; }
1134
1135 /* 6. Dropdown menus */
1136 li.dropdown-submenu > a::before {
1137 display: none; }
1138
1139 /* Don't let TwentySeventeen hide it */
1140 #updraftcentral_dashboard_existingsites_container .dropdown-toggle {
1141 display: block; }
1142
1143 .updraft-dropdown-item {
1144 color: #2B2D2F;
1145 cursor: pointer;
1146 text-align: left;
1147 text-decoration: none; }
1148
1149 .updraft-dropdown-item {
1150 text-decoration: none;
1151 color: #2B2D2F;
1152 -webkit-box-shadow: none;
1153 box-shadow: none;
1154 display: block;
1155 clear: both;
1156 font-weight: bold; }
1157
1158 .updraft-dropdown-item:hover {
1159 color: #2B2D2F;
1160 text-decoration: none; }
1161
1162 .dropdown-item:hover {
1163 background-color: #EEE !important; }
1164
1165 #updraftcentral_dashboard_existingsites ul {
1166 list-style-type: none;
1167 list-style: none; }
1168
1169 /* 7. UpdraftPlus settings */
1170 .updraftcentral_row_extracontents .updraft_site_settings_output select {
1171 margin-right: 10px; }
1172
1173 .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_webdav_settings_url {
1174 width: 100%; }
1175
1176 /*.updraftcentral_row_extracontents .updraft_site_settings_output select#updraft_startday_files {
1177 margin-left: 10px;
1178 }*/
1179 #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output .updraftplus-morefiles-row {
1180 float: left;
1181 clear: left; }
1182
1183 .updraft_site_settings_output {
1184 margin-top: 10px; }
1185
1186 th h2 {
1187 margin-bottom: 0.5em; }
1188
1189 .updraft_site_settings_output .form-table th {
1190 /*width: 25%;*/
1191 text-align: left;
1192 padding: 5px;
1193 vertical-align: top; }
1194
1195 .updraft_site_settings_output .form-table td {
1196 max-width: 100% !important;
1197 padding: 5px 5px 10px 5px; }
1198
1199 #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th img {
1200 width: 100%;
1201 max-width: 150px; }
1202
1203 .updraft_site_settings_output .form-table td img {
1204 width: auto;
1205 max-width: 100%; }
1206
1207 tr.updraftplusmethod.azure td img {
1208 width: 100%;
1209 max-width: 400px; }
1210
1211 .updraft_site_settings_output select {
1212 background: #F7F7F7;
1213 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
1214 border: 1px solid #D1D1D1;
1215 border-radius: 2px;
1216 color: #686868;
1217 padding: 0.625em 0.4375em;
1218 width: auto; }
1219
1220 .updraft_site_settings_output select:focus {
1221 background-color: #FFF;
1222 border-color: #007ACC;
1223 color: #1A1A1A;
1224 outline: 0; }
1225
1226 #updraftcentral_dashboard_existingsites input[type="text"], #updraftcentral_dashboard_existingsites input[type="number"], #updraftcentral_dashboard_existingsites input[type="email"], #updraftcentral_dashboard_existingsites input[type="url"],
1227 #updraftcentral_dashboard_existingsites input[type="password"], #updraftcentral_dashboard_existingsites input[type="search"], #updraftcentral_dashboard_existingsites input[type="tel"],
1228 #updraftcentral_dashboard_existingsites textarea, #updraftcentral_dashboard_existingsites select {
1229 border-radius: 4px;
1230 padding: 2px 6px;
1231 line-height: 30px;
1232 height: 30px;
1233 border: 1px solid #DDD;
1234 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
1235 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
1236 background-color: #FFF;
1237 color: #32373C;
1238 outline: 0;
1239 -webkit-transition: 50ms border-color ease-in-out;
1240 transition: 50ms border-color ease-in-out; }
1241
1242 .updraft_site_settings_output input[type="number"], .updraft_site_settings_output input[type="text"].fix-time {
1243 text-align: center;
1244 width: 68px; }
1245
1246 #updraftcentral_dashboard_existingsites input[type="text"]:focus, #updraftcentral_dashboard_existingsites input[type="number"]:focus, #updraftcentral_dashboard_existingsites input[type="email"]:focus, #updraftcentral_dashboard_existingsites input[type="url"]:focus,
1247 #updraftcentral_dashboard_existingsites input[type="password"]:focus, #updraftcentral_dashboard_existingsites input[type="search"]:focus, #updraftcentral_dashboard_existingsites input[type="tel"]:focus,
1248 #updraftcentral_dashboard_existingsites textarea:focus, #updraftcentral_dashboard_existingsites select:focus {
1249 border-color: #5B9DD9;
1250 -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
1251 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); }
1252
1253 #updraftcentral_dashboard_existingsites .input-group .form-control {
1254 height: 38px;
1255 border-radius: 0px; }
1256
1257 .updraft_site_settings_output h2 {
1258 text-align: left;
1259 margin-top: 1.5em;
1260 font-weight: bold; }
1261
1262 .updraft-fullscreen #updraftcentral_modal_dialog {
1263 background-color: #FFF;
1264 background-color: transparent; }
1265
1266 #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output td, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output table {
1267 border: none; }
1268
1269 button#updraftvault_showoptions, button#updraftvault_connect {
1270 margin-top: 5px; }
1271
1272 /* Remote Storage/Updraft Method Plus */
1273 input#updraft_s3_path {
1274 margin-left: 10px;
1275 margin-right: 0;
1276 width: 93%;
1277 width: 330px; }
1278
1279 .hidden-in-updraftcentral {
1280 display: none; }
1281
1282 /*Commented out the stuff to make the checkboxs look better as it was turing into too much work - do this later not a priority.
1283
1284 .updraft_site_settings_output label {
1285 display: inline-block;
1286 cursor: pointer;
1287 position: relative;
1288 padding-left: 25px;
1289 margin-right: 15px;
1290 font-size: 13px;
1291 }
1292
1293 .updraft_site_settings_output label::before {
1294 content: "";
1295 display: inline-block;
1296 width: 16px;
1297 height: 16px;
1298 margin-right: 10px;
1299 position: absolute;
1300 left: 0;
1301 bottom: 1px;
1302 background-color: #EAEAEA;
1303 border-radius: 4px;
1304 }
1305
1306 label[for=updraft_include_uploads_exclude]::before, label[for=updraft_include_others_exclude]::before, label[for=updraft_include_more_path_0]::before, #updraft_servicecheckbox_updraftvault::before {
1307 display: none;
1308 }
1309
1310 .updraft_site_settings_output input[type=checkbox] {
1311 display: none;
1312 }
1313
1314 .updraft_site_settings_output #remote-storage-container input[type=checkbox] {
1315 display: initial;
1316 }
1317
1318 .updraft_site_settings_output input[type=checkbox] label::before {
1319 border-radius: 3px;
1320 }
1321
1322 .updraft_site_settings_output input[type=checkbox]:checked + label::before {
1323 content: "\2713";
1324 font-size: 15px;
1325 color: #0275d8;
1326 text-align: center;
1327 line-height: 15px;
1328 font-weight: bold;
1329 border-radius: 4px;
1330 } */
1331 #updraft_include_others_exclude input[type="text"], input#updraft_include_uploads_exclude {
1332 width: 80%; }
1333
1334 .updraft_site_settings_output a:hover {
1335 cursor: pointer; }
1336
1337 #updraftvault_settings_default div:nth-child(2), #updraftvault_settings_default div:nth-child(3) {
1338 display: inline-block; }
1339
1340 #updraftvault_settings_default div:nth-child(2) {
1341 margin-right: 20%; }
1342
1343 #updraftvault_settings_default p:last-child {
1344 margin-bottom: 1.5em;
1345 margin-top: 1em; }
1346
1347 #updraftvault_email, #updraftvault_pass, #updraft_dropbox_folder {
1348 width: 330px;
1349 margin-left: 5px; }
1350
1351 #updraftvault_connect_go {
1352 display: block;
1353 margin: 10px 0 0 0; }
1354
1355 #updraft_sftp_settings_key {
1356 height: 105px; }
1357
1358 #updraftvault_settings_showoptions div {
1359 display: inline-block; }
1360
1361 .updraft_site_settings_output div.error, .updraft_site_settings_output p.double-warning {
1362 color: #9C1515; }
1363
1364 .updraft_site_settings_output h2.updraft_settings_sectionheading:nth-child(2) {
1365 border-bottom: 1px solid black; }
1366
1367 .updraft_interval, #updraft_startday_files, .updraft_interval_database, #updraft_startday_db {
1368 margin-bottom: 5px; }
1369
1370 .nav-tab {
1371 float: left;
1372 border: 1px solid #CCC;
1373 border-bottom: none;
1374 margin-left: .5em;
1375 padding: 5px 10px;
1376 font-size: 14px;
1377 line-height: 24px;
1378 background: #E4E4E4;
1379 color: #555;
1380 font-weight: 600;
1381 white-space: nowrap;
1382 text-decoration: none;
1383 outline: 0;
1384 border-radius: 6px 6px 0 0; }
1385
1386 .nav-tab-active, .nav-tab-active:focus, .nav-tab-active:active, .nav-tab-active:focus .nav-tab-active:hover {
1387 border-bottom: 1px solid #F1F1F1;
1388 background: #FFF;
1389 color: #000; }
1390
1391 .nav-tab:focus, .nav-tab:hover {
1392 background-color: #FFF;
1393 color: #464646; }
1394
1395 .updraft_site_settings_output table.form-table:nth-child(1),
1396 .updraft_site_settings_output table.form-table:nth-child(3) {
1397 width: 90%;
1398 margin: 0 auto; }
1399
1400 .updraft_report_another_p {
1401 clear: left; }
1402
1403 .updraft_site_settings_output input, .updraft_site_settings_output select {
1404 margin-bottom: 0 5px; }
1405
1406 .updraft_site_settings_output label, .updraft_site_settings_output input[type="checkbox"] {
1407 cursor: pointer; }
1408
1409 .updraft_site_settings_output a {
1410 text-decoration: underline; }
1411
1412 span.updraftplus-morefiles-row-delete, span.updraft_retain_rules_delete {
1413 cursor: pointer;
1414 color: #F00;
1415 font-size: 100%;
1416 font-weight: bold;
1417 border: 0px;
1418 border-radius: 4px;
1419 padding: 2px;
1420 margin: 0 6px; }
1421
1422 span.updraftplus-morefiles-row-delete:hover, span.updraft_retain_rules_delete:hover {
1423 color: #FFF;
1424 background-color: #F00;
1425 cursor: pointer; }
1426
1427 .updraft_site_settings_output tr#remote_storage_tabs td {
1428 border-bottom: 1px solid #D1D1D1;
1429 padding-bottom: 0; }
1430
1431 #updraft_s3newapiuser_form label {
1432 clear: left;
1433 width: 130px; }
1434
1435 #updraft_s3newapiuser_form input[type="text"], #updraft_s3newapiuser_form select {
1436 width: 310px; }
1437
1438 #updraft_s3newapiuser_form label[for="updraft_s3newapiuser_allowdownload"],
1439 #updraft_s3newapiuser_form label[for="updraft_s3newapiuser_allowdelete"] {
1440 width: 100%; }
1441
1442 #updraft_s3newapiuser_form .updraft_s3newapiuser_textexplain {
1443 margin-right: 5px; }
1444
1445 #updraft_s3newapiuser_form #updraft_s3newapiuser_bucket {
1446 width: 276px; }
1447
1448 .updraft_site_settings_output table tr th h3 {
1449 word-wrap: normal;
1450 white-space: nowrap; }
1451
1452 div#updraft_include_more_options div:nth-child(3), .updraft_report_another_p {
1453 clear: both; }
1454
1455 .updraft_site_settings_output a.nav-tab {
1456 text-decoration: none; }
1457
1458 .updraft-dashicon-big {
1459 color: #000;
1460 float: right;
1461 height: 35px;
1462 width: 35px;
1463 font-size: 35px; }
1464
1465 .updraft_site_settings_output tr[class*="_updraft_remote_storage_border"] {
1466 border-top: 1px solid #CCC; }
1467
1468 .updraft_site_settings_output .updraft_multi_storage_options {
1469 float: right;
1470 clear: right;
1471 margin-bottom: 5px !important; }
1472
1473 /* Expert Settings */
1474 tr.expertmode td input.updraft_split_every {
1475 width: auto; }
1476
1477 /* Paginator Styles */
1478 div.updraftcentral_paginator a.page_prev,
1479 div.updraftcentral_paginator a.page_next {
1480 text-decoration: none; }
1481
1482 div.updraftcentral_paginator a.page_prev > span.dashicons,
1483 div.updraftcentral_paginator a.page_next > span.dashicons {
1484 margin-top: 5px; }
1485
1486 div.updraftcentral_paginator .page_active {
1487 color: black; }
1488
1489 div.updraftcentral_paginator .disabled {
1490 color: grey;
1491 cursor: default; }
1492
1493 #updraftcentral_notice_container .progress {
1494 width: 100%; }
1495
1496 div.updraftcentral_site_selected {
1497 float: right;
1498 font-size: 14px;
1499 color: #FFF;
1500 margin-top: 5px;
1501 margin-right: 20px; }
1502
1503 /* Keyboard Shortcuts Styles */
1504 ul.uc_shortcuts {
1505 list-style: disc;
1506 margin-left: 16px;
1507 height: 210px;
1508 overflow: auto; }
1509
1510 ul.uc_shortcuts > li > span {
1511 font-size: 12px;
1512 color: #777;
1513 margin-left: 10px; }
1514
1515 ul.uc_shortcuts > li > span.uc_change_shortcut {
1516 color: #DF6926;
1517 cursor: pointer; }
1518
1519 ul.uc_shortcuts > li > div.uc_shortcut_elements {
1520 font-size: 12px; }
1521
1522 ul.uc_shortcuts > li > div.uc_shortcut_elements span.uc_new_shortcut {
1523 display: block; }
1524
1525 ul.uc_shortcuts > li > div.uc_shortcut_elements span.uc_new_shortcut > div.uc_tip_wrapper {
1526 padding: 5px;
1527 max-width: 200px;
1528 margin-top: 5px;
1529 font-weight: bold; }
1530
1531 ul.uc_shortcuts > li > div.uc_shortcut_elements input,
1532 ul.uc_shortcuts > li > div.uc_shortcut_elements select,
1533 ul.uc_shortcuts > li > div.uc_shortcut_elements button {
1534 font-size: 12px;
1535 display: inline; }
1536
1537 ul.uc_shortcuts > li > div.uc_shortcut_elements input {
1538 max-width: 50px; }
1539
1540 a.uc_clear_local_shortcuts {
1541 cursor: pointer;
1542 text-decoration: none;
1543 color: #777 !important;
1544 font-size: 13px; }
1545
1546 a.uc_clear_local_shortcuts:hover {
1547 text-decoration: underline; }
1548
1549 div.uc_shortcuts_spacer {
1550 margin-top: 10px; }
1551
1552 div.uc_shortcuts_spinner {
1553 position: absolute;
1554 text-align: center;
1555 left: 45%;
1556 margin-top: -50px; }
1557
1558 div.updraft_site_actions {
1559 display: -webkit-inline-box;
1560 display: -ms-inline-flexbox;
1561 display: inline-flex; }
1562
1563 .updraft-ad-container.updated {
1564 display: inherit !important; }
1565
1566 .tooltip > .tooltip-inner {
1567 background-color: #FFF;
1568 color: #000;
1569 border: 1px solid gray; }
1570
1571 .tooltip.top > .tooltip-arrow,
1572 .tooltip.bottom > .tooltip-arrow,
1573 .tooltip.left > .tooltip-arrow,
1574 .tooltip.right > .tooltip-arrow {
1575 border-top: 1px solid gray; }
1576
1577 .addsite_dialog {
1578 max-width: 660px !important; }
1579
1580 .addsite_dialog #updraftcentral_editsite_expertoptions > h4 {
1581 margin-top: 0; }
1582
1583 .addsite_dialog textarea#updraftcentral_addsite_key {
1584 height: 250px; }
1585
1586 .addsite_dialog .updraftcentral_addsite_help {
1587 margin-top: -10px;
1588 float: right; }
1589
1590 .ui-tabs.ui-tabs-vertical {
1591 padding: 0;
1592 width: 42em; }
1593
1594 .ui-tabs.ui-tabs-vertical .ui-widget-header {
1595 border: none; }
1596
1597 .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
1598 float: left;
1599 width: 135px; }
1600
1601 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
1602 clear: left;
1603 width: 100%;
1604 margin: 0.2em 0;
1605 overflow: hidden;
1606 position: relative;
1607 right: -2px;
1608 z-index: 2; }
1609
1610 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
1611 display: block;
1612 width: 100%;
1613 padding: 0.6em 1em; }
1614
1615 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
1616 cursor: pointer; }
1617
1618 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
1619 margin-bottom: 0.2em;
1620 padding-bottom: 0;
1621 font-weight: bold;
1622 text-decoration: underline; }
1623
1624 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
1625 margin-bottom: 10px; }
1626
1627 .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
1628 float: left;
1629 width: 28em;
1630 position: relative;
1631 left: -1px; }
1632
1633 .updraft-menu-item-container {
1634 position: relative; }
1635
1636 .module-visibility {
1637 position: absolute;
1638 cursor: pointer;
1639 right: 5px;
1640 top: 5px;
1641 padding: 7px;
1642 z-index: 1;
1643 color: #939393; }
1644
1645 .module-visibility > span:hover {
1646 color: white; }
1647
1648 input#updraftcentral_settings_timeout,
1649 .uc-timeouts-label {
1650 float: left; }
1651
1652 input#updraftcentral_settings_timeout {
1653 min-width: 80px !important; }
1654
1655 .uc-timeouts-label {
1656 margin-left: 10px;
1657 margin-top: 4px; }
1658
1659 div.uc-settings-container h3 {
1660 padding-top: 0 !important; }
1661
1662 .uc-timeouts-subheading {
1663 font-size: 16px;
1664 margin-bottom: 10px;
1665 font-weight: normal; }
1666
1667 ul.uc_shortcuts {
1668 margin-top: -40px !important; }
1669
1670 @media (max-width: 670px) {
1671 .module-visibility {
1672 display: block !important;
1673 color: #333; }
1674 .updraft-menu-item,
1675 .updraft-menu-item-links {
1676 display: block; } }
1677
1678 .uc-hidden-modules-close,
1679 .uc-hidden-modules-menu {
1680 cursor: pointer; }
1681
1682 div.updraft-menu-item {
1683 text-align: left; }
1684
1685 div.updraft-menu-item > span.dashicons {
1686 margin-top: 6px;
1687 margin-left: 10px; }
1688
1689 div.updraft-menu-item > span.menu-label {
1690 margin-left: 5px; }
1691
1692 div#updraft-central-navigation-sidebar {
1693 width: 200px; }
1694
1695 div#updraft-central-navigation-sidebar button {
1696 border: none;
1697 text-shadow: none;
1698 -webkit-box-shadow: none;
1699 box-shadow: none; }
1700
1701 div.mobile-menu-backdrop {
1702 opacity: 0.5;
1703 background-color: #000;
1704 height: 100%;
1705 width: 100%;
1706 position: absolute;
1707 z-index: 8; }
1708
1709 div.keyboard_shortcuts_link_container {
1710 margin-top: 15px; }
1711
1712 div.bootbox.modal .modal-dialog {
1713 margin-top: 5%; }
1714
1715 div.bootbox.modal .modal-content {
1716 border: 1px solid #777; }
1717
1718 select.uc_updates_sort {
1719 min-width: 146px; }
1720
1721 #updraftcentral_modal > .uc-settings-container > .updraftcentral_spinner {
1722 z-index: 9999 !important;
1723 position: absolute;
1724 margin-top: 50%;
1725 left: 50%;
1726 margin-left: -13px; }
1727
1728 .injected-spinner {
1729 z-index: 9999 !important;
1730 position: absolute; }
1731
1732 .dashicons-admin-media::before {
1733 width: 24px;
1734 background: url(../images/icons/admin-media-icon.svg) no-repeat center center; }
1735
1736 .dashicons-list-view::before {
1737 width: 24px;
1738 background: url(../images/icons/list-view-icon.svg) no-repeat center center; }
1739
1740 .dashicons-grid-view::before {
1741 width: 24px;
1742 background: url(../images/icons/grid-view-icon.svg) no-repeat center center; }
1743
1744 .dashicons-admin-posts::before {
1745 width: 24px;
1746 background: url(../images/icons/admin-post-icon.svg) no-repeat center center; }
1747
1748 .dashicons-admin-pages::before {
1749 width: 30px;
1750 background: url(../images/icons/admin-page-icon.svg) no-repeat center center; }
1751
1752 .dashicons-welcome-write-blog::before {
1753 width: 30px;
1754 background: url(../images/icons/welcome-write-blog-icon.svg) no-repeat center center; }
1755
1756 .dashicons-yes::before {
1757 width: 24px;
1758 background: url(../images/icons/admin-yes-icon.svg) no-repeat center center; }
1759
1760 .dashicons-search::before {
1761 width: 24px;
1762 background: url(../images/icons/admin-search-icon.svg) no-repeat center center; }
1763
1764 .dashicons-admin-plugins::before {
1765 width: 24px;
1766 background: url(../images/icons/admin-plugins-icon.svg) no-repeat center center; }
1767
1768 .dashicons-admin-appearance::before {
1769 width: 24px;
1770 background: url(../images/icons/admin-appearance-icon.svg) no-repeat center center; }
1771
1772 .dashicons-star-filled::before {
1773 width: 24px;
1774 background: url(../images/icons/admin-star-filled-icon.svg) no-repeat center center; }
1775
1776 .dashicons-star-half::before {
1777 width: 24px;
1778 background: url(../images/icons/admin-star-half-icon.svg) no-repeat center center; }
1779
1780 .dashicons-star-empty::before {
1781 width: 24px;
1782 background: url(../images/icons/admin-star-empty-icon.svg) no-repeat center center; }
1783
1784 #updraftcentral_modal iframe {
1785 display: none; }
1786
1787 .modal-md {
1788 max-width: 650px !important; }
1789
1790 .disabled_cursor {
1791 cursor: not-allowed; }
1792
1793 .uc_site_filter_sites_container > .select2.select2-container {
1794 width: 100% !important; }
1795
1796 input.select2-search__field {
1797 outline: none !important;
1798 border: 0px !important;
1799 font-size: 14px !important; }
1800
1801 input.select2-search__field:focus,
1802 input.select2-search__field:hover {
1803 webkit-box-shadow: none !important;
1804 -webkit-box-shadow: none !important;
1805 box-shadow: none !important;
1806 outline: 0 !important; }
1807
1808 .uc_site_filter_sites_container .select2-selection__rendered {
1809 padding-left: 5px !important;
1810 padding-right: 5px !important; }
1811
1812 #updraftcentral_modal.modal-body em > h3,
1813 #updraftcentral_modal.modal-body em > h4 {
1814 padding-top: 5px !important; }
1815
1816 .updraft-menu-item .dashicons::before,
1817 .updraftcentral_row_site_buttons .dashicons::before {
1818 height: 20px;
1819 display: inline-block; }
1820
1821 #backupnow_includefiles_moreoptions > label.updraft_checkbox {
1822 display: block; }
1823
1824 div.bootbox.modal .modal-footer > button {
1825 text-transform: initial; }
1826
1827 .drag-drop #drag-drop-area {
1828 border: 4px dashed #DDD;
1829 position: relative;
1830 height: auto !important;
1831 padding-bottom: 20px; }
1832
1833 .drag-drop .drag-drop-inside p {
1834 color: #A0A5AA;
1835 margin-bottom: 0 !important; }
1836
1837 .drag-drop .drag-drop-inside {
1838 text-align: center;
1839 color: #A0A5AA; }
1840
1841 .drag-drop .drag-drop-inside p.drag-drop-info {
1842 font-size: 20px;
1843 margin-top: 10px; }
1844
1845 .uc-install-help {
1846 text-align: left;
1847 margin-bottom: 6px; }
1848
1849 #uc-install-status {
1850 margin-bottom: 20px; }
1851
1852 #filelist {
1853 width: 100%; }
1854
1855 #filelist .file {
1856 padding: 5px;
1857 background: #ECECEC;
1858 border: solid 1px #CCC;
1859 margin: 4px 0; }
1860
1861 #filelist .fileprogress {
1862 width: 0%;
1863 background: #F6A828;
1864 height: 5px; }
1865
1866 #updraftcentral_dashboard #updraftcentral_dashboard_export_settings.btn {
1867 border-radius: 50%;
1868 width: 55px;
1869 height: 55px;
1870 font: 0/0 a;
1871 padding: 10px; }
1872
1873 #updraftcentral_dashboard #updraftcentral_dashboard_export_settings.btn {
1874 padding-left: 13px; }
1875
1876 #wpoptimize_table_list .run-single-table-optimization,
1877 #wpoptimize_table_list .run-single-table-delete {
1878 width: 87px;
1879 border: 0 none;
1880 font-size: 0.938rem;
1881 font-family: "Source Sans Pro", roboto, "Helvetica Neue", arial, sans-serif;
1882 font-weight: 300;
1883 border-radius: 3px;
1884 padding: .4rem 1rem;
1885 line-height: 1.5;
1886 display: inline-block;
1887 border-radius: 3px;
1888 color: #FFF !important; }
1889
1890 #wpoptimize_table_list .run-single-table-optimization {
1891 background-color: #94979F !important; }
1892
1893 #wpoptimize_table_list .run-single-table-delete {
1894 background-color: #DE6726 !important; }
1895
1896 span.uc_updates_perpage {
1897 float: right;
1898 margin-left: 20px;
1899 margin-top: -5px; }
1900
1901 span.uc_updates_perpage > select {
1902 width: 130px; }
1903
1904 #updraftcentral_dashboard input[type="checkbox"] {
1905 display: inline-block;
1906 border: 1px solid #DE6726 !important;
1907 background: #FFF;
1908 color: #555;
1909 clear: none;
1910 cursor: pointer;
1911 display: inline-block;
1912 line-height: 0;
1913 height: 20px;
1914 margin: -4px 4px 0 0 !important;
1915 outline: 0;
1916 padding: 0 !important;
1917 text-align: center;
1918 vertical-align: middle;
1919 width: 20px;
1920 min-width: 20px;
1921 -webkit-appearance: none !important;
1922 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1923 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1924 -webkit-transition: .05s border-color ease-in-out;
1925 transition: .05s border-color ease-in-out; }
1926
1927 #updraftcentral_dashboard input[type="checkbox"]:checked::before {
1928 content: "\f147";
1929 margin: -3px 0 0 -5px;
1930 color: #DE6726;
1931 cursor: pointer;
1932 float: left;
1933 display: inline-block;
1934 vertical-align: middle;
1935 width: 20px;
1936 font: normal 26px/1 dashicons;
1937 speak: none;
1938 -webkit-font-smoothing: antialiased;
1939 -moz-osx-font-smoothing: grayscale; }
1940
1941 #updraftcentral_dashboard input[type="checkbox"]:focus {
1942 border-color: #9F4818 !important;
1943 -webkit-box-shadow: 0 0 0 1px #FFF, 0 0 0 3px rgba(0, 0, 0, 0.17);
1944 box-shadow: 0 0 0 1px #FFF, 0 0 0 3px rgba(0, 0, 0, 0.17); }
1945
1946 #updraftcentral_dashboard a {
1947 cursor: pointer; }
1948
1949 .uc-activate-shortcuts-checkbox {
1950 display: inline;
1951 width: 50%; }
1952
1953 .uc-configure-shortcuts-link {
1954 display: inline;
1955 width: 50%;
1956 float: right; }
1957
1958 .uc-shortcuts-activate-container {
1959 margin-bottom: 15px; }
1960
1961 @media screen and (min-width: 671px) {
1962 div#updraft-central-navigation-sidebar {
1963 position: relative; } }
1964
1965 @media screen and (max-width: 670px) {
1966 div.updraft-menu-item-links {
1967 display: inherit; }
1968 div.updraft-menu-item > span.menu-label {
1969 display: inline !important; }
1970 div#updraft-menu-item-all {
1971 text-align: center; }
1972 #updraftcentral_dashboard {
1973 overflow: hidden !important; }
1974 #updraft-central-navigation-sidebar {
1975 position: absolute;
1976 z-index: 10;
1977 height: 100%;
1978 background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFF));
1979 background: linear-gradient(to bottom, #F5F5F5 0%, #FFF 100%);
1980 -webkit-transform: translate(-200px, 0px);
1981 transform: translate(-200px, 0px);
1982 -webkit-transition: all 0.25s ease-in-out;
1983 transition: all 0.25s ease-in-out; }
1984 #updraft-central-navigation-sidebar.active {
1985 -webkit-transform: translate(0%, 0px);
1986 transform: translate(0%, 0px);
1987 -webkit-transition: all 0.25s ease-in-out;
1988 transition: all 0.25s ease-in-out; } }
1989
1990 #updraftcentral_dashboard input[id*="updraft_webdav_masked_url"].updraft_input--wide {
1991 max-width: 600px;
1992 width: 100%; }
1993
1994 #updraftcentral_dashboard_existingsites_container,
1995 #updraftcentral_dashboard_existingsites {
1996 padding-bottom: 40px !important; }
1997
1998 .updraftcentral-fill-view,
1999 .updraftcentral-fill-view::before {
2000 background: none !important;
2001 background-image: none !important; }
2002
2003 .updraftcentral-fill-view h1,
2004 .updraftcentral-fill-view h2,
2005 .updraftcentral-fill-view h3,
2006 .updraftcentral-fill-view h4,
2007 .updraftcentral-fill-view h5,
2008 .updraftcentral-fill-view h6 {
2009 text-shadow: none !important; }
2010
2011 .updraftcentral-fill-view button,
2012 .updraftcentral-fill-view input[type="button"],
2013 .updraftcentral-fill-view input[type="reset"],
2014 .updraftcentral-fill-view input[type="submit"],
2015 .updraftcentral-fill-view select {
2016 -webkit-box-shadow: none !important;
2017 box-shadow: none !important;
2018 text-shadow: none !important; }
2019
2020 .updraftcentral-fill-view header,
2021 .updraftcentral-fill-view main,
2022 .updraftcentral-fill-view footer {
2023 display: none !important; }
2024
2025 .updraftcentral-fill-view .updraft-menu-item-container button {
2026 border-radius: 0 !important; }
2027
2028 .updraftcentral-fill-view .updraft-central-sidebar-button-icon {
2029 -webkit-box-shadow: none !important;
2030 box-shadow: none !important; }
2031
2032 .updraftcentral-fill-view #wrapper,
2033 .updraftcentral-fill-view #content {
2034 width: 100% !important; }
2035
2036 #updraftcentral_dashboard #updraft-central-sidebar-button:focus .updraft-central-sidebar-button-icon {
2037 -webkit-box-shadow: none !important;
2038 box-shadow: none !important; }
2039
2040 #updraftcentral_dashboard #updraft-central-sidebar-button {
2041 padding: 0 !important; }
2042
2043 .uc-icon-proxy {
2044 width: 18px;
2045 height: 24px;
2046 display: block;
2047 position: absolute;
2048 z-index: 999;
2049 top: 50%;
2050 margin-top: -14px; }
2051
2052 .updraft-sub-menu-icon {
2053 margin-left: 5px;
2054 font-size: 12px; }
2055
2056 .updraft-sub-menu {
2057 padding-bottom: 5px;
2058 margin-top: -5px;
2059 text-transform: uppercase; }
2060
2061 .updraft-sub-menu > ul {
2062 list-style-type: none;
2063 padding: 0;
2064 margin: 0;
2065 width: 90%;
2066 margin-left: 23px !important;
2067 margin-bottom: 0 !important; }
2068
2069 .updraft-sub-menu > ul > li {
2070 line-height: 16px;
2071 padding: 3px;
2072 font-size: 13px; }
2073
2074 .uc_shortcut_elements select {
2075 width: auto !important; }
2076
2077 .uc_shortcut_elements button {
2078 margin-top: -7px !important;
2079 height: 34px !important;
2080 padding-top: 5px !important; }
2081
2082 .updraft-sub-menu-bullet {
2083 font-size: 14px;
2084 margin-top: 2px; }
2085
2086 #updraftcentral_dashboard input[type=checkbox]:checked:after,
2087 #updraftcentral_dashboard input[type=radio]:checked:after,
2088 #updraftcentral_modal_dialog input[type=checkbox]:checked:after,
2089 #updraftcentral_modal_dialog input[type=radio]:checked:after,
2090 .bootbox.modal input[type=checkbox]:checked:after,
2091 .bootbox.modal input[type=radio]:checked:after {
2092 opacity: 0 !important; }
2093
2094 .uc-editor-choice-container label {
2095 padding-left: 0 !important;
2096 margin-left: 0; }
2097
2098 .uc_site_alert_icon {
2099 color: red;
2100 margin-top: 4px;
2101 margin-left: 10px;
2102 font-size: 25px; }
2103
2104 .updraft_updates_count_container {
2105 font-size: 16px; }
2106
2107 .updraft_updates_count_label {
2108 display: block;
2109 font-size: 14px !important; }
2110
2111 .updraft_updates_count_item {
2112 font-size: 14px !important; }
2113
2114 .updraft_updates_count {
2115 margin-left: 5px; }
2116
2117 .updates_count_container_hidden,
2118 .updates_count_item_hidden {
2119 display: none !important; }
2120
2121 .dashicons-events::before {
2122 width: 24px;
2123 background: url(../images/icons/events-icon.svg) no-repeat center center; }
2124
2125 #updraftcentral_panel_events {
2126 padding: 25px;
2127 border: 1px solid #EAEDF0;
2128 border-radius: 0;
2129 background: #FFF;
2130 padding: 40px; }
2131
2132 #updraftcentral_events_table_wrapper input[type="search"] {
2133 display: inherit;
2134 width: auto; }
2135
2136 #updraftcentral_events_table_wrapper select[name="updraftcentral_events_table_length"] {
2137 width: auto; }
2138
2139 #updraftcentral_events_table_wrapper td {
2140 padding: 10px 18px !important; }
2141
2142 #updraftcentral_events_table_wrapper .paginate_button {
2143 -webkit-box-sizing: border-box;
2144 box-sizing: border-box;
2145 display: inline-block;
2146 min-width: 1.5em;
2147 padding: .5em 1em;
2148 margin-left: 2px;
2149 text-align: center;
2150 text-decoration: none !important;
2151 cursor: pointer;
2152 cursor: hand;
2153 color: #333 !important;
2154 border-radius: 2px;
2155 padding: 5px 10px !important; }
2156
2157 #updraftcentral_events_table_wrapper .paginate_button:hover {
2158 color: white !important;
2159 border: 1px solid #111 !important;
2160 background-color: #585858 !important;
2161 background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
2162 background: linear-gradient(to bottom, #585858 0%, #111 100%); }
2163
2164 table#updraftcentral_events_table {
2165 border: 1px solid #CCC !important; }
2166
2167 table#updraftcentral_events_table thead > tr > td {
2168 text-align: left !important; }
2169
2170 .updraftcentral_events_result_data {
2171 word-break: break-all;
2172 word-wrap: break-word; }
2173
2174 #updraftcentral_events_table_paginate .paginate_button:hover {
2175 background: #B5521C !important; }
2176
2177 .uc-activate-load-checkbox {
2178 margin-bottom: 10px; }
2179