author | ymh <ymh.work@gmail.com> |
Tue, 27 Sep 2022 16:37:53 +0200 | |
changeset 19 | 3d72ae0968f4 |
parent 18 | be944660c56a |
child 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
5 | 1 |
#wpbody-content #dashboard-widgets.columns-1 .postbox-container { |
2 |
width: 100%; |
|
3 |
} |
|
4 |
||
5 |
#wpbody-content #dashboard-widgets.columns-2 .postbox-container { |
|
6 |
width: 49.5%; |
|
7 |
} |
|
8 |
||
9 |
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-2, |
|
10 |
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-3, |
|
11 |
#wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 { |
|
12 |
float: right; |
|
13 |
width: 50.5%; |
|
14 |
} |
|
15 |
||
16 |
#wpbody-content #dashboard-widgets.columns-3 .postbox-container { |
|
17 |
width: 33.5%; |
|
18 |
} |
|
19 |
||
20 |
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-1 { |
|
21 |
width: 33%; |
|
22 |
} |
|
23 |
||
24 |
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-3, |
|
25 |
#wpbody-content #dashboard-widgets.columns-3 #postbox-container-4 { |
|
26 |
float: right; |
|
27 |
} |
|
28 |
||
29 |
#wpbody-content #dashboard-widgets.columns-4 .postbox-container { |
|
30 |
width: 25%; |
|
31 |
} |
|
32 |
||
33 |
#dashboard-widgets .postbox-container { |
|
34 |
width: 25%; |
|
35 |
} |
|
36 |
||
37 |
#dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container { |
|
38 |
border: none !important; |
|
39 |
} |
|
40 |
||
41 |
#dashboard-widgets-wrap { |
|
42 |
overflow: hidden; |
|
43 |
margin: 0 -8px; |
|
44 |
} |
|
45 |
||
46 |
#dashboard-widgets .postbox .inside { |
|
47 |
margin-bottom: 0; |
|
48 |
} |
|
49 |
||
50 |
#dashboard-widgets .meta-box-sortables { |
|
16 | 51 |
display: flow-root; /* avoid margin collapsing between parent and first/last child elements */ |
52 |
/* Required min-height to make the jQuery UI Sortable drop zone work. */ |
|
5 | 53 |
min-height: 100px; |
16 | 54 |
margin: 0 8px 20px; |
5 | 55 |
} |
56 |
||
16 | 57 |
#dashboard-widgets .postbox-container .empty-container { |
18 | 58 |
outline: 3px dashed #c3c4c7; |
16 | 59 |
height: 250px; |
60 |
} |
|
61 |
||
62 |
/* Only highlight drop zones when dragging and only in the 2 columns layout. */ |
|
63 |
.is-dragging-metaboxes #dashboard-widgets .meta-box-sortables { |
|
18 | 64 |
outline: 3px dashed #646970; |
16 | 65 |
/* Prevent margin on the child from collapsing with margin on the parent. */ |
66 |
display: flow-root; |
|
67 |
} |
|
68 |
||
69 |
#dashboard-widgets .postbox-container .empty-container:after { |
|
70 |
content: attr(data-emptystring); |
|
71 |
margin: auto; |
|
72 |
position: absolute; |
|
73 |
top: 50%; |
|
74 |
left: 0; |
|
75 |
right: 0; |
|
76 |
transform: translateY( -50% ); |
|
77 |
padding: 0 2em; |
|
78 |
text-align: center; |
|
18 | 79 |
color: #646970; |
16 | 80 |
font-size: 16px; |
81 |
line-height: 1.5; |
|
82 |
display: none; |
|
83 |
} |
|
84 |
||
85 |
||
5 | 86 |
/* @todo: this was originally in this section, but likely belongs elsewhere */ |
87 |
#the-comment-list td.comment p.comment-author { |
|
88 |
margin-top: 0; |
|
89 |
margin-left: 0; |
|
90 |
} |
|
91 |
||
92 |
#the-comment-list p.comment-author img { |
|
93 |
float: left; |
|
94 |
margin-right: 8px; |
|
95 |
} |
|
96 |
||
97 |
#the-comment-list p.comment-author strong a { |
|
98 |
border: none; |
|
99 |
} |
|
100 |
||
101 |
#the-comment-list td { |
|
102 |
vertical-align: top; |
|
103 |
} |
|
104 |
||
105 |
#the-comment-list td.comment { |
|
106 |
word-wrap: break-word; |
|
107 |
} |
|
108 |
||
109 |
#the-comment-list td.comment img { |
|
110 |
max-width: 100%; |
|
111 |
} |
|
112 |
||
19 | 113 |
/* Screen meta exception for when the "Dashboard" heading is missing or located below the Welcome Panel. */ |
114 |
.index-php #screen-meta-links { |
|
115 |
margin: 0 20px 8px 0; |
|
116 |
} |
|
117 |
||
5 | 118 |
/* Welcome Panel */ |
9 | 119 |
.welcome-panel { |
5 | 120 |
position: relative; |
121 |
overflow: auto; |
|
122 |
margin: 16px 0; |
|
19 | 123 |
background-color: #e7ebfd; |
124 |
font-size: 14px; |
|
125 |
line-height: 1.3; |
|
126 |
clear: both; |
|
5 | 127 |
} |
128 |
||
9 | 129 |
.welcome-panel h2 { |
5 | 130 |
margin: 0; |
19 | 131 |
font-size: 48px; |
132 |
font-weight: 600; |
|
133 |
line-height: 1.25; |
|
5 | 134 |
} |
135 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
136 |
.welcome-panel h3 { |
19 | 137 |
margin: 0; |
138 |
font-size: 20px; |
|
139 |
font-weight: 400; |
|
140 |
line-height: 1.4; |
|
5 | 141 |
} |
142 |
||
9 | 143 |
.welcome-panel p { |
19 | 144 |
font-size: inherit; |
145 |
line-height: inherit; |
|
146 |
} |
|
147 |
||
148 |
.welcome-panel-header { |
|
149 |
--about-header-image-width: 521px; |
|
150 |
--about-header-bg-width: calc(var(--about-header-image-width) * 0.55); |
|
151 |
--about-header-bg-offset-inline: 2rem; |
|
152 |
||
153 |
position: relative; |
|
5 | 154 |
} |
155 |
||
19 | 156 |
.welcome-panel-header-image { |
157 |
position: absolute; |
|
158 |
top: -1rem; |
|
159 |
right: var(--about-header-bg-offset-inline); |
|
160 |
bottom: 0; |
|
161 |
width: var(--about-header-bg-width); |
|
162 |
height: auto; |
|
163 |
} |
|
164 |
||
165 |
.welcome-panel-header-image svg { |
|
166 |
width: 100%; |
|
167 |
height: auto; |
|
168 |
} |
|
169 |
||
170 |
.welcome-panel-header a { |
|
171 |
color: inherit; |
|
172 |
} |
|
173 |
||
174 |
.welcome-panel-header a:focus, |
|
175 |
.welcome-panel-header a:hover { |
|
176 |
color: inherit; |
|
5 | 177 |
text-decoration: none; |
178 |
} |
|
179 |
||
19 | 180 |
.welcome-panel-header a:focus, |
181 |
.welcome-panel .welcome-panel-close:focus { |
|
182 |
outline-color: currentColor; |
|
183 |
outline-offset: 1px; |
|
184 |
box-shadow: none; |
|
185 |
} |
|
186 |
||
187 |
.welcome-panel-header p { |
|
188 |
margin: 0.5em 0 0; |
|
189 |
font-size: 20px; |
|
190 |
line-height: 1.4; |
|
5 | 191 |
} |
192 |
||
9 | 193 |
.welcome-panel .welcome-panel-close { |
5 | 194 |
position: absolute; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
195 |
top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
196 |
right: 10px; |
19 | 197 |
padding: 10px 15px 10px 24px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
198 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
199 |
line-height: 1.23076923; /* Chrome rounding, needs to be 16px equivalent */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
200 |
text-decoration: none; |
19 | 201 |
z-index: 1; /* Raise above the version image. */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
202 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
203 |
|
9 | 204 |
.welcome-panel .welcome-panel-close:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
205 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
206 |
top: 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
207 |
left: 0; |
5 | 208 |
transition: all .1s ease-in-out; |
19 | 209 |
content: '\f335'; |
210 |
font-size: 24px; |
|
211 |
color: #1d2327; |
|
212 |
} |
|
213 |
||
214 |
.welcome-panel .welcome-panel-close { |
|
215 |
color: #1d2327; |
|
5 | 216 |
} |
217 |
||
19 | 218 |
.welcome-panel .welcome-panel-close:hover, |
219 |
.welcome-panel .welcome-panel-close:focus, |
|
220 |
.welcome-panel .welcome-panel-close:hover::before, |
|
221 |
.welcome-panel .welcome-panel-close:focus::before { |
|
222 |
color: #2271b1; |
|
223 |
} |
|
224 |
||
225 |
/* @deprecated 5.9.0 -- Button removed from panel. */ |
|
5 | 226 |
.wp-core-ui .welcome-panel .button.button-hero { |
227 |
margin: 15px 13px 3px 0; |
|
228 |
padding: 12px 36px; |
|
229 |
height: auto; |
|
230 |
line-height: 1.4285714; |
|
231 |
white-space: normal; |
|
232 |
} |
|
233 |
||
9 | 234 |
.welcome-panel-content { |
19 | 235 |
min-height: 400px; |
236 |
display: flex; |
|
237 |
flex-direction: column; |
|
238 |
justify-content: space-between; |
|
239 |
} |
|
240 |
||
241 |
.welcome-panel-header { |
|
242 |
box-sizing: border-box; |
|
243 |
margin-left: auto; |
|
244 |
margin-right: auto; |
|
5 | 245 |
max-width: 1500px; |
19 | 246 |
width: 100%; |
247 |
padding: 48px 0 80px 48px; |
|
248 |
padding-right: calc(var(--about-header-bg-width) + (var(--about-header-bg-offset-inline) * 2)); |
|
5 | 249 |
} |
250 |
||
251 |
.welcome-panel .welcome-panel-column-container { |
|
19 | 252 |
box-sizing: border-box; |
253 |
width: 100%; |
|
5 | 254 |
clear: both; |
19 | 255 |
display: grid; |
256 |
z-index: 1; |
|
257 |
padding: 48px; |
|
258 |
grid-template-columns: repeat(3, 1fr); |
|
259 |
gap: 32px; |
|
260 |
align-self: flex-end; |
|
261 |
background: #fff; |
|
5 | 262 |
} |
263 |
||
19 | 264 |
[class*="welcome-panel-icon"] { |
265 |
height: 60px; |
|
266 |
width: 60px; |
|
267 |
background-color: #1d2327; |
|
268 |
background-position: center; |
|
269 |
background-size: 24px 24px; |
|
270 |
background-repeat: no-repeat; |
|
271 |
border-radius: 100%; |
|
5 | 272 |
} |
273 |
||
19 | 274 |
.welcome-panel-column { |
275 |
display: grid; |
|
276 |
grid-template-columns: min-content 1fr; |
|
277 |
gap: 24px; |
|
278 |
} |
|
279 |
||
280 |
.welcome-panel-icon-pages { |
|
281 |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7 13.8h6v-1.5H7v1.5zM18 16V4c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2zM5.5 16V4c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v12c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5zM7 10.5h8V9H7v1.5zm0-3.3h8V5.8H7v1.4zM20.2 6v13c0 .7-.6 1.2-1.2 1.2H8v1.5h11c1.5 0 2.7-1.2 2.7-2.8V6h-1.5z' /%3E%3C/svg%3E"); |
|
5 | 282 |
} |
283 |
||
19 | 284 |
.welcome-panel-icon-layout { |
285 |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z' /%3E%3C/svg%3E"); |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
286 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
287 |
|
19 | 288 |
.welcome-panel-icon-styles { |
289 |
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M12 4c-4.4 0-8 3.6-8 8v.1c0 4.1 3.2 7.5 7.2 7.9h.8c4.4 0 8-3.6 8-8s-3.6-8-8-8zm0 15V5c3.9 0 7 3.1 7 7s-3.1 7-7 7z' /%3E%3C/svg%3E"); |
|
290 |
} |
|
291 |
||
292 |
/* @deprecated 5.9.0 -- Section removed from welcome panel. */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
293 |
.welcome-panel .welcome-widgets-menus { |
16 | 294 |
line-height: 1.14285714; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
295 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
296 |
|
19 | 297 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
298 |
.welcome-panel .welcome-panel-column ul { |
9 | 299 |
margin: 0.8em 1em 1em 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
300 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
301 |
|
19 | 302 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
303 |
.welcome-panel li { |
|
304 |
font-size: 14px; |
|
305 |
} |
|
306 |
||
307 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
|
308 |
.welcome-panel li a { |
|
309 |
text-decoration: none; |
|
310 |
} |
|
311 |
||
312 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
313 |
.welcome-panel .welcome-panel-column li { |
16 | 314 |
line-height: 1.14285714; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
315 |
list-style-type: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
316 |
padding: 0 0 8px; |
5 | 317 |
} |
318 |
||
19 | 319 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 320 |
.welcome-panel .welcome-icon { |
321 |
background: transparent !important; |
|
322 |
} |
|
323 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
324 |
/* Welcome Panel and Right Now common Icons style */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
325 |
|
19 | 326 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
327 |
.welcome-panel .welcome-icon:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
328 |
#dashboard_right_now li a:before, |
16 | 329 |
#dashboard_right_now li span:before, |
330 |
#dashboard_right_now .search-engines-info:before { |
|
18 | 331 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
332 |
font: normal 20px/1 dashicons; |
18 | 333 |
speak: never; |
5 | 334 |
display: inline-block; |
335 |
padding: 0 10px 0 0; |
|
336 |
position: relative; |
|
337 |
-webkit-font-smoothing: antialiased; |
|
338 |
-moz-osx-font-smoothing: grayscale; |
|
339 |
text-decoration: none !important; |
|
340 |
vertical-align: top; |
|
341 |
} |
|
342 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
343 |
/* Welcome Panel specific Icons styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
344 |
|
19 | 345 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 346 |
.welcome-panel .welcome-write-blog:before, |
347 |
.welcome-panel .welcome-edit-page:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
348 |
content: "\f119"; |
5 | 349 |
top: -3px; |
350 |
} |
|
351 |
||
19 | 352 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 353 |
.welcome-panel .welcome-add-page:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
354 |
content: "\f132"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
355 |
top: -1px; |
5 | 356 |
} |
357 |
||
19 | 358 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
9 | 359 |
.welcome-panel .welcome-setup-home:before { |
360 |
content: "\f102"; |
|
361 |
top: -1px; |
|
362 |
} |
|
363 |
||
19 | 364 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 365 |
.welcome-panel .welcome-view-site:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
366 |
content: "\f115"; |
5 | 367 |
top: -2px; |
368 |
} |
|
369 |
||
19 | 370 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 371 |
.welcome-panel .welcome-widgets-menus:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
372 |
content: "\f116"; |
5 | 373 |
top: -2px; |
374 |
} |
|
375 |
||
19 | 376 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
16 | 377 |
.welcome-panel .welcome-widgets:before { |
378 |
content: "\f538"; |
|
379 |
top: -2px; |
|
380 |
} |
|
381 |
||
19 | 382 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
16 | 383 |
.welcome-panel .welcome-menus:before { |
384 |
content: "\f163"; |
|
385 |
top: -2px; |
|
386 |
} |
|
387 |
||
19 | 388 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 389 |
.welcome-panel .welcome-comments:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
390 |
content: "\f117"; |
5 | 391 |
top: -1px; |
392 |
} |
|
393 |
||
19 | 394 |
/* @deprecated 5.9.0 -- Icons removed from welcome panel. */ |
5 | 395 |
.welcome-panel .welcome-learn-more:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
396 |
content: "\f118"; |
5 | 397 |
top: -1px; |
398 |
} |
|
399 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
400 |
/* Right Now specific Icons styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
401 |
|
16 | 402 |
#dashboard_right_now .search-engines-info:before, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
403 |
#dashboard_right_now li a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
404 |
#dashboard_right_now li > span:before { /* get only the first level span to exclude screen-reader-text in mu-storage */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
405 |
content: "\f159"; /* generic icon for items added by CPTs ? */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
406 |
padding: 0 5px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
407 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
408 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
409 |
#dashboard_right_now .page-count a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
410 |
#dashboard_right_now .page-count span:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
411 |
content: "\f105"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
412 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
413 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
414 |
#dashboard_right_now .post-count a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
415 |
#dashboard_right_now .post-count span:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
416 |
content: "\f109"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
417 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
418 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
419 |
#dashboard_right_now .comment-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
420 |
content: "\f101"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
421 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
422 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
423 |
#dashboard_right_now .comment-mod-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
424 |
content: "\f125"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
425 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
426 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
427 |
#dashboard_right_now .storage-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
428 |
content: "\f104"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
429 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
430 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
431 |
#dashboard_right_now .storage-count.warning a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
432 |
content: "\f153"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
433 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
434 |
|
16 | 435 |
#dashboard_right_now .search-engines-info:before { |
436 |
content: "\f348"; |
|
437 |
} |
|
438 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
439 |
/* Dashboard WordPress events */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
440 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
441 |
.community-events-errors { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
442 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
443 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
444 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
445 |
.community-events-loading { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
446 |
padding: 10px 12px 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
447 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
448 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
449 |
.community-events { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
450 |
margin-bottom: 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
451 |
padding: 0 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
452 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
453 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
454 |
.community-events .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
455 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
456 |
margin: 5px 2px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
457 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
458 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
459 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
460 |
.community-events-errors[aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
461 |
.community-events-errors [aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
462 |
.community-events-loading[aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
463 |
.community-events[aria-hidden="true"], |
19 | 464 |
.community-events form[aria-hidden="true"] { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
465 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
466 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
467 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
468 |
.community-events .activity-block:first-child, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
469 |
.community-events h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
470 |
padding-top: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
471 |
padding-bottom: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
472 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
473 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
474 |
.community-events-form { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
475 |
margin: 15px 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
476 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
477 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
478 |
.community-events-form .regular-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
479 |
width: 40%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
480 |
height: 29px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
481 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
482 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
483 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
484 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
485 |
.community-events li.event-none { |
18 | 486 |
border-left: 4px solid #72aee6; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
487 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
488 |
|
16 | 489 |
#dashboard-widgets .community-events li.event-none a { |
490 |
text-decoration: underline; |
|
491 |
} |
|
492 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
493 |
.community-events-form label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
494 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
495 |
vertical-align: top; |
16 | 496 |
line-height: 2.15384615; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
497 |
height: 28px; |
5 | 498 |
} |
499 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
500 |
.community-events .activity-block > p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
501 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
502 |
display: inline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
503 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
504 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
505 |
.community-events-toggle-location { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
506 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
507 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
508 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
509 |
#community-events-submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
510 |
margin-left: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
511 |
margin-right: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
512 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
513 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
514 |
/* Needs higher specificity than #dashboard-widgets .button-link */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
515 |
#dashboard-widgets .community-events-cancel.button-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
516 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
517 |
/* Same properties as the submit button for cross-browsers alignment. */ |
16 | 518 |
line-height: 2; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
519 |
height: 28px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
520 |
text-decoration: underline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
521 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
522 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
523 |
.community-events ul { |
18 | 524 |
background-color: #f6f7f7; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
525 |
padding-left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
526 |
padding-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
527 |
padding-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
528 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
529 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
530 |
.community-events li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
531 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
532 |
padding: 8px 12px; |
18 | 533 |
color: #2c3338; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
534 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
535 |
.community-events li:first-child { |
18 | 536 |
border-top: 1px solid #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
537 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
538 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
539 |
.community-events li ~ li { |
18 | 540 |
border-top: 1px solid #f0f0f1; |
5 | 541 |
} |
542 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
543 |
.community-events .activity-block.last { |
18 | 544 |
border-bottom: 1px solid #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
545 |
padding-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
546 |
margin-top: -1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
547 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
548 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
549 |
.community-events .event-info { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
550 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
551 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
552 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
553 |
.event-icon { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
554 |
height: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
555 |
padding-right: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
556 |
width: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
557 |
display: none; /* Hide on smaller screens */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
558 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
559 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
560 |
.event-icon:before { |
18 | 561 |
color: #646970; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
562 |
font-size: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
563 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
564 |
.event-meetup .event-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
565 |
content: "\f484"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
566 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
567 |
.event-wordcamp .event-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
568 |
content: "\f486"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
569 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
570 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
571 |
.community-events .event-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
572 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
573 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
574 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
575 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
576 |
.community-events .event-date, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
577 |
.community-events .event-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
578 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
579 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
580 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
581 |
.community-events-footer { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
582 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
583 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
584 |
padding: 12px; |
18 | 585 |
border-top: 1px solid #f0f0f1; |
586 |
color: #dcdcde; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
587 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
588 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
589 |
/* Safari 10 + VoiceOver specific: without this, the hidden text gets read out before the link. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
590 |
.community-events-footer .screen-reader-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
591 |
height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
592 |
white-space: nowrap; |
5 | 593 |
} |
594 |
||
595 |
/* Dashboard WordPress news */ |
|
596 |
||
597 |
#dashboard_primary .inside { |
|
598 |
margin: 0; |
|
599 |
padding: 0; |
|
600 |
} |
|
601 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
602 |
#dashboard_primary .widget-loading { |
5 | 603 |
padding: 12px 12px 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
604 |
margin-bottom: 1em !important; /* Needs to override `.postbox .inside > p:last-child` in common.css */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
605 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
606 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
607 |
/* Notice when JS is off. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
608 |
#dashboard_primary .inside .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
609 |
margin: 0; |
5 | 610 |
} |
611 |
||
612 |
body #dashboard-widgets .postbox form .submit { |
|
613 |
margin: 0; |
|
614 |
} |
|
615 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
616 |
/* Used only for configurable widgets. */ |
5 | 617 |
.dashboard-widget-control-form p { |
618 |
margin-top: 0; |
|
619 |
} |
|
620 |
||
621 |
.rssSummary { |
|
18 | 622 |
color: #646970; |
5 | 623 |
margin-top: 4px; |
624 |
} |
|
625 |
||
626 |
#dashboard_primary .rss-widget { |
|
627 |
font-size: 13px; |
|
19 | 628 |
padding: 0 12px; |
5 | 629 |
} |
630 |
||
631 |
#dashboard_primary .rss-widget:last-child { |
|
632 |
border-bottom: none; |
|
633 |
padding-bottom: 8px; |
|
634 |
} |
|
635 |
||
636 |
#dashboard_primary .rss-widget a { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
637 |
font-weight: 400; |
5 | 638 |
} |
639 |
||
640 |
#dashboard_primary .rss-widget span, |
|
641 |
#dashboard_primary .rss-widget span.rss-date { |
|
18 | 642 |
color: #646970; |
5 | 643 |
} |
644 |
||
645 |
#dashboard_primary .rss-widget span.rss-date { |
|
646 |
margin-left: 12px; |
|
647 |
} |
|
648 |
||
649 |
#dashboard_primary .rss-widget ul li { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
650 |
padding: 4px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
651 |
margin: 0; |
5 | 652 |
} |
653 |
||
654 |
/* Dashboard right now */ |
|
655 |
||
656 |
#dashboard_right_now ul { |
|
657 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
658 |
/* contain floats but don't use overflow: hidden */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
659 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
660 |
width: 100%; |
5 | 661 |
} |
662 |
||
663 |
#dashboard_right_now li { |
|
664 |
width: 50%; |
|
665 |
float: left; |
|
666 |
margin-bottom: 10px; |
|
667 |
} |
|
668 |
||
669 |
#dashboard_right_now .inside { |
|
670 |
padding: 0; |
|
671 |
} |
|
672 |
||
673 |
#dashboard_right_now .main { |
|
674 |
padding: 0 12px 11px; |
|
675 |
} |
|
676 |
||
677 |
#dashboard_right_now .main p { |
|
678 |
margin: 0; |
|
679 |
} |
|
680 |
||
681 |
#dashboard_right_now #wp-version-message .button { |
|
682 |
float: right; |
|
683 |
position: relative; |
|
684 |
top: -5px; |
|
685 |
margin-left: 5px; |
|
686 |
} |
|
687 |
||
16 | 688 |
#dashboard_right_now p.search-engines-info { |
689 |
margin: 1em 0; |
|
690 |
} |
|
691 |
||
5 | 692 |
.mu-storage { |
693 |
overflow: hidden; |
|
694 |
} |
|
695 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
696 |
#dashboard-widgets h3.mu-storage { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
697 |
margin: 0 0 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
698 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
699 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
700 |
font-weight: 400; |
5 | 701 |
} |
702 |
||
703 |
/* Dashboard right now - Colors */ |
|
704 |
||
705 |
#dashboard_right_now .sub { |
|
18 | 706 |
color: #50575e; |
707 |
background: #f6f7f7; |
|
708 |
border-top: 1px solid #f0f0f1; |
|
19 | 709 |
padding: 10px 12px 6px; |
5 | 710 |
} |
711 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
712 |
#dashboard_right_now .sub h3 { |
18 | 713 |
color: #50575e; |
5 | 714 |
} |
715 |
||
716 |
#dashboard_right_now .sub p { |
|
717 |
margin: 0 0 1em; |
|
718 |
} |
|
719 |
||
720 |
#dashboard_right_now .warning a:before, |
|
721 |
#dashboard_right_now .warning span:before { |
|
18 | 722 |
color: #d63638; |
5 | 723 |
} |
724 |
||
725 |
/* Dashboard Quick Draft */ |
|
726 |
||
727 |
#dashboard_quick_press .inside { |
|
728 |
margin: 0; |
|
729 |
padding: 0; |
|
730 |
} |
|
731 |
||
732 |
#dashboard_quick_press div.updated { |
|
733 |
margin-bottom: 10px; |
|
18 | 734 |
border: 1px solid #f0f0f1; |
5 | 735 |
border-width: 1px 1px 1px 0; |
736 |
} |
|
737 |
||
738 |
#dashboard_quick_press form { |
|
739 |
margin: 12px; |
|
740 |
} |
|
741 |
||
9 | 742 |
#dashboard_quick_press .drafts { |
5 | 743 |
padding: 10px 0 0; |
744 |
} |
|
745 |
||
746 |
/* Dashboard Quick Draft - Form styling */ |
|
747 |
||
9 | 748 |
#dashboard_quick_press label { |
749 |
display: inline-block; |
|
750 |
margin-bottom: 4px; |
|
5 | 751 |
} |
752 |
||
753 |
#dashboard_quick_press input, |
|
754 |
#dashboard_quick_press textarea { |
|
755 |
box-sizing: border-box; |
|
756 |
margin: 0; |
|
757 |
} |
|
758 |
||
759 |
#dashboard-widgets .postbox form .submit { |
|
760 |
margin: -39px 0; |
|
761 |
float: right; |
|
762 |
} |
|
763 |
||
764 |
#description-wrap { |
|
765 |
margin-top: 12px; |
|
766 |
} |
|
767 |
||
768 |
#quick-press textarea#content { |
|
769 |
min-height: 90px; |
|
770 |
max-height: 1300px; |
|
9 | 771 |
margin: 0 0 8px; |
772 |
padding: 6px 7px; |
|
5 | 773 |
resize: none; |
774 |
} |
|
775 |
||
776 |
/* Dashboard Quick Draft - Drafts list */ |
|
777 |
||
778 |
.js #dashboard_quick_press .drafts { |
|
18 | 779 |
border-top: 1px solid #f0f0f1; |
5 | 780 |
} |
781 |
||
782 |
#dashboard_quick_press .drafts abbr { |
|
783 |
border: none; |
|
784 |
} |
|
785 |
||
786 |
#dashboard_quick_press .drafts .view-all { |
|
787 |
float: right; |
|
788 |
margin: 0 12px 0 0; |
|
789 |
} |
|
790 |
||
791 |
#dashboard_primary a.rsswidget { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
792 |
font-weight: 400; |
5 | 793 |
} |
794 |
||
795 |
#dashboard_quick_press .drafts ul { |
|
796 |
margin: 0 12px; |
|
797 |
} |
|
798 |
||
799 |
#dashboard_quick_press .drafts li { |
|
800 |
margin-bottom: 1em; |
|
801 |
} |
|
802 |
#dashboard_quick_press .drafts li time { |
|
18 | 803 |
color: #646970; |
5 | 804 |
} |
805 |
||
806 |
#dashboard_quick_press .drafts p { |
|
807 |
margin: 0; |
|
808 |
word-wrap: break-word; |
|
809 |
} |
|
810 |
||
811 |
#dashboard_quick_press .draft-title { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
812 |
word-wrap: break-word; |
5 | 813 |
} |
814 |
||
815 |
#dashboard_quick_press .draft-title a, |
|
816 |
#dashboard_quick_press .draft-title time { |
|
817 |
margin: 0 5px 0 0; |
|
818 |
} |
|
819 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
820 |
/* Dashboard common styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
821 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
822 |
#dashboard-widgets h4, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
823 |
#dashboard-widgets h3, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
824 |
#dashboard_quick_press .drafts h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
825 |
margin: 0 12px 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
826 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
827 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
828 |
font-weight: 400; |
18 | 829 |
color: #1d2327; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
830 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
831 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
832 |
#dashboard_quick_press .drafts h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
833 |
line-height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
834 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
835 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
836 |
#dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
837 |
#dashboard-widgets .inside h3 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
838 |
margin-left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
839 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
840 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
841 |
|
5 | 842 |
/* Dashboard activity widget */ |
843 |
||
844 |
#dashboard_activity .comment-meta span.approve:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
845 |
content: "\f227"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
846 |
font: 20px/.5 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
847 |
margin-left: 5px; |
5 | 848 |
vertical-align: middle; |
849 |
position: relative; |
|
850 |
top: -1px; |
|
851 |
margin-right: 2px; |
|
852 |
} |
|
853 |
||
854 |
#dashboard_activity .inside { |
|
855 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
856 |
padding-bottom: 0; |
5 | 857 |
} |
858 |
||
859 |
#dashboard_activity .no-activity { |
|
860 |
overflow: hidden; |
|
16 | 861 |
padding: 12px 0; |
5 | 862 |
text-align: center; |
863 |
} |
|
864 |
||
865 |
#dashboard_activity .no-activity p { |
|
18 | 866 |
color: #646970; |
5 | 867 |
font-size: 16px; |
868 |
} |
|
869 |
||
870 |
#dashboard_activity .subsubsub { |
|
871 |
float: none; |
|
18 | 872 |
border-top: 1px solid #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
873 |
margin: 0 -12px; |
5 | 874 |
padding: 8px 12px 4px; |
875 |
} |
|
876 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
877 |
#dashboard_activity .subsubsub a .count, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
878 |
#dashboard_activity .subsubsub a.current .count { |
18 | 879 |
color: #646970; /* white background on the dashboard but #f0f0f1 on list tables */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
880 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
881 |
|
5 | 882 |
#future-posts ul, |
883 |
#published-posts ul { |
|
884 |
clear: both; |
|
885 |
margin-bottom: 0; |
|
886 |
} |
|
887 |
||
888 |
#future-posts li, |
|
889 |
#published-posts li { |
|
890 |
margin-bottom: 8px; |
|
891 |
} |
|
892 |
||
893 |
#future-posts ul span, |
|
894 |
#published-posts ul span { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
895 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
896 |
margin-right: 5px; |
5 | 897 |
min-width: 150px; |
18 | 898 |
color: #646970; |
5 | 899 |
} |
900 |
||
901 |
.activity-block { |
|
18 | 902 |
border-bottom: 1px solid #f0f0f1; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
903 |
margin: 0 -12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
904 |
padding: 8px 12px 4px; |
5 | 905 |
} |
906 |
||
907 |
.activity-block:last-child { |
|
908 |
border-bottom: none; |
|
909 |
} |
|
910 |
||
911 |
.activity-block .subsubsub li { |
|
18 | 912 |
color: #dcdcde; |
5 | 913 |
} |
914 |
||
915 |
/* Dashboard activity widget - Comments */ |
|
916 |
/* @todo: needs serious de-duplication */ |
|
917 |
||
918 |
#activity-widget #the-comment-list tr.undo, |
|
919 |
#activity-widget #the-comment-list div.undo { |
|
920 |
background: none; |
|
921 |
padding: 6px 0; |
|
922 |
margin-left: 12px; |
|
923 |
} |
|
924 |
||
925 |
#activity-widget #the-comment-list .comment-item { |
|
18 | 926 |
background: #f6f7f7; |
5 | 927 |
padding: 12px; |
928 |
position: relative; |
|
929 |
} |
|
930 |
||
931 |
#activity-widget #the-comment-list .avatar { |
|
932 |
position: absolute; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
933 |
top: 12px; |
5 | 934 |
} |
935 |
||
16 | 936 |
#activity-widget #the-comment-list .dashboard-comment-wrap.has-avatar { |
5 | 937 |
padding-left: 63px; |
938 |
} |
|
939 |
||
940 |
#activity-widget #the-comment-list .dashboard-comment-wrap blockquote { |
|
941 |
margin: 1em 0; |
|
942 |
} |
|
943 |
||
944 |
#activity-widget #the-comment-list .comment-item p.row-actions { |
|
19 | 945 |
margin: 4px 0 0; |
5 | 946 |
} |
947 |
||
948 |
#activity-widget #the-comment-list .comment-item:first-child { |
|
18 | 949 |
border-top: 1px solid #f0f0f1; |
5 | 950 |
} |
951 |
||
952 |
#activity-widget #the-comment-list .unapproved { |
|
18 | 953 |
background-color: #fcf9e8; |
5 | 954 |
} |
955 |
||
956 |
#activity-widget #the-comment-list .unapproved:before { |
|
957 |
content: ""; |
|
958 |
display: block; |
|
959 |
position: absolute; |
|
960 |
left: 0; |
|
961 |
top: 0; |
|
962 |
bottom: 0; |
|
18 | 963 |
background: #d63638; |
5 | 964 |
width: 4px; |
965 |
} |
|
966 |
||
967 |
#activity-widget #the-comment-list .spam-undo-inside .avatar, |
|
968 |
#activity-widget #the-comment-list .trash-undo-inside .avatar { |
|
969 |
position: relative; |
|
970 |
top: 0; |
|
971 |
} |
|
972 |
||
973 |
/* Browse happy box */ |
|
974 |
||
975 |
#dashboard-widgets #dashboard_browser_nag.postbox .inside { |
|
976 |
margin: 10px; |
|
977 |
} |
|
978 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
979 |
.postbox .button-link .edit-box { |
5 | 980 |
display: none; |
981 |
} |
|
982 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
983 |
.edit-box { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
984 |
opacity: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
985 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
986 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
987 |
.hndle:hover .edit-box, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
988 |
.edit-box:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
989 |
opacity: 1; |
5 | 990 |
} |
991 |
||
992 |
#dashboard-widgets form .input-text-wrap input { |
|
993 |
width: 100%; |
|
994 |
} |
|
995 |
||
996 |
#dashboard-widgets form .textarea-wrap textarea { |
|
997 |
width: 100%; |
|
998 |
} |
|
999 |
||
1000 |
#dashboard-widgets .postbox form .submit { |
|
1001 |
float: none; |
|
1002 |
margin: .5em 0 0; |
|
1003 |
padding: 0; |
|
1004 |
border: none; |
|
1005 |
} |
|
1006 |
||
1007 |
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { |
|
1008 |
min-width: 0; |
|
1009 |
} |
|
1010 |
||
16 | 1011 |
#dashboard-widgets li a, |
1012 |
#dashboard-widgets .button-link, |
|
1013 |
.community-events-footer a { |
|
5 | 1014 |
text-decoration: none; |
1015 |
} |
|
1016 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1017 |
#dashboard-widgets h2 a { |
5 | 1018 |
text-decoration: underline; |
1019 |
} |
|
1020 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1021 |
#dashboard-widgets .hndle .postbox-title-action { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1022 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1023 |
line-height: 1.2; |
5 | 1024 |
} |
1025 |
||
1026 |
#dashboard_plugins h5 { |
|
1027 |
font-size: 14px; |
|
1028 |
} |
|
1029 |
||
1030 |
/* Recent Comments */ |
|
1031 |
||
1032 |
#latest-comments #the-comment-list { |
|
1033 |
position: relative; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1034 |
margin: 0 -12px; |
5 | 1035 |
} |
1036 |
||
1037 |
#activity-widget #the-comment-list .comment, |
|
1038 |
#activity-widget #the-comment-list .pingback { |
|
1039 |
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); |
|
1040 |
} |
|
1041 |
||
1042 |
#activity-widget .comments #the-comment-list .alt { |
|
1043 |
background-color: transparent; |
|
1044 |
} |
|
1045 |
||
1046 |
#activity-widget #latest-comments #the-comment-list .comment-item { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1047 |
/* the row-actions paragraph is output only for users with 'edit_comment' capabilities, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1048 |
for other users this needs a min height equal to the gravatar image */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1049 |
min-height: 50px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1050 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1051 |
padding: 12px; |
5 | 1052 |
} |
1053 |
||
1054 |
#latest-comments #the-comment-list .pingback { |
|
1055 |
padding-left: 12px !important; |
|
1056 |
} |
|
1057 |
||
1058 |
#latest-comments #the-comment-list .comment-item:first-child { |
|
1059 |
border-top: none; |
|
1060 |
} |
|
1061 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1062 |
#latest-comments #the-comment-list .comment-meta { |
16 | 1063 |
line-height: 1.5; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1064 |
margin: 0; |
18 | 1065 |
color: #646970; |
5 | 1066 |
} |
1067 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1068 |
#latest-comments #the-comment-list .comment-meta cite { |
5 | 1069 |
font-style: normal; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1070 |
font-weight: 400; |
5 | 1071 |
} |
1072 |
||
1073 |
#latest-comments #the-comment-list .comment-item blockquote, |
|
1074 |
#latest-comments #the-comment-list .comment-item blockquote p { |
|
1075 |
margin: 0; |
|
1076 |
padding: 0; |
|
1077 |
display: inline; |
|
1078 |
} |
|
1079 |
||
1080 |
#latest-comments #the-comment-list .comment-item p.row-actions { |
|
1081 |
margin: 3px 0 0; |
|
1082 |
padding: 0; |
|
1083 |
font-size: 13px; |
|
1084 |
} |
|
1085 |
||
1086 |
/* Feeds */ |
|
1087 |
.rss-widget ul { |
|
1088 |
margin: 0; |
|
1089 |
padding: 0; |
|
1090 |
list-style: none; |
|
1091 |
} |
|
1092 |
||
1093 |
a.rsswidget { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1094 |
font-size: 13px; |
5 | 1095 |
font-weight: 600; |
16 | 1096 |
line-height: 1.4; |
5 | 1097 |
} |
1098 |
||
1099 |
.rss-widget ul li { |
|
16 | 1100 |
line-height: 1.5; |
5 | 1101 |
margin-bottom: 12px; |
1102 |
} |
|
1103 |
||
1104 |
.rss-widget span.rss-date { |
|
18 | 1105 |
color: #646970; |
5 | 1106 |
font-size: 13px; |
1107 |
margin-left: 3px; |
|
1108 |
} |
|
1109 |
||
1110 |
.rss-widget cite { |
|
1111 |
display: block; |
|
1112 |
text-align: right; |
|
1113 |
margin: 0 0 1em; |
|
1114 |
padding: 0; |
|
1115 |
} |
|
1116 |
||
1117 |
.rss-widget cite:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1118 |
content: "\2014"; |
5 | 1119 |
} |
1120 |
||
1121 |
.dashboard-comment-wrap { |
|
1122 |
word-wrap: break-word; |
|
1123 |
} |
|
1124 |
||
1125 |
/* Browser Nag */ |
|
1126 |
#dashboard_browser_nag a.update-browser-link { |
|
1127 |
font-size: 1.2em; |
|
1128 |
font-weight: 600; |
|
1129 |
} |
|
1130 |
||
1131 |
#dashboard_browser_nag a { |
|
1132 |
text-decoration: underline; |
|
1133 |
} |
|
1134 |
||
1135 |
#dashboard_browser_nag p.browser-update-nag.has-browser-icon { |
|
18 | 1136 |
padding-right: 128px; |
5 | 1137 |
} |
1138 |
||
1139 |
#dashboard_browser_nag .browser-icon { |
|
18 | 1140 |
margin-top: -32px; |
5 | 1141 |
} |
1142 |
||
1143 |
#dashboard_browser_nag.postbox { |
|
18 | 1144 |
background-color: #b32d2e; |
5 | 1145 |
background-image: none; |
18 | 1146 |
border-color: #b32d2e; |
5 | 1147 |
color: #fff; |
1148 |
box-shadow: none; |
|
1149 |
} |
|
1150 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1151 |
#dashboard_browser_nag.postbox h2 { |
18 | 1152 |
border-bottom-color: transparent; |
5 | 1153 |
background: transparent none; |
1154 |
color: #fff; |
|
1155 |
box-shadow: none; |
|
1156 |
} |
|
1157 |
||
1158 |
#dashboard_browser_nag a { |
|
1159 |
color: #fff; |
|
1160 |
} |
|
1161 |
||
18 | 1162 |
#dashboard_browser_nag.postbox .postbox-header { |
1163 |
border-color: transparent; |
|
1164 |
} |
|
1165 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1166 |
#dashboard_browser_nag h2.hndle { |
5 | 1167 |
border: none; |
1168 |
font-weight: 600; |
|
1169 |
font-size: 20px; |
|
1170 |
padding-top: 10px; |
|
1171 |
} |
|
1172 |
||
1173 |
.postbox#dashboard_browser_nag p a.dismiss { |
|
1174 |
font-size: 14px; |
|
1175 |
} |
|
1176 |
||
1177 |
.postbox#dashboard_browser_nag p, |
|
1178 |
.postbox#dashboard_browser_nag a, |
|
1179 |
.postbox#dashboard_browser_nag p.browser-update-nag { |
|
1180 |
font-size: 16px; |
|
1181 |
} |
|
1182 |
||
9 | 1183 |
/* PHP Nag */ |
1184 |
#dashboard_php_nag .dashicons-warning { |
|
18 | 1185 |
color: #dba617; |
9 | 1186 |
padding-right: 6px; |
1187 |
} |
|
1188 |
||
1189 |
#dashboard_php_nag.php-insecure .dashicons-warning { |
|
18 | 1190 |
color: #d63638; |
9 | 1191 |
} |
1192 |
||
16 | 1193 |
#dashboard_php_nag h2 { |
1194 |
display: inline-block; |
|
1195 |
} |
|
1196 |
||
9 | 1197 |
#dashboard_php_nag p { |
1198 |
margin: 12px 0; |
|
1199 |
} |
|
1200 |
||
1201 |
#dashboard_php_nag h3 { |
|
1202 |
font-weight: 600; |
|
1203 |
} |
|
1204 |
||
1205 |
#dashboard_php_nag .button .dashicons-external { |
|
1206 |
line-height: 25px; |
|
1207 |
} |
|
1208 |
||
5 | 1209 |
/* =Media Queries |
1210 |
-------------------------------------------------------------- */ |
|
1211 |
||
19 | 1212 |
@media only screen and (min-width: 1600px) { |
1213 |
.welcome-panel .welcome-panel-column-container { |
|
1214 |
display: flex; |
|
1215 |
justify-content: center; |
|
1216 |
} |
|
1217 |
||
1218 |
.welcome-panel-column { |
|
1219 |
width: 100%; |
|
1220 |
max-width: 460px; |
|
1221 |
} |
|
1222 |
} |
|
1223 |
||
5 | 1224 |
/* one column on the dash */ |
1225 |
@media only screen and (max-width: 799px) { |
|
1226 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1227 |
width: 100%; |
|
1228 |
} |
|
16 | 1229 |
|
1230 |
#dashboard-widgets .meta-box-sortables { |
|
1231 |
min-height: 0; |
|
1232 |
} |
|
1233 |
||
1234 |
.is-dragging-metaboxes #dashboard-widgets .meta-box-sortables { |
|
1235 |
min-height: 100px; |
|
1236 |
} |
|
1237 |
||
1238 |
#dashboard-widgets .meta-box-sortables.empty-container { |
|
1239 |
margin-bottom: 0; |
|
1240 |
} |
|
5 | 1241 |
} |
1242 |
||
1243 |
/* two columns on the dash, but keep the setting if one is selected */ |
|
1244 |
@media only screen and (min-width: 800px) and (max-width: 1499px) { |
|
1245 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1246 |
width: 49.5%; |
|
1247 |
} |
|
1248 |
||
1249 |
#wpbody-content #dashboard-widgets #postbox-container-2, |
|
1250 |
#wpbody-content #dashboard-widgets #postbox-container-3, |
|
1251 |
#wpbody-content #dashboard-widgets #postbox-container-4 { |
|
1252 |
float: right; |
|
1253 |
width: 50.5%; |
|
1254 |
} |
|
1255 |
||
1256 |
#dashboard-widgets #postbox-container-3 .empty-container, |
|
1257 |
#dashboard-widgets #postbox-container-4 .empty-container { |
|
16 | 1258 |
outline: none; |
5 | 1259 |
height: 0; |
1260 |
min-height: 0; |
|
16 | 1261 |
margin-bottom: 0; |
5 | 1262 |
} |
1263 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1264 |
#dashboard-widgets #postbox-container-3 .empty-container:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1265 |
#dashboard-widgets #postbox-container-4 .empty-container:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1266 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1267 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1268 |
|
5 | 1269 |
#wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { |
1270 |
width: 100%; |
|
1271 |
} |
|
1272 |
||
16 | 1273 |
#wpbody #dashboard-widgets .metabox-holder.columns-1 .postbox-container .empty-container { |
1274 |
outline: none; |
|
5 | 1275 |
height: 0; |
1276 |
min-height: 0; |
|
16 | 1277 |
margin-bottom: 0; |
5 | 1278 |
} |
1279 |
||
1280 |
/* show the radio buttons for column prefs only for one or two columns */ |
|
1281 |
.index-php .screen-layout, |
|
1282 |
.index-php .columns-prefs { |
|
1283 |
display: block; |
|
1284 |
} |
|
1285 |
||
1286 |
.columns-prefs .columns-prefs-3, |
|
1287 |
.columns-prefs .columns-prefs-4 { |
|
1288 |
display: none; |
|
1289 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1290 |
|
16 | 1291 |
#dashboard-widgets .postbox-container .empty-container:after { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1292 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1293 |
} |
5 | 1294 |
} |
1295 |
||
1296 |
/* three columns on the dash */ |
|
1297 |
@media only screen and (min-width: 1500px) and (max-width: 1800px) { |
|
1298 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1299 |
width: 33.5%; |
|
1300 |
} |
|
1301 |
||
1302 |
#wpbody-content #dashboard-widgets #postbox-container-1 { |
|
1303 |
width: 33%; |
|
1304 |
} |
|
1305 |
||
1306 |
#wpbody-content #dashboard-widgets #postbox-container-3, |
|
1307 |
#wpbody-content #dashboard-widgets #postbox-container-4 { |
|
1308 |
float: right; |
|
1309 |
} |
|
1310 |
||
1311 |
#dashboard-widgets #postbox-container-4 .empty-container { |
|
16 | 1312 |
outline: none; |
5 | 1313 |
height: 0; |
1314 |
min-height: 0; |
|
16 | 1315 |
margin-bottom: 0; |
5 | 1316 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1317 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1318 |
#dashboard-widgets #postbox-container-4 .empty-container:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1319 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1320 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1321 |
|
16 | 1322 |
#dashboard-widgets .postbox-container .empty-container:after { |
1323 |
display: block; |
|
1324 |
} |
|
1325 |
} |
|
1326 |
||
1327 |
/* Always show the "Drag boxes here" CSS generated content on large screens. */ |
|
1328 |
@media only screen and (min-width: 1801px) { |
|
1329 |
#dashboard-widgets .postbox-container .empty-container:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1330 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1331 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1332 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1333 |
|
5 | 1334 |
@media screen and (max-width: 870px) { |
19 | 1335 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
5 | 1336 |
.welcome-panel .welcome-panel-column li { |
1337 |
display: inline-block; |
|
1338 |
margin-right: 13px; |
|
1339 |
} |
|
1340 |
||
19 | 1341 |
/* @deprecated 5.9.0 -- Lists removed from welcome panel. */ |
5 | 1342 |
.welcome-panel .welcome-panel-column ul { |
1343 |
margin: 0.4em 0 0; |
|
1344 |
} |
|
9 | 1345 |
|
5 | 1346 |
} |
1347 |
||
19 | 1348 |
@media screen and (max-width: 1180px) and (min-width: 783px) { |
1349 |
.welcome-panel-column { |
|
1350 |
grid-template-columns: 1fr; |
|
1351 |
} |
|
1352 |
||
1353 |
[class*="welcome-panel-icon"] { |
|
1354 |
display: none; |
|
1355 |
} |
|
1356 |
} |
|
1357 |
||
9 | 1358 |
@media screen and (max-width: 782px) { |
19 | 1359 |
.welcome-panel-header { |
1360 |
--about-header-bg-width: calc(var(--about-header-image-width) * 0.4); |
|
1361 |
--about-header-bg-offset-inline: 1rem; |
|
1362 |
} |
|
1363 |
||
1364 |
.welcome-panel-header-image { |
|
1365 |
top: 2rem; |
|
1366 |
} |
|
1367 |
||
1368 |
.welcome-panel .welcome-panel-column-container { |
|
1369 |
grid-template-columns: 1fr; |
|
1370 |
box-sizing: border-box; |
|
1371 |
padding: 32px; |
|
1372 |
width: 100%; |
|
1373 |
} |
|
1374 |
||
1375 |
.welcome-panel .welcome-panel-column-content { |
|
1376 |
max-width: 520px; |
|
1377 |
} |
|
1378 |
||
1379 |
/* Keep the close icon from overlapping the Welcome text. */ |
|
1380 |
.welcome-panel .welcome-panel-close { |
|
1381 |
overflow: hidden; |
|
1382 |
text-indent: 40px; |
|
1383 |
white-space: nowrap; |
|
1384 |
width: 20px; |
|
1385 |
height: 20px; |
|
1386 |
padding: 5px; |
|
1387 |
top: 5px; |
|
1388 |
right: 5px; |
|
1389 |
} |
|
1390 |
||
1391 |
.welcome-panel .welcome-panel-close::before { |
|
1392 |
top: 5px; |
|
1393 |
left: -35px; |
|
1394 |
} |
|
1395 |
||
16 | 1396 |
#dashboard-widgets h2 { |
1397 |
padding: 12px; |
|
1398 |
} |
|
1399 |
||
5 | 1400 |
#dashboard_recent_comments #the-comment-list .comment-item .avatar { |
1401 |
height: 30px; |
|
1402 |
width: 30px; |
|
1403 |
margin: 4px 10px 5px 0; |
|
1404 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1405 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1406 |
.community-events-toggle-location { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1407 |
height: 38px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1408 |
vertical-align: baseline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1409 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1410 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1411 |
.community-events-form .regular-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1412 |
height: 32px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1413 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1414 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1415 |
#community-events-submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1416 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1417 |
/* Override .wp-core-ui .button */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1418 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1419 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1420 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1421 |
.community-events-form label, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1422 |
#dashboard-widgets .community-events-cancel.button-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1423 |
/* Same properties as the submit button for cross-browsers alignment. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1424 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1425 |
line-height: normal; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1426 |
height: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1427 |
padding: 6px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1428 |
border: 1px solid transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1429 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1430 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1431 |
.community-events .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1432 |
margin-top: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1433 |
} |
5 | 1434 |
} |
1435 |
||
1436 |
/* Smartphone */ |
|
1437 |
@media screen and (max-width: 600px) { |
|
19 | 1438 |
.welcome-panel-header { |
1439 |
padding: 32px 32px 64px; |
|
5 | 1440 |
} |
1441 |
||
19 | 1442 |
.welcome-panel-header-image { |
1443 |
display: none; |
|
1444 |
} |
|
1445 |
} |
|
1446 |
||
1447 |
@media screen and (max-width: 480px) { |
|
1448 |
.welcome-panel-column { |
|
1449 |
gap: 16px; |
|
1450 |
} |
|
1451 |
} |
|
1452 |
||
1453 |
@media screen and (max-width: 360px) { |
|
1454 |
.welcome-panel-column { |
|
1455 |
grid-template-columns: 1fr; |
|
1456 |
} |
|
1457 |
||
1458 |
[class*="welcome-panel-icon"] { |
|
1459 |
display: none; |
|
5 | 1460 |
} |
1461 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1462 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1463 |
@media screen and (min-width: 355px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1464 |
.community-events .event-info { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1465 |
display: table-row; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1466 |
float: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1467 |
max-width: 59%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1468 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1469 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1470 |
.event-icon, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1471 |
.event-icon[aria-hidden="true"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1472 |
display: table-cell; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1473 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1474 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1475 |
.event-info-inner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1476 |
display: table-cell; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1477 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1478 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1479 |
.community-events .event-date-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1480 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1481 |
max-width: 39%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1482 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1483 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1484 |
.community-events .event-date, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1485 |
.community-events .event-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1486 |
text-align: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1487 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1488 |
} |