Make WordPress Core

Ticket #30728: 30728.2.patch

File 30728.2.patch, 2.8 KB (added by lancewillett, 10 years ago)

Better replacement of all top/bottom padding values in search input rules

  • src/wp-content/themes/twentyfifteen/style.css

     
    554554        outline: 0;
    555555}
    556556
    557 input[type="search"] {
    558         -webkit-appearance: textfield;
    559 }
    560 
    561 input[type="search"]::-webkit-search-decoration {
    562         -webkit-appearance: none;
    563 }
    564 
    565557button::-moz-focus-inner,
    566558input::-moz-focus-inner {
    567559        border: 0;
     
    592584        outline: 0;
    593585}
    594586
     587input[type="search"] {
     588        -webkit-appearance: textfield;
     589        padding: 0.375em 0.1275em 0.375em 0.375em;
     590}
     591
     592input[type="search"]::-webkit-search-decoration {
     593        -webkit-appearance: none;
     594}
     595
    595596.post-password-form {
    596597        position: relative;
    597598}
     
    13561357.widget input[type="email"],
    13571358.widget input[type="url"],
    13581359.widget input[type="password"],
    1359 .widget input[type="search"],
    13601360.widget textarea {
    13611361        padding: 0.375em;
    13621362}
     
    28342834        input[type="password"],
    28352835        input[type="search"],
    28362836        textarea {
    2837                 padding: 0.5em;
     2837                padding: 0.5em 0.1275em 0.5em 0.5em;
    28382838        }
    28392839
    28402840        .main-navigation {
     
    30553055        .widget input[type="password"],
    30563056        .widget input[type="search"],
    30573057        .widget textarea {
    3058                 padding: 0.5625em;
     3058                padding: 0.5625em 0.1275em 0.5625em 0.5625em;
    30593059        }
    30603060
    30613061        .widget blockquote.alignleft,
     
    34303430        input[type="password"],
    34313431        input[type="search"],
    34323432        textarea {
    3433                 padding: 0.5278em;
     3433                padding: 0.5278em 0.1275em 0.5278em 0.5278em;
    34343434        }
    34353435
    34363436        .main-navigation {
     
    36203620        .widget input[type="password"],
    36213621        .widget input[type="search"],
    36223622        .widget textarea {
    3623                 padding: 0.75em;
     3623                padding: 0.75em 0.1275em 0.75em 0.75em;
    36243624        }
    36253625
    36263626        .widget .wp-caption-text,
     
    39943994        input[type="email"],
    39953995        input[type="url"],
    39963996        input[type="password"],
    3997         input[type="search"],
    39983997        textarea {
    39993998                padding: 0.375em;
    40003999        }
     
    42254224        .widget input[type="password"],
    42264225        .widget input[type="search"],
    42274226        .widget textarea {
    4228                 padding: 0.4583em;
     4227                padding: 0.4583em 0.1275em 0.4583em 0.4583em;
    42294228        }
    42304229
    42314230        .widget .wp-caption-text,
     
    46204619        input[type="password"],
    46214620        input[type="search"],
    46224621        textarea {
    4623                 padding: 0.5em;
     4622                padding: 0.5em 0.1275em 0.5em 0.5em;
    46244623        }
    46254624
    46264625        .main-navigation {
     
    47894788        .widget input[type="password"],
    47904789        .widget input[type="search"],
    47914790        .widget textarea {
    4792                 padding: 0.5em;
     4791                padding: 0.5em 0.1275em 0.5em 0.5em;
    47934792        }
    47944793
    47954794        .widget .wp-caption-text,
     
    51275126        input[type="password"],
    51285127        input[type="search"],
    51295128        textarea {
    5130                 padding: 0.5278em;
     5129                padding: 0.5278em 0.1275em 0.5278em 0.5278em;
    51315130        }
    51325131
    51335132        .main-navigation {
     
    53035302        .widget input[type="password"],
    53045303        .widget input[type="search"],
    53055304        .widget textarea {
    5306                 padding: 0.5em;
     5305                padding: 0.5em 0.1275em 0.375em 0.375em;
    53075306        }
    53085307
    53095308        .widget .wp-caption-text,