summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/akismet/_inc/akismet.css')
-rw-r--r--plugins/akismet/_inc/akismet.css37
1 files changed, 36 insertions, 1 deletions
diff --git a/plugins/akismet/_inc/akismet.css b/plugins/akismet/_inc/akismet.css
index bf40fb14..d051c011 100644
--- a/plugins/akismet/_inc/akismet.css
+++ b/plugins/akismet/_inc/akismet.css
@@ -216,8 +216,16 @@ table.comments td.comment p a:after {
/**
* 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;
@@ -287,6 +295,7 @@ table.comments td.comment p a:after {
}
.akismet_activate .aa_button_container {
+ box-sizing: border-box;
display: inline-block;
background: #DEF1B8;
padding: 5px;
@@ -311,6 +320,32 @@ table.comments td.comment p a:after {
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;
}