author | ymh <ymh.work@gmail.com> |
Tue, 15 Oct 2019 15:48:13 +0200 | |
changeset 13 | d255fe9cd479 |
parent 9 | 177826044cd9 |
child 16 | a86126ab1dd4 |
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 |
.ie8 #wpbody-content #dashboard-widgets .postbox-container { |
|
42 |
width: 49.5%; |
|
43 |
} |
|
44 |
||
45 |
.ie8 #wpbody-content #dashboard-widgets #postbox-container-2, |
|
46 |
.ie8 #wpbody-content #dashboard-widgets #postbox-container-3, |
|
47 |
.ie8 #wpbody-content #dashboard-widgets #postbox-container-4 { |
|
48 |
float: right; |
|
49 |
width: 50.5%; |
|
50 |
} |
|
51 |
||
52 |
.ie8 #dashboard-widgets #postbox-container-3 .empty-container, |
|
53 |
.ie8 #dashboard-widgets #postbox-container-4 .empty-container { |
|
54 |
border: 0 none; |
|
55 |
height: 0; |
|
56 |
min-height: 0; |
|
57 |
} |
|
58 |
||
59 |
#dashboard-widgets-wrap { |
|
60 |
overflow: hidden; |
|
61 |
margin: 0 -8px; |
|
62 |
} |
|
63 |
||
64 |
#dashboard-widgets .postbox .inside { |
|
65 |
margin-bottom: 0; |
|
66 |
} |
|
67 |
||
68 |
#dashboard-widgets .meta-box-sortables { |
|
69 |
margin: 0 8px; |
|
70 |
min-height: 100px; |
|
71 |
} |
|
72 |
||
73 |
/* @todo: this was originally in this section, but likely belongs elsewhere */ |
|
74 |
#the-comment-list td.comment p.comment-author { |
|
75 |
margin-top: 0; |
|
76 |
margin-left: 0; |
|
77 |
} |
|
78 |
||
79 |
#the-comment-list p.comment-author img { |
|
80 |
float: left; |
|
81 |
margin-right: 8px; |
|
82 |
} |
|
83 |
||
84 |
#the-comment-list p.comment-author strong a { |
|
85 |
border: none; |
|
86 |
} |
|
87 |
||
88 |
#the-comment-list td { |
|
89 |
vertical-align: top; |
|
90 |
} |
|
91 |
||
92 |
#the-comment-list td.comment { |
|
93 |
word-wrap: break-word; |
|
94 |
} |
|
95 |
||
96 |
#the-comment-list td.comment img { |
|
97 |
max-width: 100%; |
|
98 |
} |
|
99 |
||
100 |
/* Welcome Panel */ |
|
9 | 101 |
.welcome-panel { |
5 | 102 |
position: relative; |
103 |
overflow: auto; |
|
104 |
margin: 16px 0; |
|
105 |
padding: 23px 10px 0; |
|
106 |
border: 1px solid #e5e5e5; |
|
9 | 107 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 108 |
background: #fff; |
109 |
font-size: 13px; |
|
110 |
line-height: 2.1em; |
|
111 |
} |
|
112 |
||
9 | 113 |
.welcome-panel h2 { |
5 | 114 |
margin: 0; |
115 |
font-size: 21px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
116 |
font-weight: 400; |
5 | 117 |
line-height: 1.2; |
118 |
} |
|
119 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
120 |
.welcome-panel h3 { |
5 | 121 |
margin: 1.33em 0 0; |
122 |
font-size: 16px; |
|
123 |
} |
|
124 |
||
9 | 125 |
.welcome-panel li { |
5 | 126 |
font-size: 14px; |
127 |
} |
|
128 |
||
9 | 129 |
.welcome-panel p { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
130 |
color: #72777c; |
5 | 131 |
} |
132 |
||
9 | 133 |
.welcome-panel a { |
5 | 134 |
text-decoration: none; |
135 |
} |
|
136 |
||
9 | 137 |
.welcome-panel .about-description { |
5 | 138 |
font-size: 16px; |
139 |
margin: 0; |
|
140 |
} |
|
141 |
||
9 | 142 |
.welcome-panel .welcome-panel-close { |
5 | 143 |
position: absolute; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
144 |
top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
145 |
right: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
146 |
padding: 10px 15px 10px 21px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
147 |
font-size: 13px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
148 |
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
|
149 |
text-decoration: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
150 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
151 |
|
9 | 152 |
.welcome-panel .welcome-panel-close:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
153 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
154 |
top: 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
155 |
left: 0; |
5 | 156 |
transition: all .1s ease-in-out; |
157 |
} |
|
158 |
||
159 |
.wp-core-ui .welcome-panel .button.button-hero { |
|
160 |
margin: 15px 13px 3px 0; |
|
161 |
padding: 12px 36px; |
|
162 |
height: auto; |
|
163 |
line-height: 1.4285714; |
|
164 |
white-space: normal; |
|
165 |
} |
|
166 |
||
9 | 167 |
.welcome-panel-content { |
168 |
margin-left: 13px; |
|
5 | 169 |
max-width: 1500px; |
170 |
} |
|
171 |
||
172 |
.welcome-panel .welcome-panel-column-container { |
|
173 |
clear: both; |
|
174 |
position: relative; |
|
175 |
} |
|
176 |
||
177 |
.welcome-panel .welcome-panel-column { |
|
178 |
width: 32%; |
|
179 |
min-width: 200px; |
|
180 |
float: left; |
|
181 |
} |
|
182 |
||
183 |
.ie8 .welcome-panel .welcome-panel-column { |
|
184 |
min-width: 230px; |
|
185 |
} |
|
186 |
||
187 |
.welcome-panel .welcome-panel-column:first-child { |
|
188 |
width: 36%; |
|
189 |
} |
|
190 |
||
191 |
.welcome-panel-column p.hide-if-no-customize { |
|
192 |
margin-top: 10px; |
|
193 |
} |
|
194 |
||
9 | 195 |
.welcome-panel-column p { |
5 | 196 |
margin-top: 7px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
197 |
color: #444; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
198 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
199 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
200 |
.welcome-panel .welcome-widgets-menus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
201 |
line-height: 16px; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
204 |
.welcome-panel .welcome-panel-column ul { |
9 | 205 |
margin: 0.8em 1em 1em 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
206 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
207 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
208 |
.welcome-panel .welcome-panel-column li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
209 |
line-height: 16px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
210 |
list-style-type: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
211 |
padding: 0 0 8px; |
5 | 212 |
} |
213 |
||
214 |
.welcome-panel .welcome-icon { |
|
215 |
background: transparent !important; |
|
216 |
} |
|
217 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
218 |
/* Welcome Panel and Right Now common Icons style */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
219 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
220 |
.welcome-panel .welcome-icon:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
221 |
#dashboard_right_now li a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
222 |
#dashboard_right_now li span:before { |
5 | 223 |
color: #82878c; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
224 |
font: normal 20px/1 dashicons; |
5 | 225 |
speak: none; |
226 |
display: inline-block; |
|
227 |
padding: 0 10px 0 0; |
|
228 |
position: relative; |
|
229 |
-webkit-font-smoothing: antialiased; |
|
230 |
-moz-osx-font-smoothing: grayscale; |
|
231 |
text-decoration: none !important; |
|
232 |
vertical-align: top; |
|
233 |
} |
|
234 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
235 |
/* Welcome Panel specific Icons styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
236 |
|
5 | 237 |
.welcome-panel .welcome-write-blog:before, |
238 |
.welcome-panel .welcome-edit-page:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
239 |
content: "\f119"; |
5 | 240 |
top: -3px; |
241 |
} |
|
242 |
||
243 |
.welcome-panel .welcome-add-page:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
244 |
content: "\f132"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
245 |
top: -1px; |
5 | 246 |
} |
247 |
||
9 | 248 |
.welcome-panel .welcome-setup-home:before { |
249 |
content: "\f102"; |
|
250 |
top: -1px; |
|
251 |
} |
|
252 |
||
5 | 253 |
.welcome-panel .welcome-view-site:before { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
254 |
content: "\f115"; |
5 | 255 |
top: -2px; |
256 |
} |
|
257 |
||
258 |
.welcome-panel .welcome-widgets-menus:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
259 |
content: "\f116"; |
5 | 260 |
top: -2px; |
261 |
} |
|
262 |
||
263 |
.welcome-panel .welcome-comments:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
264 |
content: "\f117"; |
5 | 265 |
top: -1px; |
266 |
} |
|
267 |
||
268 |
.welcome-panel .welcome-learn-more:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
269 |
content: "\f118"; |
5 | 270 |
top: -1px; |
271 |
} |
|
272 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
273 |
/* Right Now specific Icons styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
274 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
275 |
#dashboard_right_now li a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
276 |
#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
|
277 |
content: "\f159"; /* generic icon for items added by CPTs ? */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
278 |
padding: 0 5px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
279 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
280 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
281 |
#dashboard_right_now .page-count a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
282 |
#dashboard_right_now .page-count span:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
283 |
content: "\f105"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
284 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
285 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
286 |
#dashboard_right_now .post-count a:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
287 |
#dashboard_right_now .post-count span:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
288 |
content: "\f109"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
289 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
290 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
291 |
#dashboard_right_now .comment-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
292 |
content: "\f101"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
293 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
294 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
295 |
#dashboard_right_now .comment-mod-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
296 |
content: "\f125"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
297 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
298 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
299 |
#dashboard_right_now .storage-count a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
300 |
content: "\f104"; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
303 |
#dashboard_right_now .storage-count.warning a:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
304 |
content: "\f153"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
305 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
306 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
307 |
/* Dashboard WordPress events */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
308 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
309 |
.community-events-errors { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
310 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
311 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
312 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
313 |
.community-events-loading { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
314 |
padding: 10px 12px 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
315 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
316 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
317 |
.community-events { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
318 |
margin-bottom: 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
319 |
padding: 0 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
320 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
321 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
322 |
.community-events .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
323 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
324 |
margin: 5px 2px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
325 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
326 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
327 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
328 |
.community-events-errors[aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
329 |
.community-events-errors [aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
330 |
.community-events-loading[aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
331 |
.community-events[aria-hidden="true"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
332 |
.community-events [aria-hidden="true"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
333 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
334 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
335 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
336 |
.community-events .activity-block:first-child, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
337 |
.community-events h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
338 |
padding-top: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
339 |
padding-bottom: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
340 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
341 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
342 |
.community-events-form { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
343 |
margin: 15px 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
344 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
345 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
346 |
.community-events-form .regular-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
347 |
width: 40%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
348 |
height: 29px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
349 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
350 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
351 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
352 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
353 |
.community-events li.event-none { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
354 |
border-left: 4px solid #00a0d2; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
355 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
356 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
357 |
.community-events-form label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
358 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
359 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
360 |
line-height: 28px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
361 |
height: 28px; |
5 | 362 |
} |
363 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
364 |
.community-events .activity-block > p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
365 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
366 |
display: inline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
367 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
368 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
369 |
.community-events-toggle-location { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
370 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
371 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
372 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
373 |
#community-events-submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
374 |
margin-left: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
375 |
margin-right: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
376 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
377 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
378 |
/* Needs higher specificity than #dashboard-widgets .button-link */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
379 |
#dashboard-widgets .community-events-cancel.button-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
380 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
381 |
/* 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
|
382 |
line-height: 26px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
383 |
height: 28px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
384 |
text-decoration: underline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
385 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
386 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
387 |
.community-events ul { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
388 |
background-color: #fafafa; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
389 |
padding-left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
390 |
padding-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
391 |
padding-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
392 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
393 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
394 |
.community-events li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
395 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
396 |
padding: 8px 12px; |
9 | 397 |
color: #32373c; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
398 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
399 |
.community-events li:first-child { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
400 |
border-top: 1px solid #eee; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
401 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
402 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
403 |
.community-events li ~ li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
404 |
border-top: 1px solid #eee; |
5 | 405 |
} |
406 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
407 |
.community-events .activity-block.last { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
408 |
border-bottom: 1px solid #eee; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
409 |
padding-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
410 |
margin-top: -1px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
411 |
} |
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 |
.community-events .event-info { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
414 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
415 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
416 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
417 |
.event-icon { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
418 |
height: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
419 |
padding-right: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
420 |
width: 18px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
421 |
display: none; /* Hide on smaller screens */ |
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 |
.event-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
425 |
color: #82878C; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
426 |
font-size: 18px; |
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 |
.event-meetup .event-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
429 |
content: "\f484"; |
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 |
.event-wordcamp .event-icon:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
432 |
content: "\f486"; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
435 |
.community-events .event-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
436 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
437 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
438 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
439 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
440 |
.community-events .event-date, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
441 |
.community-events .event-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
442 |
display: block; |
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-footer { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
446 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
447 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
448 |
padding: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
449 |
border-top: 1px solid #eee; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
450 |
color: #ddd; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
451 |
} |
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 |
/* 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
|
454 |
.community-events-footer .screen-reader-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
455 |
height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
456 |
white-space: nowrap; |
5 | 457 |
} |
458 |
||
459 |
/* Dashboard WordPress news */ |
|
460 |
||
461 |
#dashboard_primary .inside { |
|
462 |
margin: 0; |
|
463 |
padding: 0; |
|
464 |
} |
|
465 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
466 |
#dashboard_primary .widget-loading { |
5 | 467 |
padding: 12px 12px 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
468 |
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
|
469 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
470 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
471 |
/* Notice when JS is off. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
472 |
#dashboard_primary .inside .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
473 |
margin: 0; |
5 | 474 |
} |
475 |
||
476 |
body #dashboard-widgets .postbox form .submit { |
|
477 |
margin: 0; |
|
478 |
} |
|
479 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
480 |
/* Used only for configurable widgets. */ |
5 | 481 |
.dashboard-widget-control-form p { |
482 |
margin-top: 0; |
|
483 |
} |
|
484 |
||
485 |
.rssSummary { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
486 |
color: #72777c; |
5 | 487 |
margin-top: 4px; |
488 |
} |
|
489 |
||
490 |
#dashboard_primary .rss-widget { |
|
491 |
font-size: 13px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
492 |
padding: 0 12px 0; |
5 | 493 |
} |
494 |
||
495 |
#dashboard_primary .rss-widget:last-child { |
|
496 |
border-bottom: none; |
|
497 |
padding-bottom: 8px; |
|
498 |
} |
|
499 |
||
500 |
#dashboard_primary .rss-widget a { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
501 |
font-weight: 400; |
5 | 502 |
} |
503 |
||
504 |
#dashboard_primary .rss-widget span, |
|
505 |
#dashboard_primary .rss-widget span.rss-date { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
506 |
color: #72777c; |
5 | 507 |
} |
508 |
||
509 |
#dashboard_primary .rss-widget span.rss-date { |
|
510 |
margin-left: 12px; |
|
511 |
} |
|
512 |
||
513 |
#dashboard_primary .rss-widget ul li { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
514 |
padding: 4px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
515 |
margin: 0; |
5 | 516 |
} |
517 |
||
518 |
/* Dashboard right now */ |
|
519 |
||
520 |
#dashboard_right_now ul { |
|
521 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
522 |
/* contain floats but don't use overflow: hidden */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
523 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
524 |
width: 100%; |
5 | 525 |
} |
526 |
||
527 |
#dashboard_right_now li { |
|
528 |
width: 50%; |
|
529 |
float: left; |
|
530 |
margin-bottom: 10px; |
|
531 |
} |
|
532 |
||
533 |
#dashboard_right_now .inside { |
|
534 |
padding: 0; |
|
535 |
} |
|
536 |
||
537 |
#dashboard_right_now .main { |
|
538 |
padding: 0 12px 11px; |
|
539 |
} |
|
540 |
||
541 |
#dashboard_right_now .main p { |
|
542 |
margin: 0; |
|
543 |
} |
|
544 |
||
545 |
#dashboard_right_now #wp-version-message .button { |
|
546 |
float: right; |
|
547 |
position: relative; |
|
548 |
top: -5px; |
|
549 |
margin-left: 5px; |
|
550 |
} |
|
551 |
||
552 |
.mu-storage { |
|
553 |
overflow: hidden; |
|
554 |
} |
|
555 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
556 |
#dashboard-widgets h3.mu-storage { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
557 |
margin: 0 0 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
558 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
559 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
560 |
font-weight: 400; |
5 | 561 |
} |
562 |
||
563 |
/* Dashboard right now - Colors */ |
|
564 |
||
565 |
#dashboard_right_now .sub { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
566 |
color: #555d66; |
5 | 567 |
background: #f5f5f5; |
568 |
border-top: 1px solid #eee; |
|
569 |
padding: 10px 12px 6px 12px; |
|
570 |
} |
|
571 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
572 |
#dashboard_right_now .sub h3 { |
5 | 573 |
color: #555; |
574 |
} |
|
575 |
||
576 |
#dashboard_right_now .sub p { |
|
577 |
margin: 0 0 1em; |
|
578 |
} |
|
579 |
||
580 |
#dashboard_right_now .warning a:before, |
|
581 |
#dashboard_right_now .warning span:before { |
|
582 |
color: #d54e21; |
|
583 |
} |
|
584 |
||
585 |
/* Dashboard Quick Draft */ |
|
586 |
||
587 |
#dashboard_quick_press .inside { |
|
588 |
margin: 0; |
|
589 |
padding: 0; |
|
590 |
} |
|
591 |
||
592 |
#dashboard_quick_press div.updated { |
|
593 |
margin-bottom: 10px; |
|
594 |
border: 1px solid #eee; |
|
595 |
border-width: 1px 1px 1px 0; |
|
596 |
} |
|
597 |
||
598 |
#dashboard_quick_press form { |
|
599 |
margin: 12px; |
|
600 |
} |
|
601 |
||
9 | 602 |
#dashboard_quick_press .drafts { |
5 | 603 |
padding: 10px 0 0; |
604 |
} |
|
605 |
||
606 |
/* Dashboard Quick Draft - Form styling */ |
|
607 |
||
9 | 608 |
#dashboard_quick_press label { |
609 |
display: inline-block; |
|
610 |
margin-bottom: 4px; |
|
5 | 611 |
} |
612 |
||
613 |
#dashboard_quick_press input, |
|
614 |
#dashboard_quick_press textarea { |
|
615 |
box-sizing: border-box; |
|
616 |
margin: 0; |
|
617 |
} |
|
618 |
||
619 |
#dashboard-widgets .postbox form .submit { |
|
620 |
margin: -39px 0; |
|
621 |
float: right; |
|
622 |
} |
|
623 |
||
624 |
#description-wrap { |
|
625 |
margin-top: 12px; |
|
626 |
} |
|
627 |
||
628 |
#quick-press textarea#content { |
|
629 |
min-height: 90px; |
|
630 |
max-height: 1300px; |
|
9 | 631 |
margin: 0 0 8px; |
632 |
padding: 6px 7px; |
|
5 | 633 |
resize: none; |
634 |
} |
|
635 |
||
636 |
/* Dashboard Quick Draft - Drafts list */ |
|
637 |
||
638 |
.js #dashboard_quick_press .drafts { |
|
639 |
border-top: 1px solid #eee; |
|
640 |
} |
|
641 |
||
642 |
#dashboard_quick_press .drafts abbr { |
|
643 |
border: none; |
|
644 |
} |
|
645 |
||
646 |
#dashboard_quick_press .drafts .view-all { |
|
647 |
float: right; |
|
648 |
margin: 0 12px 0 0; |
|
649 |
} |
|
650 |
||
651 |
#dashboard_primary a.rsswidget { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
652 |
font-weight: 400; |
5 | 653 |
} |
654 |
||
655 |
#dashboard_quick_press .drafts ul { |
|
656 |
margin: 0 12px; |
|
657 |
} |
|
658 |
||
659 |
#dashboard_quick_press .drafts li { |
|
660 |
margin-bottom: 1em; |
|
661 |
} |
|
662 |
#dashboard_quick_press .drafts li time { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
663 |
color: #72777c; |
5 | 664 |
} |
665 |
||
666 |
#dashboard_quick_press .drafts p { |
|
667 |
margin: 0; |
|
668 |
word-wrap: break-word; |
|
669 |
} |
|
670 |
||
671 |
#dashboard_quick_press .draft-title { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
672 |
word-wrap: break-word; |
5 | 673 |
} |
674 |
||
675 |
#dashboard_quick_press .draft-title a, |
|
676 |
#dashboard_quick_press .draft-title time { |
|
677 |
margin: 0 5px 0 0; |
|
678 |
} |
|
679 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
680 |
/* Dashboard common styles */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
681 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
682 |
#dashboard-widgets h4, /* Back-compat for pre-4.4 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
683 |
#dashboard-widgets h3, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
684 |
#dashboard_quick_press .drafts h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
685 |
margin: 0 12px 8px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
686 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
687 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
688 |
font-weight: 400; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
689 |
color: #23282d; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
690 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
691 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
692 |
#dashboard_quick_press .drafts h2 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
693 |
line-height: inherit; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
694 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
695 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
696 |
#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
|
697 |
#dashboard-widgets .inside h3 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
698 |
margin-left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
699 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
700 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
701 |
|
5 | 702 |
/* Dashboard activity widget */ |
703 |
||
704 |
#dashboard_activity .comment-meta span.approve:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
705 |
content: "\f227"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
706 |
font: 20px/.5 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
707 |
margin-left: 5px; |
5 | 708 |
vertical-align: middle; |
709 |
position: relative; |
|
710 |
top: -1px; |
|
711 |
margin-right: 2px; |
|
712 |
} |
|
713 |
||
714 |
#dashboard_activity .inside { |
|
715 |
margin: 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
716 |
padding-bottom: 0; |
5 | 717 |
} |
718 |
||
719 |
#dashboard_activity .no-activity { |
|
720 |
overflow: hidden; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
721 |
padding: 0 0 12px; |
5 | 722 |
text-align: center; |
723 |
} |
|
724 |
||
725 |
#dashboard_activity .no-activity p { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
726 |
color: #72777c; |
5 | 727 |
font-size: 16px; |
728 |
} |
|
729 |
||
730 |
#dashboard_activity .no-activity .smiley { |
|
731 |
margin-top: 0; |
|
732 |
} |
|
733 |
||
734 |
#dashboard_activity .no-activity .smiley:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
735 |
content: "\f328"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
736 |
font: normal 120px/1 dashicons; |
5 | 737 |
speak: none; |
738 |
display: block; |
|
739 |
margin: 0 5px 0 0; |
|
740 |
padding: 0; |
|
741 |
text-indent: 0; |
|
742 |
text-align: center; |
|
743 |
position: relative; |
|
744 |
-webkit-font-smoothing: antialiased; |
|
745 |
text-decoration: none !important; |
|
746 |
} |
|
747 |
||
748 |
#dashboard_activity .subsubsub { |
|
749 |
float: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
750 |
border-top: 1px solid #eee; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
751 |
margin: 0 -12px; |
5 | 752 |
padding: 8px 12px 4px; |
753 |
} |
|
754 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
755 |
#dashboard_activity .subsubsub a .count, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
756 |
#dashboard_activity .subsubsub a.current .count { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
757 |
color: #72777c; /* white background on the dashboard but #f1f1f1 on list tables */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
758 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
759 |
|
5 | 760 |
#future-posts ul, |
761 |
#published-posts ul { |
|
762 |
clear: both; |
|
763 |
margin-bottom: 0; |
|
764 |
} |
|
765 |
||
766 |
#future-posts li, |
|
767 |
#published-posts li { |
|
768 |
margin-bottom: 8px; |
|
769 |
} |
|
770 |
||
771 |
#future-posts ul span, |
|
772 |
#published-posts ul span { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
773 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
774 |
margin-right: 5px; |
5 | 775 |
min-width: 150px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
776 |
color: #72777c; |
5 | 777 |
} |
778 |
||
779 |
.activity-block { |
|
780 |
border-bottom: 1px solid #eee; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
781 |
margin: 0 -12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
782 |
padding: 8px 12px 4px; |
5 | 783 |
} |
784 |
||
785 |
.activity-block:last-child { |
|
786 |
border-bottom: none; |
|
787 |
} |
|
788 |
||
789 |
.activity-block .subsubsub li { |
|
790 |
color: #ddd; |
|
791 |
} |
|
792 |
||
793 |
/* Dashboard activity widget - Comments */ |
|
794 |
/* @todo: needs serious de-duplication */ |
|
795 |
||
796 |
#activity-widget #the-comment-list tr.undo, |
|
797 |
#activity-widget #the-comment-list div.undo { |
|
798 |
background: none; |
|
799 |
padding: 6px 0; |
|
800 |
margin-left: 12px; |
|
801 |
} |
|
802 |
||
803 |
#activity-widget #the-comment-list .comment-item { |
|
804 |
background: #fafafa; |
|
805 |
padding: 12px; |
|
806 |
position: relative; |
|
807 |
} |
|
808 |
||
809 |
#activity-widget #the-comment-list .avatar { |
|
810 |
position: absolute; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
811 |
top: 12px; |
5 | 812 |
} |
813 |
||
814 |
#activity-widget #the-comment-list .dashboard-comment-wrap { |
|
815 |
padding-left: 63px; |
|
816 |
} |
|
817 |
||
818 |
#activity-widget #the-comment-list .dashboard-comment-wrap blockquote { |
|
819 |
margin: 1em 0; |
|
820 |
} |
|
821 |
||
822 |
#activity-widget #the-comment-list .comment-item p.row-actions { |
|
823 |
margin: 4px 0 0 0; |
|
824 |
} |
|
825 |
||
826 |
#activity-widget #the-comment-list .comment-item:first-child { |
|
827 |
border-top: 1px solid #eeeeee; |
|
828 |
} |
|
829 |
||
830 |
#activity-widget #the-comment-list .unapproved { |
|
831 |
background-color: #fef7f1; |
|
832 |
} |
|
833 |
||
834 |
#activity-widget #the-comment-list .unapproved:before { |
|
835 |
content: ""; |
|
836 |
display: block; |
|
837 |
position: absolute; |
|
838 |
left: 0; |
|
839 |
top: 0; |
|
840 |
bottom: 0; |
|
841 |
background: #d54e21; |
|
842 |
width: 4px; |
|
843 |
} |
|
844 |
||
845 |
#activity-widget #the-comment-list .spam-undo-inside .avatar, |
|
846 |
#activity-widget #the-comment-list .trash-undo-inside .avatar { |
|
847 |
position: relative; |
|
848 |
top: 0; |
|
849 |
} |
|
850 |
||
851 |
/* Browse happy box */ |
|
852 |
||
853 |
#dashboard-widgets #dashboard_browser_nag.postbox .inside { |
|
854 |
margin: 10px; |
|
855 |
} |
|
856 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
857 |
.postbox .button-link .edit-box { |
5 | 858 |
display: none; |
859 |
} |
|
860 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
861 |
.edit-box { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
862 |
opacity: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
863 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
864 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
865 |
.hndle:hover .edit-box, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
866 |
.edit-box:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
867 |
opacity: 1; |
5 | 868 |
} |
869 |
||
870 |
#dashboard-widgets form .input-text-wrap input { |
|
871 |
width: 100%; |
|
872 |
} |
|
873 |
||
874 |
#dashboard-widgets form .textarea-wrap textarea { |
|
875 |
width: 100%; |
|
876 |
} |
|
877 |
||
878 |
#dashboard-widgets .postbox form .submit { |
|
879 |
float: none; |
|
880 |
margin: .5em 0 0; |
|
881 |
padding: 0; |
|
882 |
border: none; |
|
883 |
} |
|
884 |
||
885 |
#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish { |
|
886 |
min-width: 0; |
|
887 |
} |
|
888 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
889 |
#dashboard-widgets a, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
890 |
#dashboard-widgets .button-link { |
5 | 891 |
text-decoration: none; |
892 |
} |
|
893 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
894 |
#dashboard-widgets h2 a { |
5 | 895 |
text-decoration: underline; |
896 |
} |
|
897 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
898 |
#dashboard-widgets .hndle .postbox-title-action { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
899 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
900 |
line-height: 1.2; |
5 | 901 |
} |
902 |
||
903 |
#dashboard_plugins h5 { |
|
904 |
font-size: 14px; |
|
905 |
} |
|
906 |
||
907 |
/* Recent Comments */ |
|
908 |
||
909 |
#latest-comments #the-comment-list { |
|
910 |
position: relative; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
911 |
margin: 0 -12px; |
5 | 912 |
} |
913 |
||
914 |
#activity-widget #the-comment-list .comment, |
|
915 |
#activity-widget #the-comment-list .pingback { |
|
916 |
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06); |
|
917 |
} |
|
918 |
||
919 |
#activity-widget .comments #the-comment-list .alt { |
|
920 |
background-color: transparent; |
|
921 |
} |
|
922 |
||
923 |
#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
|
924 |
/* 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
|
925 |
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
|
926 |
min-height: 50px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
927 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
928 |
padding: 12px; |
5 | 929 |
} |
930 |
||
931 |
#latest-comments #the-comment-list .pingback { |
|
932 |
padding-left: 12px !important; |
|
933 |
} |
|
934 |
||
935 |
#latest-comments #the-comment-list .comment-item:first-child { |
|
936 |
border-top: none; |
|
937 |
} |
|
938 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
939 |
#latest-comments #the-comment-list .comment-meta { |
5 | 940 |
line-height: 1.5em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
941 |
margin: 0; |
5 | 942 |
color: #666; |
943 |
} |
|
944 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
945 |
#latest-comments #the-comment-list .comment-meta cite { |
5 | 946 |
font-style: normal; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
947 |
font-weight: 400; |
5 | 948 |
} |
949 |
||
950 |
#latest-comments #the-comment-list .comment-item blockquote, |
|
951 |
#latest-comments #the-comment-list .comment-item blockquote p { |
|
952 |
margin: 0; |
|
953 |
padding: 0; |
|
954 |
display: inline; |
|
955 |
} |
|
956 |
||
957 |
#latest-comments #the-comment-list .comment-item p.row-actions { |
|
958 |
margin: 3px 0 0; |
|
959 |
padding: 0; |
|
960 |
font-size: 13px; |
|
961 |
} |
|
962 |
||
963 |
/* Feeds */ |
|
964 |
.rss-widget ul { |
|
965 |
margin: 0; |
|
966 |
padding: 0; |
|
967 |
list-style: none; |
|
968 |
} |
|
969 |
||
970 |
a.rsswidget { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
971 |
font-size: 13px; |
5 | 972 |
font-weight: 600; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
973 |
line-height: 1.4em; |
5 | 974 |
} |
975 |
||
976 |
.rss-widget ul li { |
|
977 |
line-height: 1.5em; |
|
978 |
margin-bottom: 12px; |
|
979 |
} |
|
980 |
||
981 |
.rss-widget span.rss-date { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
982 |
color: #72777c; |
5 | 983 |
font-size: 13px; |
984 |
margin-left: 3px; |
|
985 |
} |
|
986 |
||
987 |
.rss-widget cite { |
|
988 |
display: block; |
|
989 |
text-align: right; |
|
990 |
margin: 0 0 1em; |
|
991 |
padding: 0; |
|
992 |
} |
|
993 |
||
994 |
.rss-widget cite:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
995 |
content: "\2014"; |
5 | 996 |
} |
997 |
||
998 |
.dashboard-comment-wrap { |
|
999 |
word-wrap: break-word; |
|
1000 |
} |
|
1001 |
||
1002 |
/* Browser Nag */ |
|
1003 |
#dashboard_browser_nag a.update-browser-link { |
|
1004 |
font-size: 1.2em; |
|
1005 |
font-weight: 600; |
|
1006 |
} |
|
1007 |
||
1008 |
#dashboard_browser_nag a { |
|
1009 |
text-decoration: underline; |
|
1010 |
} |
|
1011 |
||
1012 |
#dashboard_browser_nag p.browser-update-nag.has-browser-icon { |
|
1013 |
padding-right: 125px; |
|
1014 |
} |
|
1015 |
||
1016 |
#dashboard_browser_nag .browser-icon { |
|
1017 |
margin-top: -35px; |
|
1018 |
} |
|
1019 |
||
1020 |
#dashboard_browser_nag.postbox.browser-insecure { |
|
1021 |
background-color: #ac1b1b; |
|
1022 |
border-color: #ac1b1b; |
|
1023 |
} |
|
1024 |
||
1025 |
#dashboard_browser_nag.postbox { |
|
1026 |
background-color: #e29808; |
|
1027 |
background-image: none; |
|
1028 |
border-color: #edc048; |
|
1029 |
color: #fff; |
|
1030 |
box-shadow: none; |
|
1031 |
} |
|
1032 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1033 |
#dashboard_browser_nag.postbox.browser-insecure h2 { |
5 | 1034 |
border-bottom-color: #cd5a5a; |
1035 |
color: #fff; |
|
1036 |
} |
|
1037 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1038 |
#dashboard_browser_nag.postbox h2 { |
5 | 1039 |
border-bottom-color: #f6e2ac; |
1040 |
background: transparent none; |
|
1041 |
color: #fff; |
|
1042 |
box-shadow: none; |
|
1043 |
} |
|
1044 |
||
1045 |
#dashboard_browser_nag a { |
|
1046 |
color: #fff; |
|
1047 |
} |
|
1048 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1049 |
#dashboard_browser_nag h2.hndle { |
5 | 1050 |
border: none; |
1051 |
font-weight: 600; |
|
1052 |
font-size: 20px; |
|
1053 |
padding-top: 10px; |
|
1054 |
} |
|
1055 |
||
1056 |
.postbox#dashboard_browser_nag p a.dismiss { |
|
1057 |
font-size: 14px; |
|
1058 |
} |
|
1059 |
||
1060 |
.postbox#dashboard_browser_nag p, |
|
1061 |
.postbox#dashboard_browser_nag a, |
|
1062 |
.postbox#dashboard_browser_nag p.browser-update-nag { |
|
1063 |
font-size: 16px; |
|
1064 |
} |
|
1065 |
||
9 | 1066 |
/* PHP Nag */ |
1067 |
#dashboard_php_nag .dashicons-warning { |
|
1068 |
color: #ffb900; |
|
1069 |
padding-right: 6px; |
|
1070 |
} |
|
1071 |
||
1072 |
#dashboard_php_nag.php-insecure .dashicons-warning { |
|
1073 |
color: #df3232; |
|
1074 |
} |
|
1075 |
||
1076 |
#dashboard_php_nag p { |
|
1077 |
margin: 12px 0; |
|
1078 |
} |
|
1079 |
||
1080 |
#dashboard_php_nag h3 { |
|
1081 |
font-weight: 600; |
|
1082 |
} |
|
1083 |
||
1084 |
#dashboard_php_nag .button .dashicons-external { |
|
1085 |
line-height: 25px; |
|
1086 |
} |
|
1087 |
||
5 | 1088 |
/* =Media Queries |
1089 |
-------------------------------------------------------------- */ |
|
1090 |
||
1091 |
/* one column on the dash */ |
|
1092 |
@media only screen and (max-width: 799px) { |
|
1093 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1094 |
width: 100%; |
|
1095 |
} |
|
1096 |
} |
|
1097 |
||
1098 |
/* two columns on the dash, but keep the setting if one is selected */ |
|
1099 |
@media only screen and (min-width: 800px) and (max-width: 1499px) { |
|
1100 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1101 |
width: 49.5%; |
|
1102 |
} |
|
1103 |
||
1104 |
#wpbody-content #dashboard-widgets #postbox-container-2, |
|
1105 |
#wpbody-content #dashboard-widgets #postbox-container-3, |
|
1106 |
#wpbody-content #dashboard-widgets #postbox-container-4 { |
|
1107 |
float: right; |
|
1108 |
width: 50.5%; |
|
1109 |
} |
|
1110 |
||
1111 |
#dashboard-widgets #postbox-container-3 .empty-container, |
|
1112 |
#dashboard-widgets #postbox-container-4 .empty-container { |
|
1113 |
border: 0 none; |
|
1114 |
height: 0; |
|
1115 |
min-height: 0; |
|
1116 |
} |
|
1117 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1118 |
#dashboard-widgets #postbox-container-3 .empty-container:after, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1119 |
#dashboard-widgets #postbox-container-4 .empty-container:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1120 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1121 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1122 |
|
5 | 1123 |
#wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { |
1124 |
width: 100%; |
|
1125 |
} |
|
1126 |
||
1127 |
#wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container { |
|
1128 |
border: 0 none; |
|
1129 |
height: 0; |
|
1130 |
min-height: 0; |
|
1131 |
} |
|
1132 |
||
1133 |
/* show the radio buttons for column prefs only for one or two columns */ |
|
1134 |
.index-php .screen-layout, |
|
1135 |
.index-php .columns-prefs { |
|
1136 |
display: block; |
|
1137 |
} |
|
1138 |
||
1139 |
.columns-prefs .columns-prefs-3, |
|
1140 |
.columns-prefs .columns-prefs-4 { |
|
1141 |
display: none; |
|
1142 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1143 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1144 |
.metabox-holder .postbox-container .empty-container:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1145 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1146 |
} |
5 | 1147 |
} |
1148 |
||
1149 |
/* three columns on the dash */ |
|
1150 |
@media only screen and (min-width: 1500px) and (max-width: 1800px) { |
|
1151 |
#wpbody-content #dashboard-widgets .postbox-container { |
|
1152 |
width: 33.5%; |
|
1153 |
} |
|
1154 |
||
1155 |
#wpbody-content #dashboard-widgets #postbox-container-1 { |
|
1156 |
width: 33%; |
|
1157 |
} |
|
1158 |
||
1159 |
#wpbody-content #dashboard-widgets #postbox-container-3, |
|
1160 |
#wpbody-content #dashboard-widgets #postbox-container-4 { |
|
1161 |
float: right; |
|
1162 |
} |
|
1163 |
||
1164 |
#dashboard-widgets #postbox-container-4 .empty-container { |
|
1165 |
border: 0 none; |
|
1166 |
height: 0; |
|
1167 |
min-height: 0; |
|
1168 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1169 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1170 |
#dashboard-widgets #postbox-container-4 .empty-container:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1171 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1172 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1173 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1174 |
.metabox-holder .postbox-container .empty-container:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1175 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1176 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1177 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1178 |
|
5 | 1179 |
@media screen and (max-width: 870px) { |
1180 |
.welcome-panel .welcome-panel-column, |
|
1181 |
.welcome-panel .welcome-panel-column:first-child { |
|
1182 |
display: block; |
|
1183 |
float: none; |
|
1184 |
width: 100%; |
|
1185 |
} |
|
1186 |
||
1187 |
.welcome-panel .welcome-panel-column li { |
|
1188 |
display: inline-block; |
|
1189 |
margin-right: 13px; |
|
1190 |
} |
|
1191 |
||
1192 |
.welcome-panel .welcome-panel-column ul { |
|
1193 |
margin: 0.4em 0 0; |
|
1194 |
} |
|
9 | 1195 |
|
5 | 1196 |
} |
1197 |
||
9 | 1198 |
@media screen and (max-width: 782px) { |
5 | 1199 |
#dashboard_recent_comments #the-comment-list .comment-item .avatar { |
1200 |
height: 30px; |
|
1201 |
width: 30px; |
|
1202 |
margin: 4px 10px 5px 0; |
|
1203 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1204 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1205 |
.community-events-toggle-location { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1206 |
height: 38px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1207 |
vertical-align: baseline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1208 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1209 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1210 |
.community-events-form .regular-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1211 |
height: 32px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1212 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1213 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1214 |
#community-events-submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1215 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1216 |
/* Override .wp-core-ui .button */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1217 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1218 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1219 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1220 |
.community-events-form label, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1221 |
#dashboard-widgets .community-events-cancel.button-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1222 |
/* 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
|
1223 |
font-size: 14px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1224 |
line-height: normal; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1225 |
height: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1226 |
padding: 6px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1227 |
border: 1px solid transparent; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1228 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1229 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1230 |
.community-events .spinner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1231 |
margin-top: 7px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1232 |
} |
5 | 1233 |
} |
1234 |
||
1235 |
/* Smartphone */ |
|
1236 |
@media screen and (max-width: 600px) { |
|
1237 |
/* Keep the close icon from overlapping the Welcome text. */ |
|
9 | 1238 |
.welcome-panel .welcome-panel-close { |
5 | 1239 |
overflow: hidden; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1240 |
text-indent: 40px; |
5 | 1241 |
white-space: nowrap; |
1242 |
width: 20px; |
|
1243 |
height: 20px; |
|
1244 |
padding: 5px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1245 |
top: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1246 |
right: 5px; |
5 | 1247 |
} |
1248 |
||
1249 |
/* Make the close icon larger for tappability. */ |
|
9 | 1250 |
.welcome-panel .welcome-panel-close:before { |
5 | 1251 |
font-size: 20px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1252 |
top: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1253 |
left: -35px; |
5 | 1254 |
} |
1255 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1256 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1257 |
@media screen and (min-width: 355px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1258 |
.community-events .event-info { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1259 |
display: table-row; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1260 |
float: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1261 |
max-width: 59%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1262 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1263 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1264 |
.event-icon, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1265 |
.event-icon[aria-hidden="true"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1266 |
display: table-cell; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1269 |
.event-info-inner { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1270 |
display: table-cell; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1271 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1272 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1273 |
.community-events .event-date-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1274 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1275 |
max-width: 39%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1276 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1277 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1278 |
.community-events .event-date, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1279 |
.community-events .event-time { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1280 |
text-align: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1281 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1282 |
} |