Make WordPress Core

Ticket #43436: 43436.2.diff

File 43436.2.diff, 8.7 KB (added by xkon, 7 years ago)

css fixes on all bundled themes

  • src/wp-content/themes/twentyeleven/rtl.css

     
    103103        background-position: 97% 6px;
    104104        padding: 4px 28px 4px 10px;
    105105}
     106#respond #wp-comment-cookies-consent {
     107        margin: 0 0 0 10px;
     108}
    106109
    107110/* Assistive text */
    108111#access a.assistive-text:focus {
  • src/wp-content/themes/twentyeleven/style.css

     
    22982298#respond p {
    22992299        font-size: 12px;
    23002300}
     2301#respond #wp-comment-cookies-consent {
     2302        margin: 0 10px 0 0;
     2303}
    23012304p.comment-form-comment {
    23022305        margin: 0;
    23032306}
  • src/wp-content/themes/twentyfifteen/rtl.css

     
    400400        float: left;
    401401}
    402402
     403.comment-form #wp-comment-cookies-consent {
     404        margin: 0 0 0 10px;
     405}
    403406
    404407/**
    405408 * 11.0 Media Queries
  • src/wp-content/themes/twentyfifteen/style.css

     
    24062406        top: -3px;
    24072407}
    24082408
     2409.comment-form #wp-comment-cookies-consent {
     2410        margin: 0 10px 0 0;
     2411}
    24092412
     2413.comment-form .comment-form-cookies-consent label {
     2414        display: inline;
     2415}
     2416
    24102417/**
    24112418 * 13.0 Footer
    24122419 */
  • src/wp-content/themes/twentyfourteen/rtl.css

     
    288288        margin-left: 10px;
    289289}
    290290
     291.comment-form #wp-comment-cookies-consent {
     292        margin: 0 0 0 10px;
     293}
    291294
     295
    292296/**
    293297 * 7.0 Sidebars
    294298 * -----------------------------------------------------------------------------
  • src/wp-content/themes/twentyfourteen/style.css

     
    21862186        margin-bottom: 0;
    21872187}
    21882188
     2189.comment-form #wp-comment-cookies-consent {
     2190        margin: 0 10px 0 0;
     2191}
    21892192
     2193.comment-form .comment-form-cookies-consent label {
     2194        display: inline;
     2195}
     2196
    21902197/**
    21912198 * 7.0 Sidebars
    21922199 * -----------------------------------------------------------------------------
  • src/wp-content/themes/twentyseventeen/rtl.css

     
    199199        text-align: left;
    200200}
    201201
     202.comment-form #wp-comment-cookies-consent {
     203        margin: 0 0 0 10px;
     204}
     205
    202206/* Post Formats */
    203207
    204208.format-quote blockquote .icon {
  • src/wp-content/themes/twentyseventeen/style.css

     
    24972497        text-align: right;
    24982498}
    24992499
     2500.comment-form #wp-comment-cookies-consent {
     2501        margin: 0 10px 0 0;
     2502}
     2503
     2504.comment-form .comment-form-cookies-consent label {
     2505        display: inline;
     2506}
     2507
    25002508/*--------------------------------------------------------------
    2501250915.0 Widgets
    25022510--------------------------------------------------------------*/
  • src/wp-content/themes/twentysixteen/rtl.css

     
    399399        float: left;
    400400}
    401401
     402.comment-form #wp-comment-cookies-consent {
     403        margin: 0 0 0 10px;
     404}
    402405
    403406/**
    404407 * 8.4 - Footer
  • src/wp-content/themes/twentysixteen/style.css

     
    23942394        top: -5px;
    23952395}
    23962396
     2397.comment-form #wp-comment-cookies-consent {
     2398        margin: 0 10px 0 0;
     2399}
    23972400
     2401.comment-form .comment-form-cookies-consent label {
     2402        display: inline;
     2403}
     2404
    23982405/**
    23992406 * 11.5 - Sidebar
    24002407 */
  • src/wp-content/themes/twentyten/rtl.css

     
    238238.children #respond {
    239239        margin: 0 0 0 48px;
    240240}
     241#respond #wp-comment-cookies-consent {
     242        margin: 0 0 0 10px;
     243}
    241244
    242245/* =Widget Areas
    243246-------------------------------------------------------------- */
  • src/wp-content/themes/twentyten/style.css

     
    11321132        font-size: 14px;
    11331133        width: auto;
    11341134}
     1135#respond #wp-comment-cookies-consent {
     1136        width: auto;
     1137        margin: 0 10px 0 0;
     1138}
    11351139
    11361140
    11371141/* =Widget Areas
  • src/wp-content/themes/twentythirteen/rtl.css

     
    495495        float: right;
    496496}
    497497
     498.comment-form #wp-comment-cookies-consent {
     499        margin: 0 0 0 10px;
     500}
     501
    498502.form-allowed-tags code {
    499503        margin-left: auto;
    500504        margin-right: 3px;
  • src/wp-content/themes/twentythirteen/style.css

     
    23912391        width: 100%;
    23922392}
    23932393
     2394.comment-form #wp-comment-cookies-consent {
     2395        margin: 0 10px 0 0;
     2396}
     2397
    23942398.form-allowed-tags,
    23952399.form-allowed-tags code {
    23962400        color: #686758;
  • src/wp-content/themes/twentytwelve/rtl.css

     
    134134        margin: -18px -16px 0 0;
    135135        margin: -1.285714286rem -1.142857143rem 0 0;
    136136}
     137#respond #wp-comment-cookies-consent {
     138        margin: 0 0 0 10px;
     139}
    137140
    138141
    139142/* =Front page template styling
  • src/wp-content/themes/twentytwelve/style.css

     
    13541354        line-height: 2;
    13551355        color: #5e5e5e;
    13561356}
     1357#respond #wp-comment-cookies-consent {
     1358        margin: 0 10px 0 0;
     1359}
     1360#respond .comment-form-cookies-consent label {
     1361        display: inline;
     1362}
    13571363.required {
    13581364        color: red;
    13591365}
  • src/wp-includes/comment-template.php

     
    22682268                                         '<input id="email" name="email" ' . ( $html5 ? 'type="email"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" maxlength="100" aria-describedby="email-notes"' . $html_req . ' /></p>',
    22692269                'url'     => '<p class="comment-form-url"><label for="url">' . __( 'Website' ) . '</label> ' .
    22702270                                         '<input id="url" name="url" ' . ( $html5 ? 'type="url"' : 'type="text"' ) . ' value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" maxlength="200" /></p>',
    2271                 'cookies' => '<p class="comment-form-cookies-consent"><label for="wp-comment-cookies-consent">' .
    2272                                          '<input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' .
    2273                                          __( 'Save my name, email, and site URL in my browser for next time I post a comment.' ) . '</label></p>',
     2271                'cookies' => '<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' .
     2272                                         '<label for="wp-comment-cookies-consent">' . __( 'Save my name, email, and site URL in my browser for next time I post a comment.' ) . '</label></p>',
    22742273        );
    22752274
    22762275        $required_text = sprintf( ' ' . __( 'Required fields are marked %s' ), '<span class="required">*</span>' );