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