PluginProbe
UpdraftCentral Dashboard / 0.8.26
UpdraftCentral Dashboard v0.8.26
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 / modules / updates / updates.css

updates.css in UpdraftCentral Dashboard 0.8.26, at modules/updates/updates.css

348 lines 9.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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
56 #uc_task_progress .ui-progressbar .ui-progressbar-value {
57 margin: -1px;
58 height: 100%;
59 background-color: #CCC; }
60
61 #uc_task_progress {
62 font-size: 11px;
63 font-weight: bold;
64 margin-top: 7px; }
65
66 #uc_task_progress_bar {
67 border: 1px solid #777; }
68
69 #uc_task_progress_status {
70 font-style: italic;
71 z-index: 2;
72 margin: 0 auto;
73 width: 100%;
74 text-align: center; }
75
76 div.updates_table_container button#btn-reset-filter {
77 margin-left: 7px; }
78
79 div.updates_table_container #btn-reload-updates {
80 float: right;
81 margin-top: 6px; }
82
83 div.updates_table_container select.uc_updates_sort,
84 div.updates_table_container span.filter_spacer {
85 margin-right: 7px; }
86
87 #updates_container div.updraft_updates_output {
88 background-color: #FFF;
89 border-radius: 6px;
90 padding: 20px; }
91
92 #updates_container .updates_table_container {
93 overflow-x: hidden; }
94
95 #updates_container .updates_table_container > h4 {
96 font-weight: bold;
97 margin-top: 0px; }
98
99 #updates_container div.updraftcentral_table {
100 display: none; }
101
102 #updates_container div.updraftcentral_table div#no_matching_items > div {
103 text-align: center; }
104
105 #updates_container .filter-by-keyword-container {
106 margin-top: 7px; }
107
108 #updates_container .filter_type {
109 margin-top: 8px; }
110
111 #updates_container div.updraftcentral_table div.updates-update > div {
112 padding-top: 3px;
113 padding-bottom: 3px; }
114
115 #updates_container .uc_updates_paginator {
116 float: right; }
117
118 #updates_container span.uc_updates_paginator a.disabled {
119 text-decoration: none;
120 color: #AAA;
121 cursor: default; }
122
123 #updates_container div.updates_table_container.mass_updates div.updraftcentral_table,
124 #updates_container div.updates_table_container.mass_updates select,
125 #updates_container div.updates_table_container.mass_updates input,
126 #updates_container div.updates_table_container.mass_updates .filter-elements span {
127 font-size: 16px; }
128
129 #updates_container div.updates_table_container.mass_updates div.updraftcentral_table .thead > div {
130 font-size: 16px;
131 text-transform: uppercase; }
132
133 #updates_container div.updates_table_container.mass_updates label.sort-label,
134 #updates_container div.updates_table_container.mass_updates label.filter-label {
135 font-weight: normal;
136 font-size: 18px;
137 text-transform: uppercase; }
138
139 #updates_container div.updates_table_container.mass_updates .filter-elements {
140 margin-top: -7px; }
141
142 #updates_container div.updates-update .website-host {
143 font-size: 12px;
144 color: #777; }
145
146 #updates_container div.updates-update .website-upgrade-to {
147 font-size: 13px; }
148
149 #updates_container .filter-type {
150 line-height: 1em; }
151
152 #updates_container div.updates-update span.core-name,
153 #updates_container div.updates-update span.core-version,
154 #updates_container div.updates-update span.plugin-name,
155 #updates_container div.updates-update span.plugin-version,
156 #updates_container div.updates-update span.theme-name,
157 #updates_container div.updates-update span.theme-version {
158 display: block;
159 margin-top: 0px; }
160
161 #updates_container div.updates-update button.update-info {
162 margin-top: 0px; }
163
164 #updates_container div.updraftcentral_table .remove-pad-left {
165 padding-left: 0px; }
166
167 #updates_container div.updraftcentral_table .remove-pad-right {
168 padding-right: 0px; }
169
170 #updates_container div.updates_table_container.mass_updates select.uc_updates_sort {
171 width: 100%; }
172
173 #updates_container div.updates_table_container.mass_updates .filter-by-keyword-container input {
174 font-size: 14px;
175 width: 100%;
176 margin-bottom: 8px; }
177
178 #updates_container div.updates_table_container.mass_updates .uc_updates_buttons {
179 text-align: left; }
180
181 #updates_container div.updates_table_container.mass_updates .progress-section {
182 margin-bottom: 10px; }
183
184 #updates_container div.updates_table_container.mass_updates .uc_updates_buttons button {
185 margin-bottom: 7px; }
186
187 #updates_container div.updraftcentral_table .thead {
188 border-bottom: 1px solid #CCC;
189 padding-bottom: 5px;
190 margin-bottom: 5px; }
191
192 #updates_container div.updraftcentral_table .chk-col {
193 max-width: 40px; }
194
195 #updates_container div.update-unavailable,
196 .updates_table_container div.update-unavailable {
197 font-size: 12px;
198 color: #777; }
199
200 div.updates_table_container #btn-reload-updates > span {
201 cursor: pointer; }
202
203 .translation-updates-container {
204 height: 300px;
205 overflow: auto; }
206
207 .translation-updates-container table td,
208 .translation-updates-container table th {
209 padding: 0.5em;
210 border: 1px solid #767676;
211 word-break: break-all; }
212
213 .updates-translation-update .translation-count {
214 text-transform: lowercase !important; }
215
216 div.updates_table_container #updates_backup_choice_label {
217 margin-left: 20px; }
218
219 div.updates_table_container #updates_backup_choice_dropdown {
220 width: auto;
221 vertical-align: middle;
222 margin-top: 16px;
223 margin-left: 10px; }
224
225 div.updates_table_container #updates_view_queued_items {
226 margin-left: 20px;
227 cursor: pointer; }
228
229 div.updates_table_container #updates_queue_selected_items {
230 margin-right: 15px; }
231
232 div.updates_table_container #updates_queue_selected_items > a,
233 div.updates_table_container #updates_dequeue_selected_items > a {
234 text-transform: initial;
235 cursor: pointer; }
236
237 div#updraftcentral_modal .uc_queued_items {
238 max-height: 300px;
239 overflow-y: auto; }
240
241 div#updraftcentral_modal .uc_remove_queue_item {
242 font-size: 13px !important;
243 padding: 2px 5px !important;
244 margin-left: 10px;
245 text-transform: lowercase; }
246
247 span#updates_queue_selected_items,
248 span#updates_dequeue_selected_items {
249 display: block; }
250
251 .translation-updates-container #translation-language-column {
252 width: 21%; }
253
254 .translation-updates-container #translation-type-column {
255 width: 15%; }
256
257 .translation-updates-container #translation-slug-column {
258 width: 34%; }
259
260 .translation-updates-container #translation-version-column {
261 width: 30%; }
262
263 div.updates_table_container #updates_backup_choice_dropdown {
264 margin-right: 20px !important; }
265
266 div.uc_no_patch_releases {
267 padding: 5px 30px 30px 30px; }
268
269 .uc-fetch-label {
270 position: absolute;
271 width: 180px;
272 font-size: 15px;
273 right: -13px;
274 margin-top: 3px;
275 color: #777; }
276
277 .uc-fetch-label-sm {
278 font-size: 15px;
279 color: #777;
280 width: 100%; }
281
282 .mass-updates-lastfetched-label {
283 font-size: 14px; }
284
285 .updates_table_container label {
286 vertical-align: inherit !important; }
287
288 div.updraftcentral_updates_force_check {
289 float: right; }
290
291 .uc-fetch-label {
292 width: auto;
293 right: 25px; }
294
295 .uc-fetch-label,
296 .uc-fetch-label-sm {
297 font-family: "Source Sans Pro", roboto, "Helvetica Neue", arial, sans-serif; }
298
299 .uc-updates-filter-row .column {
300 padding-left: 0;
301 padding-right: 0; }
302
303 .updates_table_container.per-site {
304 margin-top: 50px; }
305
306 .updraftcentral_updates_force_check {
307 margin-top: -45px; }
308
309 #updates_container div.updates_table_container.mass_updates .filter-by-keyword-container input {
310 margin-left: 0; }
311
312 .updraftcentral_updates_force_check::before {
313 cursor: pointer !important; }
314
315 #uc_task_progress_bar {
316 display: table !important;
317 width: 100% !important; }
318
319 #uc_task_progress_bar .ui-progressbar-value {
320 margin-bottom: 5px !important; }
321
322 #uc_task_progress_status {
323 display: table-footer-group !important; }
324
325 #updraftcentral_dashboard #uc_task_progress_bar.ui-progressbar {
326 margin-bottom: 10px !important; }
327
328 @media (min-width: 1200px) {
329 span#updates_queue_selected_items,
330 span#updates_dequeue_selected_items {
331 display: inline; } }
332
333 @media (max-width: 767px) {
334 #updates_container div.updates_table_container.mass_updates select.uc_updates_sort {
335 margin-bottom: 7px; }
336 #updates_container div.updates_table_container.mass_updates .uc_updates_buttons {
337 text-align: center; }
338 #updates_container .filter-by-keyword-container {
339 margin-top: 0px; } }
340
341 @media (max-width: 510px) {
342 #updates_container div.updraftcentral_table .tbody .remove-pad-right {
343 padding-left: 8px; } }
344
345 @media (max-width: 466px) {
346 #updates_container div.updraftcentral_table .tbody .remove-pad-right {
347 padding-left: 0px; } }
348