Ticket #23702: 23702.1.diff
File 23702.1.diff, 1.9 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/style.css
2393 2393 margin-bottom: 8px; 2394 2394 } 2395 2395 2396 #commentform label[for="author"], 2397 #commentform label[for="email"], 2398 #commentform label[for="url"], 2399 #commentform label[for="comment"] { 2396 #commentform label { 2400 2397 float: left; 2401 2398 padding: 5px 0; 2402 2399 width: 100px; … … 2406 2403 color: #ed331c; 2407 2404 } 2408 2405 2409 #commentform input[type="text"] { 2406 #commentform input[type="text"], 2407 #commentform input[type="email"], 2408 #commentform input[type="url"] { 2410 2409 max-width: 270px; 2411 2410 width: 60%; 2412 2411 } … … 3027 3026 width: calc(100% - 104px); 3028 3027 } 3029 3028 3030 #commentform input[type="text"] { 3029 #commentform input[type="text"], 3030 #commentform input[type="email"], 3031 #commentform input[type="url"] { 3031 3032 width: -webkit-calc(100% - 100px); 3032 3033 width: calc(100% - 100px); 3033 3034 } -
wp-content/themes/twentythirteen/rtl.css
652 652 content: normal; 653 653 } 654 654 655 #commentform label[for="author"], 656 #commentform label[for="email"], 657 #commentform label[for="url"], 658 #commentform label[for="comment"] { 655 #commentform label { 659 656 float: right; 660 657 } 661 658 -
wp-content/themes/twentythirteen/comments.php
50 50 51 51 <?php endif; // have_comments() ?> 52 52 53 <?php comment_form( ); ?>53 <?php comment_form( array( 'format' => 'html5' ) ); ?> 54 54 55 55 </div><!-- #comments --> 56 No newline at end of file