PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | modules/sharedaddy/admin-sharing-rtl.css +93 -91 12.0.3 → 16.3-a.1 View file →
@@ -7,9 +7,9 @@
7 7 float: right;
8 8 }
9 9
10 10 #services-config h3 {
11 - font-weight: normal;
11 + font-weight: 400;
12 12 font-size: 15px;
13 13 margin: 0;
14 14 padding: 8px 10px;
15 15 overflow: hidden;
@@ -16,9 +16,11 @@
16 16 white-space: nowrap;
17 17 color: #464646;
18 18 }
19 19
20 -#available-services, #enabled-services, #live-preview {
20 +#available-services,
21 +#enabled-services,
22 +#live-preview {
21 23 padding: 0;
22 24 width: 100%;
23 25 padding-top: 20px;
24 26 border-spacing: 0;
@@ -31,10 +33,11 @@
31 33 #enabled-services {
32 34 padding-bottom: 20px;
33 35 }
34 36
35 -#available-services, #enabled-services {
36 - border-bottom: 2px solid #cccccc;
37 +#available-services,
38 +#enabled-services {
39 + border-bottom: 2px solid #ccc;
37 40 }
38 41
39 42 #live-preview {
40 43 border-bottom: 1px solid #dcdcde;
@@ -40,11 +43,13 @@
40 43 border-bottom: 1px solid #dcdcde;
41 44 padding-bottom: 60px;
42 45 }
43 46
44 -#available-services h3, #enabled-services h3, #live-preview h3 {
45 - padding: 0px;
46 - margin-top: 0px;
47 +#available-services h3,
48 +#enabled-services h3,
49 +#live-preview h3 {
50 + padding: 0;
51 + margin-top: 0;
47 52 margin-bottom: 1em;
48 53 }
49 54
50 55 body.settings_page_sharing .description {
@@ -57,9 +62,9 @@
57 62 font-style: italic;
58 63 }
59 64
60 65 body.settings_page_sharing .services {
61 - padding: 0px 20px;
66 + padding: 0 20px;
62 67 vertical-align: top;
63 68 }
64 69
65 70 body.settings_page_sharing .services ul li {
@@ -77,10 +82,11 @@
77 82 margin-bottom: 0;
78 83 }
79 84
80 85 /* Generic style */
81 -#available-services .service, #enabled-services .service {
82 - color: #2C3338 !important;
86 +#available-services .service,
87 +#enabled-services .service {
88 + color: #2c3338 !important;
83 89 display: inline-block;
84 90 font-family: "Open Sans", sans-serif;
85 91 font-size: 13px;
86 92 font-weight: 500;
@@ -91,14 +97,16 @@
91 97 background: #fff;
92 98 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
93 99 }
94 100
95 -#available-services .service .options-left, #enabled-services .service .options-left {
101 +#available-services .service .options-left,
102 +#enabled-services .service .options-left {
96 103 align-items: center;
97 104 display: flex;
98 105 }
99 106
100 -#available-services .service:hover, #enabled-services .service:hover {
107 +#available-services .service:hover,
108 +#enabled-services .service:hover {
101 109 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
102 110 }
103 111
104 112 #available-services .service.share-deprecated,
@@ -112,11 +120,11 @@
112 120 display: none;
113 121 }
114 122
115 123 /* Generic style icons */
116 -li.service span:before {
124 +li.service span::before {
117 125 -webkit-font-smoothing: antialiased;
118 - font: normal 18px/1 "social-logos";
126 + font: 400 18px/1 social-logos;
119 127 position: relative;
120 128 top: -1px;
121 129 margin-left: 6px;
122 130 width: 16px;
@@ -122,69 +130,73 @@
122 130 width: 16px;
123 131 height: 16px;
124 132 }
125 133
126 -li.service.share-print span:before {
134 +li.service.share-print span::before {
127 135 content: "\f469";
128 136 }
129 137
130 -li.service.share-digg span:before {
138 +li.service.share-digg span::before {
131 139 content: "\f221";
132 140 }
133 141
134 -li.service.share-email span:before {
142 +li.service.share-email span::before {
135 143 content: "\f410";
136 144 }
137 145
138 -li.service.share-linkedin span:before {
146 +li.service.share-linkedin span::before {
139 147 content: "\f207";
140 148 }
141 149
142 -li.service.share-twitter span:before {
143 - content: "\f202";
150 +li.service.share-x span::before,
151 +li.service.share-twitter span::before {
152 + content: "\f10e";
144 153 }
145 154
146 -li.service.share-reddit span:before {
155 +li.service.share-reddit span::before {
147 156 content: "\f222";
148 157 }
149 158
150 -li.service.share-tumblr span:before {
159 +li.service.share-tumblr span::before {
151 160 content: "\f214";
152 161 }
153 162
154 -li.service.share-pocket span:before {
155 - content: "\f224";
156 -}
157 -
158 -li.service.share-pinterest span:before {
163 +li.service.share-pinterest span::before {
159 164 content: "\f209";
160 165 }
161 166
162 -li.service.share-facebook span:before {
167 +li.service.share-facebook span::before {
163 168 content: "\f203";
164 169 }
165 170
166 -li.service.share-press-this span:before {
167 - /* Fixme: remove this button in favor of reblog */
171 +li.service.share-press-this span::before { /* Fixme: remove this button in favor of reblog */
168 172 content: "\f205";
169 173 }
170 174
171 -li.service.share-telegram span:before {
175 +li.service.share-telegram span::before {
172 176 content: "\f606";
173 177 }
174 178
175 -li.service.share-jetpack-whatsapp span:before {
179 +li.service.share-threads span::before {
180 + content: "\f10d";
181 +}
182 +
183 +li.service.share-jetpack-whatsapp span::before {
176 184 content: "\f608";
177 185 }
178 186
179 -li.service.share-skype span:before {
180 - content: "\f220";
187 +li.service.share-mastodon span::before {
188 + content: "\f10a";
181 189 }
182 190
183 -li.service.share-mastodon span:before {
184 - content: "\f10a";
191 +li.service.share-nextdoor span::before {
192 + content: "\f10c";
185 193 }
186 194
195 +li.service.share-bluesky span::before {
196 + content: "\f10f";
197 +}
198 +
187 199 /**
188 200 * Preview section
189 201 */
190 202 body.settings_page_sharing ul.preview {
@@ -192,9 +204,10 @@
192 204 flex-wrap: wrap;
193 205 float: right;
194 206 }
195 207
196 -body.settings_page_sharing ul.preview li.preview-item, body.settings_page_sharing ul.preview li.preview-item a {
208 +body.settings_page_sharing ul.preview li.preview-item,
209 +body.settings_page_sharing ul.preview li.preview-item a {
197 210 cursor: default;
198 211 text-decoration: none;
199 212 }
200 213
@@ -222,16 +235,16 @@
222 235 }
223 236
224 237 #enabled-services h2 {
225 238 font-size: 20px;
226 - padding-top: 0px;
227 - font-weight: normal !important;
239 + padding-top: 0;
240 + font-weight: 400 !important;
228 241 color: #999;
229 242 }
230 243
231 244 body.settings_page_sharing #live-preview h2 {
232 245 font-size: 20px;
233 - font-weight: normal !important;
246 + font-weight: 400 !important;
234 247 color: #e3e3e3;
235 248 }
236 249
237 250 body.settings_page_sharing .clearing {
@@ -300,9 +313,9 @@
300 313 }
301 314
302 315 /* Official button previews */
303 316 .preview li.preview-item {
304 - background-position: 0px 5px;
317 + background-position: 100% 5px;
305 318 cursor: default;
306 319 }
307 320
308 321 .preview .option-smart-on {
@@ -316,15 +329,8 @@
316 329 height: 17px;
317 330 margin-top: 2px;
318 331 }
319 332
320 -.preview-reddit .option-smart-on {
321 - background: url(../../modules/sharedaddy/images/smart-reddit.png) no-repeat top right;
322 - background-size: 104px 21px;
323 - width: 104px;
324 - height: 21px;
325 -}
326 -
327 333 .preview-facebook .option-smart-on {
328 334 background: url(../../modules/sharedaddy/images/smart-like.png) no-repeat top right;
329 335 background-size: 85px 20px;
330 336 width: 85px;
@@ -331,10 +337,11 @@
331 337 height: 20px;
332 338 margin-right: -4px;
333 339 }
334 340
335 -.preview-twitter .option-smart-on {
336 - background: url(../../modules/sharedaddy/images/smart-twitter.png) no-repeat top right;
341 +.preview-twitter .option-smart-on,
342 +.preview-x .option-smart-on {
343 + background: url(../../modules/sharedaddy/images/smart-x.png) no-repeat top right;
337 344 background-size: 60px 20px;
338 345 width: 60px;
339 346 height: 20px;
340 347 }
@@ -359,22 +366,8 @@
359 366 width: 39px;
360 367 height: 20px;
361 368 }
362 369
363 -.preview-pocket .option-smart-on {
364 - background: url(../../modules/sharedaddy/images/smart-pocket.png) no-repeat top right;
365 - background-size: 60px 20px;
366 - width: 60px;
367 - height: 20px;
368 -}
369 -
370 -.preview-skype .option-smart-on {
371 - background: url(../../modules/sharedaddy/images/smart-skype.png) no-repeat top right;
372 - background-size: 60px 20px;
373 - width: 60px;
374 - height: 20px;
375 -}
376 -
377 370 .preview-item.share-deprecated {
378 371 opacity: 0.5;
379 372 }
380 373
@@ -381,44 +374,28 @@
381 374 .preview-item.share-deprecated a span {
382 375 text-decoration: line-through;
383 376 }
384 377
385 -@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
378 +@media (min-resolution: 120dpi) {
386 379 .preview-digg .option-smart-on {
387 380 background-image: url(../../modules/sharedaddy/images/[email protected]);
388 381 }
389 -
390 - .preview-reddit .option-smart-on {
391 - background-image: url(../../modules/sharedaddy/images/[email protected]);
392 - }
393 -
394 382 .preview-facebook .option-smart-on {
395 383 background-image: url(../../modules/sharedaddy/images/[email protected]);
396 384 }
397 -
398 - .preview-twitter .option-smart-on {
399 - background-image: url(../../modules/sharedaddy/images/[email protected]);
385 + .preview-twitter .option-smart-on,
386 + .preview-x .option-smart-on {
387 + background-image: url(../../modules/sharedaddy/images/[email protected]);
400 388 }
401 -
402 389 .preview-linkedin .option-smart-on {
403 390 background-image: url(../../modules/sharedaddy/images/[email protected]);
404 391 }
405 -
406 392 .preview-tumblr .option-smart-on {
407 393 background-image: url(../../modules/sharedaddy/images/[email protected]);
408 394 }
409 -
410 395 .preview-pinterest .option-smart-on {
411 396 background-image: url(../../modules/sharedaddy/images/[email protected]);
412 397 }
413 -
414 - .preview-pocket .option-smart-on {
415 - background-image: url(../../modules/sharedaddy/images/[email protected]);
416 - }
417 -
418 - .preview-skype .option-smart-on {
419 - background-image: url(../../modules/sharedaddy/images/[email protected]);
420 - }
421 398 }
422 399 /**
423 400 * Overflow sharing dialog
424 401 */
@@ -428,10 +405,10 @@
428 405
429 406 .sharing-hidden li.share-end {
430 407 clear: both;
431 408 height: 0;
432 - padding: 0px !important;
433 - margin: 0px !important;
409 + padding: 0 !important;
410 + margin: 0 !important;
434 411 width: 0;
435 412 visibility: hidden;
436 413 float: none;
437 414 }
@@ -436,9 +413,9 @@
436 413 float: none;
437 414 }
438 415
439 416 .preview .sharing-label {
440 - font-weight: bold;
417 + font-weight: 700;
441 418 border: 0;
442 419 padding: 4px 0 0 6px;
443 420 }
444 421
@@ -444,14 +421,12 @@
444 421
445 422 #services-config a.remove {
446 423 background: #dcdcde;
447 424 color: #fff;
448 - padding: 0px 4px 2px;
425 + padding: 0 4px 2px;
449 426 border-radius: 15px;
450 - -moz-border-radius: 15px;
451 - -webkit-border-radius: 15px;
452 427 text-decoration: none;
453 - font-weight: bold;
428 + font-weight: 700;
454 429 font-size: 10px;
455 430 }
456 431
457 432 #services-config a.remove:hover {
@@ -463,5 +438,32 @@
463 438 display: inline-block;
464 439 overflow: hidden;
465 440 width: 0;
466 441 text-indent: 100%;
442 +}
443 +
444 +.sharing-block-message__items-wrapper {
445 + display: flex;
446 + flex-wrap: wrap;
447 + column-gap: 6rem;
448 +}
449 +
450 +.sharing-block-message__buttons-wrapper .button {
451 + margin-left: 1rem;
452 +}
453 +
454 +.sharing-block-message__buttons-wrapper .button-primary:visited {
455 + color: #fff;
456 +}
457 +
458 +.admin-sharing-settings__block-theme-description {
459 + margin-top: 1rem;
460 + font-style: italic;
461 +}
462 +
463 +a.dops-card__link {
464 + cursor: pointer;
465 +}
466 +
467 +.settings-sharing__block-theme-description {
468 + font-style: italic;
467 469 }