| 1 |
/* |
| 2 |
* CSS for the 'updates' module goes in here |
| 3 |
*/ |
| 4 |
@media screen and (min-width: 1001px) { |
| 5 |
.entry-content #updraftcentral_dashboard .updates_table_container .plugin-name { |
| 6 |
white-space: nowrap; } } |
| 7 |
|
| 8 |
#updates-sections { |
| 9 |
padding: 8px; |
| 10 |
max-height: 200px; |
| 11 |
overflow: auto; } |
| 12 |
|
| 13 |
.updraftcentral_dashboard .update-failure-messages-text, .updraftcentral_dashboard .update-in-progress { |
| 14 |
display: none; } |
| 15 |
|
| 16 |
#updates-sections .updates-section:not(:first-child) { |
| 17 |
display: none; } |
| 18 |
|
| 19 |
.request-filesystem-credentials-dialog #request-filesystem-credentials-title { |
| 20 |
display: none; } |
| 21 |
|
| 22 |
.request-filesystem-credentials-dialog label, |
| 23 |
.request-filesystem-credentials-dialog input[type="password"], |
| 24 |
.request-filesystem-credentials-dialog input[type="text"] { |
| 25 |
width: 100%; |
| 26 |
display: block; } |
| 27 |
|
| 28 |
.request-filesystem-credentials-dialog .field-title { |
| 29 |
font-weight: 600; } |
| 30 |
|
| 31 |
.request-filesystem-credentials-dialog .ftp-username, |
| 32 |
.request-filesystem-credentials-dialog .ftp-password { |
| 33 |
float: left; |
| 34 |
width: 50%; } |
| 35 |
|
| 36 |
.request-filesystem-credentials-dialog .ftp-username { |
| 37 |
padding-right: 16px; } |
| 38 |
|
| 39 |
.request-filesystem-credentials-dialog fieldset { |
| 40 |
clear: left; } |
| 41 |
|
| 42 |
.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons, |
| 43 |
.request-filesystem-credentials-dialog input[type="submit"], |
| 44 |
.request-filesystem-credentials-dialog .cancel-button { |
| 45 |
display: none; } |
| 46 |
|
| 47 |
div#request-filesystem-credentials-form fieldset > label { |
| 48 |
width: initial; |
| 49 |
display: inline; |
| 50 |
margin-right: 15px; } |
| 51 |
|
| 52 |
#uc_task_progress .ui-progressbar { |
| 53 |
height: 2em; |
| 54 |
text-align: left; |
| 55 |
overflow: hidden; } |
| 56 |
|
| 57 |
#uc_task_progress .ui-progressbar .ui-progressbar-value { |
| 58 |
margin: -1px; |
| 59 |
height: 100%; |
| 60 |
background-color: #CCC; } |
| 61 |
|
| 62 |
#uc_task_progress { |
| 63 |
font-size: 11px; |
| 64 |
font-weight: bold; |
| 65 |
margin-top: 7px; } |
| 66 |
|
| 67 |
#uc_task_progress_bar { |
| 68 |
border: 1px solid #777; } |
| 69 |
|
| 70 |
#uc_task_progress_status { |
| 71 |
font-style: italic; |
| 72 |
z-index: 2; |
| 73 |
position: absolute; |
| 74 |
margin: 0 auto; |
| 75 |
width: 100%; |
| 76 |
text-align: center; } |
| 77 |
|
| 78 |
div.updates_table_container button#btn-reset-filter { |
| 79 |
margin-left: 7px; } |
| 80 |
|
| 81 |
div.updates_table_container #btn-reload-updates { |
| 82 |
float: right; |
| 83 |
margin-top: 6px; } |
| 84 |
|
| 85 |
div.updates_table_container select.uc_updates_sort, |
| 86 |
div.updates_table_container span.filter_spacer { |
| 87 |
margin-right: 7px; } |
| 88 |
|
| 89 |
#updates_container div.updraft_updates_output { |
| 90 |
background-color: #FFF; |
| 91 |
border-radius: 6px; |
| 92 |
padding: 20px; } |
| 93 |
|
| 94 |
#updates_container .updates_table_container { |
| 95 |
overflow-x: hidden; } |
| 96 |
|
| 97 |
#updates_container .updates_table_container > h4 { |
| 98 |
font-weight: bold; |
| 99 |
margin-top: 0px; } |
| 100 |
|
| 101 |
#updates_container div.updraftcentral_table { |
| 102 |
display: none; } |
| 103 |
|
| 104 |
#updates_container div.updraftcentral_table div#no_matching_items > div { |
| 105 |
text-align: center; } |
| 106 |
|
| 107 |
#updates_container .filter-by-keyword-container { |
| 108 |
margin-top: 7px; } |
| 109 |
|
| 110 |
#updates_container .filter_type { |
| 111 |
margin-top: 8px; } |
| 112 |
|
| 113 |
#updates_container div.updraftcentral_table div.updates-update > div { |
| 114 |
padding-top: 3px; |
| 115 |
padding-bottom: 3px; } |
| 116 |
|
| 117 |
#updates_container .uc_updates_paginator { |
| 118 |
float: right; } |
| 119 |
|
| 120 |
#updates_container span.uc_updates_paginator a.disabled { |
| 121 |
text-decoration: none; |
| 122 |
color: #AAA; |
| 123 |
cursor: default; } |
| 124 |
|
| 125 |
#updates_container div.updates_table_container.mass_updates div.updraftcentral_table, |
| 126 |
#updates_container div.updates_table_container.mass_updates select, |
| 127 |
#updates_container div.updates_table_container.mass_updates input, |
| 128 |
#updates_container div.updates_table_container.mass_updates .filter-elements span { |
| 129 |
font-size: 16px; } |
| 130 |
|
| 131 |
#updates_container div.updates_table_container.mass_updates div.updraftcentral_table .thead > div { |
| 132 |
font-size: 16px; |
| 133 |
text-transform: uppercase; } |
| 134 |
|
| 135 |
#updates_container div.updates_table_container.mass_updates label.sort-label, |
| 136 |
#updates_container div.updates_table_container.mass_updates label.filter-label { |
| 137 |
font-weight: normal; |
| 138 |
font-size: 18px; |
| 139 |
text-transform: uppercase; } |
| 140 |
|
| 141 |
#updates_container div.updates_table_container.mass_updates .filter-elements { |
| 142 |
margin-top: -7px; } |
| 143 |
|
| 144 |
#updates_container div.updates-update .website-host { |
| 145 |
font-size: 12px; |
| 146 |
color: #777; } |
| 147 |
|
| 148 |
#updates_container div.updates-update .website-upgrade-to { |
| 149 |
font-size: 13px; } |
| 150 |
|
| 151 |
#updates_container .filter-type { |
| 152 |
line-height: 1em; } |
| 153 |
|
| 154 |
#updates_container div.updates-update span.core-name, |
| 155 |
#updates_container div.updates-update span.core-version, |
| 156 |
#updates_container div.updates-update span.plugin-name, |
| 157 |
#updates_container div.updates-update span.plugin-version, |
| 158 |
#updates_container div.updates-update span.theme-name, |
| 159 |
#updates_container div.updates-update span.theme-version { |
| 160 |
display: block; |
| 161 |
margin-top: 0px; } |
| 162 |
|
| 163 |
#updates_container div.updates-update button.update-info { |
| 164 |
margin-top: 0px; } |
| 165 |
|
| 166 |
#updates_container div.updraftcentral_table .remove-pad-left { |
| 167 |
padding-left: 0px; } |
| 168 |
|
| 169 |
#updates_container div.updraftcentral_table .remove-pad-right { |
| 170 |
padding-right: 0px; } |
| 171 |
|
| 172 |
#updates_container div.updates_table_container.mass_updates select.uc_updates_sort { |
| 173 |
width: 100%; } |
| 174 |
|
| 175 |
#updates_container div.updates_table_container.mass_updates .filter-by-keyword-container input { |
| 176 |
font-size: 14px; |
| 177 |
width: 100%; |
| 178 |
margin-bottom: 8px; } |
| 179 |
|
| 180 |
#updates_container div.updates_table_container.mass_updates .uc_updates_buttons { |
| 181 |
text-align: left; } |
| 182 |
|
| 183 |
#updates_container div.updates_table_container.mass_updates .progress-section { |
| 184 |
margin-bottom: 10px; } |
| 185 |
|
| 186 |
#updates_container div.updates_table_container.mass_updates .uc_updates_buttons button { |
| 187 |
margin-bottom: 7px; } |
| 188 |
|
| 189 |
#updates_container div.updraftcentral_table .thead { |
| 190 |
border-bottom: 1px solid #CCC; |
| 191 |
padding-bottom: 5px; |
| 192 |
margin-bottom: 5px; } |
| 193 |
|
| 194 |
#updates_container div.updraftcentral_table .chk-col { |
| 195 |
max-width: 40px; } |
| 196 |
|
| 197 |
#updates_container div.update-unavailable, |
| 198 |
.updates_table_container div.update-unavailable { |
| 199 |
font-size: 12px; |
| 200 |
color: #777; } |
| 201 |
|
| 202 |
div.updates_table_container #btn-reload-updates > span { |
| 203 |
cursor: pointer; } |
| 204 |
|
| 205 |
.translation-updates-container { |
| 206 |
height: 300px; |
| 207 |
overflow: auto; } |
| 208 |
|
| 209 |
.translation-updates-container table td, |
| 210 |
.translation-updates-container table th { |
| 211 |
padding: 0.5em; |
| 212 |
border: 1px solid #767676; |
| 213 |
word-break: break-all; } |
| 214 |
|
| 215 |
.updates-translation-update .translation-count { |
| 216 |
text-transform: lowercase !important; } |
| 217 |
|
| 218 |
div.updates_table_container #updates_backup_choice_label { |
| 219 |
margin-left: 20px; } |
| 220 |
|
| 221 |
div.updates_table_container #updates_backup_choice_dropdown { |
| 222 |
width: auto; |
| 223 |
vertical-align: middle; |
| 224 |
margin-top: 16px; |
| 225 |
margin-left: 10px; } |
| 226 |
|
| 227 |
div.updates_table_container #updates_view_queued_items { |
| 228 |
margin-left: 20px; |
| 229 |
cursor: pointer; } |
| 230 |
|
| 231 |
div.updates_table_container #updates_queue_selected_items { |
| 232 |
margin-right: 15px; } |
| 233 |
|
| 234 |
div.updates_table_container #updates_queue_selected_items > a, |
| 235 |
div.updates_table_container #updates_dequeue_selected_items > a { |
| 236 |
text-transform: initial; |
| 237 |
cursor: pointer; } |
| 238 |
|
| 239 |
div#updraftcentral_modal .uc_queued_items { |
| 240 |
max-height: 300px; |
| 241 |
overflow-y: auto; } |
| 242 |
|
| 243 |
div#updraftcentral_modal .uc_remove_queue_item { |
| 244 |
font-size: 13px !important; |
| 245 |
padding: 2px 5px !important; |
| 246 |
margin-left: 10px; |
| 247 |
text-transform: lowercase; } |
| 248 |
|
| 249 |
span#updates_queue_selected_items, |
| 250 |
span#updates_dequeue_selected_items { |
| 251 |
display: block; } |
| 252 |
|
| 253 |
.translation-updates-container #translation-language-column { |
| 254 |
width: 21%; } |
| 255 |
|
| 256 |
.translation-updates-container #translation-type-column { |
| 257 |
width: 15%; } |
| 258 |
|
| 259 |
.translation-updates-container #translation-slug-column { |
| 260 |
width: 34%; } |
| 261 |
|
| 262 |
.translation-updates-container #translation-version-column { |
| 263 |
width: 30%; } |
| 264 |
|
| 265 |
div.updates_table_container #updates_backup_choice_dropdown { |
| 266 |
margin-right: 20px !important; } |
| 267 |
|
| 268 |
div.uc_no_patch_releases { |
| 269 |
padding: 5px 30px 30px 30px; } |
| 270 |
|
| 271 |
@media (min-width: 1200px) { |
| 272 |
span#updates_queue_selected_items, |
| 273 |
span#updates_dequeue_selected_items { |
| 274 |
display: inline; } } |
| 275 |
|
| 276 |
@media (max-width: 767px) { |
| 277 |
#updates_container div.updates_table_container.mass_updates select.uc_updates_sort { |
| 278 |
margin-bottom: 7px; } |
| 279 |
#updates_container div.updates_table_container.mass_updates .uc_updates_buttons { |
| 280 |
text-align: center; } |
| 281 |
#updates_container .filter-by-keyword-container { |
| 282 |
margin-top: 0px; } } |
| 283 |
|
| 284 |
@media (max-width: 510px) { |
| 285 |
#updates_container div.updraftcentral_table .tbody .remove-pad-right { |
| 286 |
padding-left: 8px; } } |
| 287 |
|
| 288 |
@media (max-width: 466px) { |
| 289 |
#updates_container div.updraftcentral_table .tbody .remove-pad-right { |
| 290 |
padding-left: 0px; } } |
| 291 |
|