Plugin Directory

Changeset 3181948


Ignore:
Timestamp:
11/05/2024 03:14:33 AM (4 months ago)
Author:
bluefuton
Message:

Akismet: improve setup banner button appearance with long button text

Location:
akismet/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/_inc/akismet-admin.css

    r3173233 r3181948  
    461461    }
    462462
     463    .akismet-activate__button {
     464        white-space: normal;
     465    }
     466
    463467    .akismet-activate__description {
    464468        font-size: 14px;
     
    469473/* Gutenberg small breakpoint */
    470474@media screen and (max-width: 600px) {
     475    .akismet-activate__button,
     476    .akismet-activate__button:hover {
     477        font-size: 13px;
     478    }
     479
    471480    .akismet-activate__description {
    472481        display: none;
  • akismet/trunk/_inc/rtl/akismet-admin-rtl.css

    r3173233 r3181948  
    1 /* This file was automatically generated on Oct 10 2024 01:39:01 */
     1/* This file was automatically generated on Nov 05 2024 03:06:40 */
    22
    33body {
     
    463463    }
    464464
     465    .akismet-activate__button {
     466        white-space: normal;
     467    }
     468
    465469    .akismet-activate__description {
    466470        font-size: 14px;
     
    471475/* Gutenberg small breakpoint */
    472476@media screen and (max-width: 600px) {
     477    .akismet-activate__button,
     478    .akismet-activate__button:hover {
     479        font-size: 13px;
     480    }
     481
    473482    .akismet-activate__description {
    474483        display: none;
  • akismet/trunk/akismet.php

    r3181932 r3181948  
    77Plugin URI: https://akismet.com/
    88Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.
    9 Version: 5.3.4a6
     9Version: 5.3.4a7
    1010Requires at least: 5.8
    1111Requires PHP: 5.6.20
     
    4040}
    4141
    42 define( 'AKISMET_VERSION', '5.3.4a6' );
     42define( 'AKISMET_VERSION', '5.3.4a7' );
    4343define( 'AKISMET__MINIMUM_WP_VERSION', '5.8' );
    4444define( 'AKISMET__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.