| 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 |
|
| 157 |
.updraft_site_settings_output .conditional_remote_backup select.logic_type { |
| 158 |
width: 400px !important; } |
| 159 |
|
| 160 |
.updraft_site_settings_output .conditional_remote_backup div.logic ul.rules li > select { |
| 161 |
width: auto !important; } |
| 162 |
|
| 163 |
.updraft_site_settings_output .conditional_remote_backup div.logic ul.rules span svg { |
| 164 |
width: 20px; |
| 165 |
vertical-align: middle; |
| 166 |
cursor: pointer; } |
| 167 |
|
| 168 |
.updraft_site_settings_output .conditional_remote_backup div.logic ul.rules span svg > line { |
| 169 |
stroke: #DE6726 !important; } |
| 170 |
|
| 171 |
tr.updraft_existing_backups_row div.updraftplus-upload { |
| 172 |
float: none !important; } |
| 173 |
|
| 174 |
#updraftcentral_dashboard_existingsites .updraft_existing_backups_row a.show-backup-data { |
| 175 |
border-bottom: none !important; } |
| 176 |
|
| 177 |
tr.updraft_existing_backups_row div.updraftplus-upload { |
| 178 |
margin-top: 0 !important; } |
| 179 |
|
| 180 |
#updraftcentral_dashboard .restore-button .button-primary, |
| 181 |
#updraftcentral_dashboard .updraftplus-upload .button-primary, |
| 182 |
#updraftcentral_dashboard .updraftplus-remove .no-decoration, |
| 183 |
#updraftcentral_dashboard .updraft-viewlogdiv .no-decoration { |
| 184 |
margin: 0 5px 5px 0 !important; } |
| 185 |
|
| 186 |
.updraft_existing_backups_row .before-restore-button .button { |
| 187 |
width: 80px !important; } |
| 188 |
|
| 189 |
#updraftcentral_dashboard .updraftplus-upload .updraft-upload-link { |
| 190 |
width: auto; |
| 191 |
border: 0 none; |
| 192 |
font-size: 0.938rem; |
| 193 |
font-weight: 400; |
| 194 |
border-radius: 3px; |
| 195 |
padding: .4rem 1rem; |
| 196 |
line-height: 1.5; |
| 197 |
display: inline-block; |
| 198 |
border-radius: 3px; |
| 199 |
height: auto; |
| 200 |
float: none; } |
| 201 |
|
| 202 |
#backupnow_always_keep_container > label { |
| 203 |
display: inline; |
| 204 |
margin-left: 0; |
| 205 |
padding-left: 0; } |
| 206 |
|
| 207 |
.backup-now #updraftcentral_modal label, |
| 208 |
.backup-now #updraftcentral_modal em { |
| 209 |
vertical-align: unset !important; } |
| 210 |
|
| 211 |
#remote-storage-holder > tr.updraftplusmethod div.error { |
| 212 |
margin-bottom: 10px; } |
| 213 |
|
| 214 |
#remote-storage-holder > tr.updraftplusmethod div.error:not(.notice) { |
| 215 |
display: none !important; } |
| 216 |
|
| 217 |
#remote-storage-holder input.updraft_edit_label_instance:focus { |
| 218 |
outline: none !important; |
| 219 |
border: 1px solid #DE6726 !important; } |
| 220 |
|
| 221 |
#remote-storage-holder h3.updraft_edit_label_instance { |
| 222 |
text-transform: none !important; } |
| 223 |
|
| 224 |
#remote-storage-holder > tr.updraftplusmethod div.updraft_multi_storage_options { |
| 225 |
float: right !important; } |
| 226 |
|
| 227 |
#remote-storage-holder tr.updraftplusmethod input, |
| 228 |
#remote-storage-holder tr.updraftplusmethod select, |
| 229 |
#remote-storage-holder tr.updraftplusmethod textarea { |
| 230 |
max-width: 100% !important; } |
| 231 |
|
| 232 |
#remote-storage-holder .udc-wd-600 { |
| 233 |
width: 600px !important; } |
| 234 |
|
| 235 |
#remote-storage-holder .udc-ta-left { |
| 236 |
text-align: left !important; } |
| 237 |
|
| 238 |
#remote-storage-holder tr.pcloud_pre_config_container img { |
| 239 |
width: 250px; } |
| 240 |
|
| 241 |
[id^="updraftplus_manual_authorisation_template_"] .updraftplus_spinner { |
| 242 |
display: none; } |
| 243 |
|
| 244 |
@media (min-width: 1025px) { |
| 245 |
tr.updraft_existing_backups_row div.updraftplus-upload { |
| 246 |
float: left !important; } |
| 247 |
.updraft_existing_backups_row .updraft_existingbackup_storage { |
| 248 |
display: none !important; } |
| 249 |
.updraft_existing_backups_row .updraft_existingbackup_date { |
| 250 |
width: 20%; } |
| 251 |
.updraft_existing_backups_row .updraft_existingbackup_data { |
| 252 |
width: 40%; } |
| 253 |
.updraft_existing_backups_row .before-restore-button { |
| 254 |
width: 40%; } } |
| 255 |
|
| 256 |
@media (max-width: 415px) { |
| 257 |
#updraftcentral_dashboard .updraftplus-remove { |
| 258 |
margin-top: 0 !important; |
| 259 |
padding: 0 !important; } } |
| 260 |
|