--- a/wp/wp-content/plugins/akismet/_inc/akismet.css Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-content/plugins/akismet/_inc/akismet.css Mon Oct 14 18:28:13 2019 +0200
@@ -80,8 +80,10 @@
display: inline-block !important;
}
.checkforspam-progress {
+ display: none;
+}
+.checkforspam.checking .checkforspam-progress {
padding-left: 1ex;
- display: none;
}
.checkforspam.button-disabled .checkforspam-progress {
display: inline;
@@ -216,8 +218,16 @@
/**
* For the activation notice on the plugins page.
*/
+
+#akismet_setup_prompt {
+ background: none;
+ border: none;
+ margin: 0;
+ padding: 0;
+ width: 100%;
+}
+
.akismet_activate {
- min-width: 825px;
border: 1px solid #4F800D;
padding: 5px;
margin: 15px 0;
@@ -238,7 +248,6 @@
font-size: 140px;
color: #769F33;
font-family: Georgia, "Times New Roman", Times, serif;
- z-index: 1;
}
.akismet_activate .aa_button {
@@ -287,6 +296,7 @@
}
.akismet_activate .aa_button_container {
+ box-sizing: border-box;
display: inline-block;
background: #DEF1B8;
padding: 5px;
@@ -303,7 +313,6 @@
margin-left: 25px;
color: #E5F2B1;
font-size: 15px;
- z-index: 1000;
}
.akismet_activate .aa_description strong {
@@ -311,6 +320,32 @@
font-weight: normal;
}
+@media (max-width: 550px) {
+ .akismet_activate .aa_a {
+ display: none;
+ }
+
+ .akismet_activate .aa_button_container {
+ width: 100%;
+ }
+}
+
+@media (max-width: 782px) {
+ .akismet_activate {
+ min-width: 0;
+ }
+}
+
+@media (max-width: 850px) {
+ #akismet_setup_prompt .aa_description {
+ display: none;
+ }
+
+ .akismet_activate {
+ min-width: 0;
+ }
+}
+
.jetpack_page_akismet-key-config #wpcontent, .settings_page_akismet-key-config #wpcontent {
padding-left: 0;
}