| 1 |
#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_cloudfiles_newapiuser { |
| 2 |
display: inherit; } |
| 3 |
|
| 4 |
#updraftcentral_modal .form-table, .modal-dialog .form-table th, .modal-dialog .form-table td { |
| 5 |
border: none; } |
| 6 |
|
| 7 |
#updraftcentral_modal .form-table th { |
| 8 |
vertical-align: top; } |
| 9 |
|
| 10 |
#updraftcentral_modal .form-table td { |
| 11 |
vertical-align: bottom; } |
| 12 |
|
| 13 |
#updraftcentral_modal .form-table label { |
| 14 |
margin-top: 0px; } |
| 15 |
|
| 16 |
#updraft_backupextradbs { |
| 17 |
display: block; } |
| 18 |
|
| 19 |
#updraft_backupextradbs .updraft_backupextradbs_row_delete { |
| 20 |
float: right; |
| 21 |
background-color: transparent !important; |
| 22 |
border: none; |
| 23 |
color: black; } |
| 24 |
|
| 25 |
#updraft_backupextradbs .updraft_backupextradbs_row_delete:hover { |
| 26 |
color: black; } |
| 27 |
|
| 28 |
#updraft_backupextradbs .updraft_backupextradbs_row { |
| 29 |
display: block; } |
| 30 |
|
| 31 |
#updraft_backupextradbs .updraft_backupextradbs_row_label { |
| 32 |
display: block; |
| 33 |
margin: 0; } |
| 34 |
|
| 35 |
#updraft_backupextradbs .updraft_backupextradbs_row_textinput { |
| 36 |
display: block; |
| 37 |
margin-bottom: 8px; } |
| 38 |
|
| 39 |
#updraft_backupextradbs .updraft_backupextradbs_row_test { |
| 40 |
margin-bottom: 16px; } |
| 41 |
|
| 42 |
#updraft_report_cell .updraft_reportbox { |
| 43 |
padding: 10px; |
| 44 |
border: 1px solid #EAEAEA; |
| 45 |
position: relative; |
| 46 |
margin-bottom: 10px; } |
| 47 |
|
| 48 |
#updraft_report_cell .updraft_reportbox_delete { |
| 49 |
color: black; |
| 50 |
background-color: transparent !important; |
| 51 |
border: none; |
| 52 |
position: absolute; |
| 53 |
right: 0; |
| 54 |
top: 0; |
| 55 |
padding: 6px; } |
| 56 |
|
| 57 |
#updraft_report_cell .updraft_reportbox_delete:hover { |
| 58 |
color: #777; } |
| 59 |
|
| 60 |
#updraft_report_cell .updraft_report_dbbackup.updraft_report_disabled, |
| 61 |
#updraft_report_cell .updraft_report_dbbackup.updraft_report_disabled label { |
| 62 |
color: #CCC; } |
| 63 |
|
| 64 |
.updraft_icon_link .dashicons, |
| 65 |
.updraft_report_another .dashicons { |
| 66 |
margin-right: 8px; |
| 67 |
margin-top: 4px; } |
| 68 |
|
| 69 |
#updraftcentral_dashboard .backup-schedule select { |
| 70 |
width: auto; } |
| 71 |
|
| 72 |
#updraftcentral_dashboard input.fix-time, |
| 73 |
#updraftcentral_dashboard input.retain-files, |
| 74 |
#updraftcentral_dashboard input.additional-rule-width { |
| 75 |
width: 60px; } |
| 76 |
|
| 77 |
.updraft_site_settings_output label { |
| 78 |
display: inline; } |
| 79 |
|
| 80 |
.updraft_site_settings_output label.updraft_checkbox { |
| 81 |
display: block; } |
| 82 |
|
| 83 |
.updraft_site_settings_output #updraft_webdav_host_error { |
| 84 |
display: none; |
| 85 |
color: red; } |
| 86 |
|
| 87 |
#backupnow_includefiles_moreoptions, #backupnow_database_moreoptions, #backupnow_includecloud_moreoptions { |
| 88 |
margin: 4px 16px 6px 16px; |
| 89 |
border: 1px dotted; |
| 90 |
padding: 6px 10px; } |
| 91 |
|
| 92 |
#backupnow_includefiles_moreoptions label, #backupnow_database_moreoptions label { |
| 93 |
margin-top: 10px; } |
| 94 |
|
| 95 |
#backupnow_database_moreoptions, #backupnow_includecloud_moreoptions { |
| 96 |
max-height: 250px; |
| 97 |
overflow: auto; } |
| 98 |
|
| 99 |
.hide-backup-data { |
| 100 |
display: none; } |
| 101 |
|
| 102 |
a.show-backup-data { |
| 103 |
display: block; |
| 104 |
text-decoration: none; |
| 105 |
font-size: 15px; } |
| 106 |
|
| 107 |
a.show-backup-data > span { |
| 108 |
font-size: 30px; |
| 109 |
margin-top: -3px; |
| 110 |
margin-right: 4px; |
| 111 |
color: #DF6926; } |
| 112 |
|
| 113 |
a.show-backup-data:hover, |
| 114 |
.updraft_existing_backups_row a:hover { |
| 115 |
text-decoration: none !important; |
| 116 |
cursor: pointer; } |
| 117 |
|
| 118 |
div.backup_date_label > div { |
| 119 |
margin-right: 0px; } |
| 120 |
|
| 121 |
div.delete-backup-container { |
| 122 |
float: left; |
| 123 |
margin-left: 10px; |
| 124 |
margin-right: 10px; } |
| 125 |
|
| 126 |
table.existing-backups-table tr > td { |
| 127 |
vertical-align: top; |
| 128 |
font-size: 16px; } |
| 129 |
|
| 130 |
tr.updraft_existing_backups_row div.restore-button, |
| 131 |
tr.updraft_existing_backups_row div.updraftplus-upload, |
| 132 |
tr.updraft_existing_backups_row div.updraftplus-remove, |
| 133 |
tr.updraft_existing_backups_row div.updraft-viewlogdiv { |
| 134 |
float: left; |
| 135 |
clear: none; } |
| 136 |
|
| 137 |
tr.updraft_existing_backups_row div.updraftplus-upload { |
| 138 |
margin-top: 5px; } |
| 139 |
|
| 140 |
tr.updraft_existing_backups_row div.restore-button button, |
| 141 |
tr.updraft_existing_backups_row div.updraftplus-remove a, |
| 142 |
tr.updraft_existing_backups_row div.updraft-viewlogdiv a { |
| 143 |
height: 31px; } |
| 144 |
|
| 145 |
tr.updraft_existing_backups_row div.restore-button button { |
| 146 |
margin-top: -1px; } |
| 147 |
|
| 148 |
button#btn-backup-bulk-delete { |
| 149 |
margin-top: -15px; } |
| 150 |
|
| 151 |
div.backup_date_label > img.stored_icon { |
| 152 |
width: 25px; } |
| 153 |
|
| 154 |
#updraftcentral_modal .incremental-backups-only, #updraftcentral_modal .incremental-free-only { |
| 155 |
display: none; } |
| 156 |
|