Make WordPress Core

Ticket #23851: 23851.4.diff

File 23851.4.diff, 7.8 KB (added by obenland, 11 years ago)
  • wp-content/themes/twentythirteen/css/ie.css

     
    1919.attachment-meta a:before:hover,
    2020.comment-awaiting-moderation:before:hover,
    2121.comment-reply-link:before:hover,
    22 #reply-title small a:before:hover,
     22.comment-reply-title small a:before:hover,
    2323.bypostauthor > .comment-body .fn:before:hover {
    2424        text-decoration: none;
    2525}
     
    270270
    271271.ie7 .comments-title,
    272272.ie7 .comment-list,
    273 .ie7 #reply-title,
    274 .ie7 #respond #commentform {
     273.ie7 .comment-reply-title,
     274.ie7 .comment-respond .comment-form {
    275275        width: 604px;
    276276}
    277277
  • wp-content/themes/twentythirteen/rtl.css

     
    453453
    454454.sidebar .comments-title,
    455455.sidebar .comment-list,
    456 .sidebar #reply-title,
     456.sidebar .comment-reply-title,
    457457.sidebar .comment-navigation,
    458 .sidebar #respond #commentform {
     458.sidebar .comment-respond .comment-form {
    459459        padding-left: 376px;
    460460        padding-right: 60px;
    461461}
     
    499499        transform:         scaleX(-1);
    500500}
    501501
    502 #reply-title small a {
     502.comment-reply-title small a {
    503503        float: left;
    504504}
    505505
    506 #commentform [for="author"],
    507 #commentform [for="email"],
    508 #commentform [for="url"],
    509 #commentform [for="comment"] {
     506.comment-form [for="author"],
     507.comment-form [for="email"],
     508.comment-form [for="url"],
     509.comment-form [for="comment"] {
    510510        float: right;
    511511}
    512512
     
    612612        .sidebar .entry-summary,
    613613        .sidebar .entry-meta,
    614614        .sidebar .comment-list,
    615         .sidebar #reply-title,
     615        .sidebar .comment-reply-title,
    616616        .sidebar .comment-navigation,
    617         .sidebar #respond #commentform,
     617        .sidebar .comment-respond .comment-form,
    618618        .sidebar .featured-gallery,
    619619        .sidebar .post-navigation .nav-links,
    620620        .author.sidebar .author-info,
  • wp-content/themes/twentythirteen/style.css

     
    483483.comment-awaiting-moderation:before,
    484484.comment-reply-link:before,
    485485.comment-reply-login:before,
    486 #reply-title small a:before,
     486.comment-reply-title small a:before,
    487487.bypostauthor > .comment-body .fn:before,
    488488.error404 .page-title:before {
    489489        -webkit-font-smoothing: antialiased;
     
    21622162
    21632163.comments-title,
    21642164.comment-list,
    2165 #reply-title,
     2165.comment-reply-title,
    21662166.must-log-in,
    2167 #respond #commentform,
    2168 #respond iframe {
     2167.comment-respond .comment-form,
     2168.comment-respond iframe {
    21692169        display: block;
    21702170        margin-left: auto;
    21712171        margin-right: auto;
     
    21762176.sidebar .comments-title,
    21772177.sidebar .comment-list,
    21782178.sidebar .must-log-in,
    2179 .sidebar #reply-title,
     2179.sidebar .comment-reply-title,
    21802180.sidebar .comment-navigation,
    2181 .sidebar #respond #commentform {
     2181.sidebar .comment-respond .comment-form {
    21822182        max-width: 1040px;
    21832183        padding-left: 60px;
    21842184        padding-right: 376px;
     
    23132313}
    23142314
    23152315/* Comment form */
    2316 #respond {
     2316.comment-respond {
    23172317        background-color: #f7f5e7;
    23182318        padding: 30px 0;
    23192319}
    23202320
    2321 .comment #respond {
     2321.comment .comment-respond {
    23222322        margin-bottom: 20px;
    23232323        padding: 20px;
    23242324}
    23252325
    2326 #reply-title {
     2326.comment-reply-title {
    23272327        font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
    23282328}
    23292329
    2330 #reply-title small a {
     2330.comment-reply-title small a {
    23312331        color: #131310;
    23322332        display: inline-block;
    23332333        float: right;
     
    23362336        width: 16px;
    23372337}
    23382338
    2339 #reply-title small a:hover {
     2339.comment-reply-title small a:hover {
    23402340        color: #ed331c;
    23412341        text-decoration: none;
    23422342}
    23432343
    2344 #reply-title small a:before {
     2344.comment-reply-title small a:before {
    23452345        content: "\f406";
    23462346        vertical-align: top;
    23472347}
    23482348
    2349 .sidebar .comment-list #reply-title,
    2350 .sidebar .comment-list #respond #commentform {
     2349.sidebar .comment-list .comment-reply-title,
     2350.sidebar .comment-list .comment-respond .comment-form {
    23512351        padding: 0;
    23522352}
    23532353
    2354 #commentform .comment-notes {
     2354.comment-form .comment-notes {
    23552355        margin-bottom: 15px;
    23562356}
    23572357
    2358 #commentform .comment-form-author,
    2359 #commentform .comment-form-email,
    2360 #commentform .comment-form-url {
     2358.comment-form .comment-form-author,
     2359.comment-form .comment-form-email,
     2360.comment-form .comment-form-url {
    23612361        margin-bottom: 8px;
    23622362}
    23632363
    2364 #commentform [for="author"],
    2365 #commentform [for="email"],
    2366 #commentform [for="url"],
    2367 #commentform [for="comment"] {
     2364.comment-form [for="author"],
     2365.comment-form [for="email"],
     2366.comment-form [for="url"],
     2367.comment-form [for="comment"] {
    23682368        float: left;
    23692369        padding: 5px 0;
    23702370        width: 120px;
    23712371}
    23722372
    2373 #commentform .required {
     2373.comment-form .required {
    23742374        color: #ed331c;
    23752375}
    23762376
    2377 #commentform input[type="text"],
    2378 #commentform input[type="email"],
    2379 #commentform input[type="url"] {
     2377.comment-form input[type="text"],
     2378.comment-form input[type="email"],
     2379.comment-form input[type="url"] {
    23802380        max-width: 270px;
    23812381        width: 60%;
    23822382}
    23832383
    2384 #commentform textarea {
     2384.comment-form textarea {
    23852385        width: 100%;
    23862386}
    23872387
     
    27232723        .sidebar .entry-summary,
    27242724        .sidebar .entry-meta,
    27252725        .sidebar .comment-list,
    2726         .sidebar #reply-title,
     2726        .sidebar .comment-reply-title,
    27272727        .sidebar .comment-navigation,
    2728         .sidebar #respond #commentform,
     2728        .sidebar .comment-respond .comment-form,
    27292729        .sidebar .featured-gallery,
    27302730        .sidebar .post-navigation .nav-links,
    27312731        .author.sidebar .author-info {
     
    28522852        .comments-area .comments-title,
    28532853        .comments-area .comment-list,
    28542854        .comments-area .comment-navigation,
    2855         #respond,
     2855        .comment-respond,
    28562856        .sidebar .site-info,
    28572857        .sidebar .paging-navigation .nav-links {
    28582858                padding-left: 20px;
     
    29832983                width:         calc(100% - 104px);
    29842984        }
    29852985
    2986         #commentform input[type="text"],
    2987         #commentform input[type="email"],
    2988         #commentform input[type="url"] {
     2986        .comment-form input[type="text"],
     2987        .comment-form input[type="email"],
     2988        .comment-form input[type="url"] {
    29892989                width: -webkit-calc(100% - 120px);
    29902990                width:         calc(100% - 120px);
    29912991        }
    29922992
    2993         #commentform textarea {
     2993        .comment-form textarea {
    29942994                height: 80px; /* Smaller field for mobile. */
    29952995        }
    29962996
     
    31413141
    31423142        .author-avatar,
    31433143        .site-footer,
    3144         #respond,
     3144        .comment-respond,
    31453145        .comments-area .comment-edit-link,
    31463146        .comments-area .reply,
    31473147        .comments-link,
  • wp-includes/comment-template.php

     
    16431643        ?>
    16441644                <?php if ( comments_open( $post_id ) ) : ?>
    16451645                        <?php do_action( 'comment_form_before' ); ?>
    1646                         <div id="respond">
    1647                                 <h3 id="reply-title"><?php comment_form_title( $args['title_reply'], $args['title_reply_to'] ); ?> <small><?php cancel_comment_reply_link( $args['cancel_reply_link'] ); ?></small></h3>
     1646                        <div id="respond" class="comment-respond">
     1647                                <h3 id="reply-title" class="comment-reply-title"><?php comment_form_title( $args['title_reply'], $args['title_reply_to'] ); ?> <small><?php cancel_comment_reply_link( $args['cancel_reply_link'] ); ?></small></h3>
    16481648                                <?php if ( get_option( 'comment_registration' ) && !is_user_logged_in() ) : ?>
    16491649                                        <?php echo $args['must_log_in']; ?>
    16501650                                        <?php do_action( 'comment_form_must_log_in_after' ); ?>
    16511651                                <?php else : ?>
    1652                                         <form action="<?php echo site_url( '/wp-comments-post.php' ); ?>" method="post" id="<?php echo esc_attr( $args['id_form'] ); ?>"<?php echo $html5 ? ' novalidate' : ''; ?>>
     1652                                        <form action="<?php echo site_url( '/wp-comments-post.php' ); ?>" method="post" id="<?php echo esc_attr( $args['id_form'] ); ?>" class="comment-form"<?php echo $html5 ? ' novalidate' : ''; ?>>
    16531653                                                <?php do_action( 'comment_form_top' ); ?>
    16541654                                                <?php if ( is_user_logged_in() ) : ?>
    16551655                                                        <?php echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity ); ?>