PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2
Jetpack – WP Security, Backup, Speed, & Growth v16.2
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 14.1.1 All 503 releases
← All changes | modules/plugin-search/plugin-search.css +2 -46 12.9.516.2 View file →
@@ -1,44 +1,8 @@
1 -.plugin-card-jetpack-plugin-search h3 {
2 - margin: 0 0 4px 0;
3 -}
4 -
5 -.plugin-card-jetpack-plugin-search .column-name,
6 -.plugin-card-jetpack-plugin-search .column-description {
7 - margin-right: 20px;
8 -}
9 -
10 -.plugin-card-jetpack-plugin-search .action-links {
11 - overflow: auto;
12 - position: static;
13 -}
14 -
15 -@media screen and (max-width: 1100px) and (min-width: 782px), (max-width: 480px) {
16 - .plugin-card-jetpack-plugin-search .action-links {
17 - margin-left: 0;
18 - }
19 -}
20 -
21 1 .plugin-card-jetpack-plugin-search .plugin-action-buttons {
22 - margin: 0;
23 - width: 100%;
24 - text-align: left;
25 2 white-space: nowrap;
26 3 }
27 4
28 -.plugin-card-jetpack-plugin-search .plugin-action-buttons .jetpack-plugin-search__primary {
29 - background: #069e08;
30 - border-color: #00a523;
31 - color: #fff;
32 - box-shadow: 0 1px 0 #c5e2c3;
33 -}
34 -
35 -.plugin-card-jetpack-plugin-search .plugin-action-buttons .jetpack-plugin-search__primary:hover {
36 - background: #00a523;
37 - border-color: #008b1d;
38 - color: #fff;
39 -}
40 -
41 5 .plugin-card-jetpack-plugin-search .plugin-card-bottom {
42 6 display: none;
43 7 }
44 8
@@ -57,18 +21,10 @@
57 21 flex: 1;
58 22 margin: 0 24px 0 16px;
59 23 }
60 24
61 -@media screen and (max-width: 1100px) and (min-width: 782px), (max-width: 480px) {
62 - .plugin-card-jetpack-plugin-search .plugin-action-buttons li {
63 - display: block;
64 - }
65 - .plugin-card-jetpack-plugin-search .plugin-action-buttons li button {
66 - margin-right: 0;
67 - }
68 -}
69 -
70 -/* Hides the link to dismiss cards when it's in action links are before being moved to bottom row*/
25 +/* Hides the link to dismiss cards when it's in action links
26 + * are before being moved to bottom row */
71 27 .action-links .jetpack-plugin-search__dismiss {
72 28 display: none;
73 29 }
74 30