Ticket #23851: 23851.4.diff
File 23851.4.diff, 7.8 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 .comment-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 .comment-reply-title, 274 .ie7 .comment-respond .comment-form { 275 275 width: 604px; 276 276 } 277 277 -
wp-content/themes/twentythirteen/rtl.css
453 453 454 454 .sidebar .comments-title, 455 455 .sidebar .comment-list, 456 .sidebar #reply-title,456 .sidebar .comment-reply-title, 457 457 .sidebar .comment-navigation, 458 .sidebar #respond #commentform {458 .sidebar .comment-respond .comment-form { 459 459 padding-left: 376px; 460 460 padding-right: 60px; 461 461 } … … 499 499 transform: scaleX(-1); 500 500 } 501 501 502 #reply-title small a {502 .comment-reply-title small a { 503 503 float: left; 504 504 } 505 505 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"] { 510 510 float: right; 511 511 } 512 512 … … 612 612 .sidebar .entry-summary, 613 613 .sidebar .entry-meta, 614 614 .sidebar .comment-list, 615 .sidebar #reply-title,615 .sidebar .comment-reply-title, 616 616 .sidebar .comment-navigation, 617 .sidebar #respond #commentform,617 .sidebar .comment-respond .comment-form, 618 618 .sidebar .featured-gallery, 619 619 .sidebar .post-navigation .nav-links, 620 620 .author.sidebar .author-info, -
wp-content/themes/twentythirteen/style.css
483 483 .comment-awaiting-moderation:before, 484 484 .comment-reply-link:before, 485 485 .comment-reply-login:before, 486 #reply-title small a:before,486 .comment-reply-title small a:before, 487 487 .bypostauthor > .comment-body .fn:before, 488 488 .error404 .page-title:before { 489 489 -webkit-font-smoothing: antialiased; … … 2162 2162 2163 2163 .comments-title, 2164 2164 .comment-list, 2165 #reply-title,2165 .comment-reply-title, 2166 2166 .must-log-in, 2167 #respond #commentform,2168 #respond iframe {2167 .comment-respond .comment-form, 2168 .comment-respond iframe { 2169 2169 display: block; 2170 2170 margin-left: auto; 2171 2171 margin-right: auto; … … 2176 2176 .sidebar .comments-title, 2177 2177 .sidebar .comment-list, 2178 2178 .sidebar .must-log-in, 2179 .sidebar #reply-title,2179 .sidebar .comment-reply-title, 2180 2180 .sidebar .comment-navigation, 2181 .sidebar #respond #commentform {2181 .sidebar .comment-respond .comment-form { 2182 2182 max-width: 1040px; 2183 2183 padding-left: 60px; 2184 2184 padding-right: 376px; … … 2313 2313 } 2314 2314 2315 2315 /* Comment form */ 2316 #respond {2316 .comment-respond { 2317 2317 background-color: #f7f5e7; 2318 2318 padding: 30px 0; 2319 2319 } 2320 2320 2321 .comment #respond {2321 .comment .comment-respond { 2322 2322 margin-bottom: 20px; 2323 2323 padding: 20px; 2324 2324 } 2325 2325 2326 #reply-title {2326 .comment-reply-title { 2327 2327 font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; 2328 2328 } 2329 2329 2330 #reply-title small a {2330 .comment-reply-title small a { 2331 2331 color: #131310; 2332 2332 display: inline-block; 2333 2333 float: right; … … 2336 2336 width: 16px; 2337 2337 } 2338 2338 2339 #reply-title small a:hover {2339 .comment-reply-title small a:hover { 2340 2340 color: #ed331c; 2341 2341 text-decoration: none; 2342 2342 } 2343 2343 2344 #reply-title small a:before {2344 .comment-reply-title small a:before { 2345 2345 content: "\f406"; 2346 2346 vertical-align: top; 2347 2347 } 2348 2348 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 { 2351 2351 padding: 0; 2352 2352 } 2353 2353 2354 #commentform .comment-notes {2354 .comment-form .comment-notes { 2355 2355 margin-bottom: 15px; 2356 2356 } 2357 2357 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 { 2361 2361 margin-bottom: 8px; 2362 2362 } 2363 2363 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"] { 2368 2368 float: left; 2369 2369 padding: 5px 0; 2370 2370 width: 120px; 2371 2371 } 2372 2372 2373 #commentform .required {2373 .comment-form .required { 2374 2374 color: #ed331c; 2375 2375 } 2376 2376 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"] { 2380 2380 max-width: 270px; 2381 2381 width: 60%; 2382 2382 } 2383 2383 2384 #commentform textarea {2384 .comment-form textarea { 2385 2385 width: 100%; 2386 2386 } 2387 2387 … … 2723 2723 .sidebar .entry-summary, 2724 2724 .sidebar .entry-meta, 2725 2725 .sidebar .comment-list, 2726 .sidebar #reply-title,2726 .sidebar .comment-reply-title, 2727 2727 .sidebar .comment-navigation, 2728 .sidebar #respond #commentform,2728 .sidebar .comment-respond .comment-form, 2729 2729 .sidebar .featured-gallery, 2730 2730 .sidebar .post-navigation .nav-links, 2731 2731 .author.sidebar .author-info { … … 2852 2852 .comments-area .comments-title, 2853 2853 .comments-area .comment-list, 2854 2854 .comments-area .comment-navigation, 2855 #respond,2855 .comment-respond, 2856 2856 .sidebar .site-info, 2857 2857 .sidebar .paging-navigation .nav-links { 2858 2858 padding-left: 20px; … … 2983 2983 width: calc(100% - 104px); 2984 2984 } 2985 2985 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"] { 2989 2989 width: -webkit-calc(100% - 120px); 2990 2990 width: calc(100% - 120px); 2991 2991 } 2992 2992 2993 #commentform textarea {2993 .comment-form textarea { 2994 2994 height: 80px; /* Smaller field for mobile. */ 2995 2995 } 2996 2996 … … 3141 3141 3142 3142 .author-avatar, 3143 3143 .site-footer, 3144 #respond,3144 .comment-respond, 3145 3145 .comments-area .comment-edit-link, 3146 3146 .comments-area .reply, 3147 3147 .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="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> 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 ); ?>