Ticket #23851: 23851.2.diff
File 23851.2.diff, 7.7 KB (added by , 11 years ago) |
---|
-
wp-content/themes/twentythirteen/css/ie.css
19 19 .attachment-meta a:before:hover, 20 20 .comment-awaiting-moderation:before:hover, 21 21 .comment-reply-link:before:hover, 22 #reply-title small a:before:hover,22 .reply-title small a:before:hover, 23 23 .bypostauthor > .comment-body .fn:before:hover { 24 24 text-decoration: none; 25 25 } … … 270 270 271 271 .ie7 .comments-title, 272 272 .ie7 .comment-list, 273 .ie7 #reply-title,274 .ie7 #respond #commentform {273 .ie7 .reply-title, 274 .ie7 .comment-respond .comment-form { 275 275 width: 604px; 276 276 } 277 277 -
wp-content/themes/twentythirteen/rtl.css
466 466 467 467 .sidebar .comments-title, 468 468 .sidebar .comment-list, 469 .sidebar #reply-title,469 .sidebar .reply-title, 470 470 .sidebar .comment-navigation, 471 .sidebar #respond #commentform {471 .sidebar .comment-respond .comment-form { 472 472 padding-left: 376px; 473 473 padding-right: 60px; 474 474 } … … 512 512 transform: scaleX(-1); 513 513 } 514 514 515 #reply-title small a {515 .reply-title small a { 516 516 float: left; 517 517 } 518 518 519 #commentform [for="author"],520 #commentform [for="email"],521 #commentform [for="url"],522 #commentform [for="comment"] {519 .comment-form [for="author"], 520 .comment-form [for="email"], 521 .comment-form [for="url"], 522 .comment-form [for="comment"] { 523 523 float: right; 524 524 } 525 525 … … 625 625 .sidebar .entry-summary, 626 626 .sidebar .entry-meta, 627 627 .sidebar .comment-list, 628 .sidebar #reply-title,628 .sidebar .reply-title, 629 629 .sidebar .comment-navigation, 630 .sidebar #respond #commentform,630 .sidebar .comment-respond .comment-form, 631 631 .sidebar .featured-gallery, 632 632 .sidebar .post-navigation .nav-links, 633 633 .author.sidebar .author-info, -
wp-content/themes/twentythirteen/style.css
501 501 .comment-awaiting-moderation:before, 502 502 .comment-reply-link:before, 503 503 .comment-reply-login:before, 504 #reply-title small a:before,504 .reply-title small a:before, 505 505 .bypostauthor > .comment-body .fn:before, 506 506 .error404 .page-title:before { 507 507 -webkit-font-smoothing: antialiased; … … 2185 2185 2186 2186 .comments-title, 2187 2187 .comment-list, 2188 #reply-title,2188 .reply-title, 2189 2189 .must-log-in, 2190 #respond #commentform,2191 #respond iframe {2190 .comment-respond .comment-form, 2191 .comment-respond iframe { 2192 2192 display: block; 2193 2193 margin-left: auto; 2194 2194 margin-right: auto; … … 2199 2199 .sidebar .comments-title, 2200 2200 .sidebar .comment-list, 2201 2201 .sidebar .must-log-in, 2202 .sidebar #reply-title,2202 .sidebar .reply-title, 2203 2203 .sidebar .comment-navigation, 2204 .sidebar #respond #commentform {2204 .sidebar .comment-respond .comment-form { 2205 2205 max-width: 1040px; 2206 2206 padding-left: 60px; 2207 2207 padding-right: 376px; … … 2336 2336 } 2337 2337 2338 2338 /* Comment form */ 2339 #respond {2339 .comment-respond { 2340 2340 background-color: #f7f5e7; 2341 2341 padding: 30px 0; 2342 2342 } 2343 2343 2344 .comment #respond {2344 .comment .comment-respond { 2345 2345 margin-bottom: 20px; 2346 2346 padding: 20px; 2347 2347 } 2348 2348 2349 #reply-title {2349 .reply-title { 2350 2350 font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; 2351 2351 } 2352 2352 2353 #reply-title small a {2353 .reply-title small a { 2354 2354 color: #131310; 2355 2355 display: inline-block; 2356 2356 float: right; … … 2359 2359 width: 16px; 2360 2360 } 2361 2361 2362 #reply-title small a:hover {2362 .reply-title small a:hover { 2363 2363 color: #ed331c; 2364 2364 text-decoration: none; 2365 2365 } 2366 2366 2367 #reply-title small a:before {2367 .reply-title small a:before { 2368 2368 content: "\f406"; 2369 2369 vertical-align: top; 2370 2370 } 2371 2371 2372 .sidebar .comment-list #reply-title,2373 .sidebar .comment-list #respond #commentform {2372 .sidebar .comment-list .reply-title, 2373 .sidebar .comment-list .comment-respond .comment-form { 2374 2374 padding: 0; 2375 2375 } 2376 2376 2377 #commentform .comment-notes {2377 .comment-form .comment-notes { 2378 2378 margin-bottom: 15px; 2379 2379 } 2380 2380 2381 #commentform .comment-form-author,2382 #commentform .comment-form-email,2383 #commentform .comment-form-url {2381 .comment-form .comment-form-author, 2382 .comment-form .comment-form-email, 2383 .comment-form .comment-form-url { 2384 2384 margin-bottom: 8px; 2385 2385 } 2386 2386 2387 #commentform [for="author"],2388 #commentform [for="email"],2389 #commentform [for="url"],2390 #commentform [for="comment"] {2387 .comment-form [for="author"], 2388 .comment-form [for="email"], 2389 .comment-form [for="url"], 2390 .comment-form [for="comment"] { 2391 2391 float: left; 2392 2392 padding: 5px 0; 2393 2393 width: 120px; 2394 2394 } 2395 2395 2396 #commentform .required {2396 .comment-form .required { 2397 2397 color: #ed331c; 2398 2398 } 2399 2399 2400 #commentform input[type="text"],2401 #commentform input[type="email"],2402 #commentform input[type="url"] {2400 .comment-form input[type="text"], 2401 .comment-form input[type="email"], 2402 .comment-form input[type="url"] { 2403 2403 max-width: 270px; 2404 2404 width: 60%; 2405 2405 } 2406 2406 2407 #commentform textarea {2407 .comment-form textarea { 2408 2408 width: 100%; 2409 2409 } 2410 2410 … … 2750 2750 .sidebar .entry-summary, 2751 2751 .sidebar .entry-meta, 2752 2752 .sidebar .comment-list, 2753 .sidebar #reply-title,2753 .sidebar .reply-title, 2754 2754 .sidebar .comment-navigation, 2755 .sidebar #respond #commentform,2755 .sidebar .comment-respond .comment-form, 2756 2756 .sidebar .featured-gallery, 2757 2757 .sidebar .post-navigation .nav-links, 2758 2758 .author.sidebar .author-info { … … 2883 2883 .comments-area .comments-title, 2884 2884 .comments-area .comment-list, 2885 2885 .comments-area .comment-navigation, 2886 #respond,2886 .comment-respond, 2887 2887 .sidebar .site-info, 2888 2888 .sidebar .paging-navigation .nav-links { 2889 2889 padding-left: 20px; … … 3014 3014 width: calc(100% - 104px); 3015 3015 } 3016 3016 3017 #commentform input[type="text"],3018 #commentform input[type="email"],3019 #commentform input[type="url"] {3017 .comment-form input[type="text"], 3018 .comment-form input[type="email"], 3019 .comment-form input[type="url"] { 3020 3020 width: -webkit-calc(100% - 120px); 3021 3021 width: calc(100% - 120px); 3022 3022 } 3023 3023 3024 #commentform textarea {3024 .comment-form textarea { 3025 3025 height: 80px; /* Smaller field for mobile. */ 3026 3026 } 3027 3027 … … 3171 3171 3172 3172 .author-avatar, 3173 3173 .site-footer, 3174 #respond,3174 .comment-respond, 3175 3175 .comments-area .comment-edit-link, 3176 3176 .comments-area .reply, 3177 3177 .comments-link, -
wp-includes/comment-template.php
1643 1643 ?> 1644 1644 <?php if ( comments_open( $post_id ) ) : ?> 1645 1645 <?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="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> 1648 1648 <?php if ( get_option( 'comment_registration' ) && !is_user_logged_in() ) : ?> 1649 1649 <?php echo $args['must_log_in']; ?> 1650 1650 <?php do_action( 'comment_form_must_log_in_after' ); ?> 1651 1651 <?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' : ''; ?>> 1653 1653 <?php do_action( 'comment_form_top' ); ?> 1654 1654 <?php if ( is_user_logged_in() ) : ?> 1655 1655 <?php echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity ); ?>