Twenty Thirteen: Update comment form selectors with new classes added in r24525.

props obenland.
fixes #23851.



git-svn-id: http://core.svn.wordpress.org/trunk@24526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-06-27 21:19:02 +00:00
parent ca1e73ca84
commit 6d96d25340
3 changed files with 47 additions and 47 deletions

View File

@ -19,7 +19,7 @@ Styles for older IE versions (previous to IE9).
.attachment-meta a:before:hover, .attachment-meta a:before:hover,
.comment-awaiting-moderation:before:hover, .comment-awaiting-moderation:before:hover,
.comment-reply-link:before:hover, .comment-reply-link:before:hover,
#reply-title small a:before:hover, .comment-reply-title small a:before:hover,
.bypostauthor > .comment-body .fn:before:hover { .bypostauthor > .comment-body .fn:before:hover {
text-decoration: none; text-decoration: none;
} }
@ -270,8 +270,8 @@ img.alignleft {
.ie7 .comments-title, .ie7 .comments-title,
.ie7 .comment-list, .ie7 .comment-list,
.ie7 #reply-title, .ie7 .comment-reply-title,
.ie7 #respond #commentform { .ie7 .comment-respond .comment-form {
width: 604px; width: 604px;
} }

View File

@ -453,9 +453,9 @@ div.nav-menu > ul {
.sidebar .comments-title, .sidebar .comments-title,
.sidebar .comment-list, .sidebar .comment-list,
.sidebar #reply-title, .sidebar .comment-reply-title,
.sidebar .comment-navigation, .sidebar .comment-navigation,
.sidebar #respond #commentform { .sidebar .comment-respond .comment-form {
padding-left: 376px; padding-left: 376px;
padding-right: 60px; padding-right: 60px;
} }
@ -499,14 +499,14 @@ div.nav-menu > ul {
transform: scaleX(-1); transform: scaleX(-1);
} }
#reply-title small a { .comment-reply-title small a {
float: left; float: left;
} }
#commentform [for="author"], .comment-form [for="author"],
#commentform [for="email"], .comment-form [for="email"],
#commentform [for="url"], .comment-form [for="url"],
#commentform [for="comment"] { .comment-form [for="comment"] {
float: right; float: right;
} }
@ -612,9 +612,9 @@ div.nav-menu > ul {
.sidebar .entry-summary, .sidebar .entry-summary,
.sidebar .entry-meta, .sidebar .entry-meta,
.sidebar .comment-list, .sidebar .comment-list,
.sidebar #reply-title, .sidebar .comment-reply-title,
.sidebar .comment-navigation, .sidebar .comment-navigation,
.sidebar #respond #commentform, .sidebar .comment-respond .comment-form,
.sidebar .featured-gallery, .sidebar .featured-gallery,
.sidebar .post-navigation .nav-links, .sidebar .post-navigation .nav-links,
.author.sidebar .author-info, .author.sidebar .author-info,

View File

@ -483,7 +483,7 @@ hr {
.comment-awaiting-moderation:before, .comment-awaiting-moderation:before,
.comment-reply-link:before, .comment-reply-link:before,
.comment-reply-login:before, .comment-reply-login:before,
#reply-title small a:before, .comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before, .bypostauthor > .comment-body .fn:before,
.error404 .page-title:before { .error404 .page-title:before {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -2162,10 +2162,10 @@ footer.entry-meta {
.comments-title, .comments-title,
.comment-list, .comment-list,
#reply-title, .comment-reply-title,
.must-log-in, .must-log-in,
#respond #commentform, .comment-respond .comment-form,
#respond iframe { .comment-respond iframe {
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
@ -2176,9 +2176,9 @@ footer.entry-meta {
.sidebar .comments-title, .sidebar .comments-title,
.sidebar .comment-list, .sidebar .comment-list,
.sidebar .must-log-in, .sidebar .must-log-in,
.sidebar #reply-title, .sidebar .comment-reply-title,
.sidebar .comment-navigation, .sidebar .comment-navigation,
.sidebar #respond #commentform { .sidebar .comment-respond .comment-form {
max-width: 1040px; max-width: 1040px;
padding-left: 60px; padding-left: 60px;
padding-right: 376px; padding-right: 376px;
@ -2313,21 +2313,21 @@ footer.entry-meta {
} }
/* Comment form */ /* Comment form */
#respond { .comment-respond {
background-color: #f7f5e7; background-color: #f7f5e7;
padding: 30px 0; padding: 30px 0;
} }
.comment #respond { .comment .comment-respond {
margin-bottom: 20px; margin-bottom: 20px;
padding: 20px; padding: 20px;
} }
#reply-title { .comment-reply-title {
font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif; font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
} }
#reply-title small a { .comment-reply-title small a {
color: #131310; color: #131310;
display: inline-block; display: inline-block;
float: right; float: right;
@ -2336,52 +2336,52 @@ footer.entry-meta {
width: 16px; width: 16px;
} }
#reply-title small a:hover { .comment-reply-title small a:hover {
color: #ed331c; color: #ed331c;
text-decoration: none; text-decoration: none;
} }
#reply-title small a:before { .comment-reply-title small a:before {
content: "\f406"; content: "\f406";
vertical-align: top; vertical-align: top;
} }
.sidebar .comment-list #reply-title, .sidebar .comment-list .comment-reply-title,
.sidebar .comment-list #respond #commentform { .sidebar .comment-list .comment-respond .comment-form {
padding: 0; padding: 0;
} }
#commentform .comment-notes { .comment-form .comment-notes {
margin-bottom: 15px; margin-bottom: 15px;
} }
#commentform .comment-form-author, .comment-form .comment-form-author,
#commentform .comment-form-email, .comment-form .comment-form-email,
#commentform .comment-form-url { .comment-form .comment-form-url {
margin-bottom: 8px; margin-bottom: 8px;
} }
#commentform [for="author"], .comment-form [for="author"],
#commentform [for="email"], .comment-form [for="email"],
#commentform [for="url"], .comment-form [for="url"],
#commentform [for="comment"] { .comment-form [for="comment"] {
float: left; float: left;
padding: 5px 0; padding: 5px 0;
width: 120px; width: 120px;
} }
#commentform .required { .comment-form .required {
color: #ed331c; color: #ed331c;
} }
#commentform input[type="text"], .comment-form input[type="text"],
#commentform input[type="email"], .comment-form input[type="email"],
#commentform input[type="url"] { .comment-form input[type="url"] {
max-width: 270px; max-width: 270px;
width: 60%; width: 60%;
} }
#commentform textarea { .comment-form textarea {
width: 100%; width: 100%;
} }
@ -2723,9 +2723,9 @@ footer.entry-meta {
.sidebar .entry-summary, .sidebar .entry-summary,
.sidebar .entry-meta, .sidebar .entry-meta,
.sidebar .comment-list, .sidebar .comment-list,
.sidebar #reply-title, .sidebar .comment-reply-title,
.sidebar .comment-navigation, .sidebar .comment-navigation,
.sidebar #respond #commentform, .sidebar .comment-respond .comment-form,
.sidebar .featured-gallery, .sidebar .featured-gallery,
.sidebar .post-navigation .nav-links, .sidebar .post-navigation .nav-links,
.author.sidebar .author-info { .author.sidebar .author-info {
@ -2852,7 +2852,7 @@ footer.entry-meta {
.comments-area .comments-title, .comments-area .comments-title,
.comments-area .comment-list, .comments-area .comment-list,
.comments-area .comment-navigation, .comments-area .comment-navigation,
#respond, .comment-respond,
.sidebar .site-info, .sidebar .site-info,
.sidebar .paging-navigation .nav-links { .sidebar .paging-navigation .nav-links {
padding-left: 20px; padding-left: 20px;
@ -2983,14 +2983,14 @@ footer.entry-meta {
width: calc(100% - 104px); width: calc(100% - 104px);
} }
#commentform input[type="text"], .comment-form input[type="text"],
#commentform input[type="email"], .comment-form input[type="email"],
#commentform input[type="url"] { .comment-form input[type="url"] {
width: -webkit-calc(100% - 120px); width: -webkit-calc(100% - 120px);
width: calc(100% - 120px); width: calc(100% - 120px);
} }
#commentform textarea { .comment-form textarea {
height: 80px; /* Smaller field for mobile. */ height: 80px; /* Smaller field for mobile. */
} }
@ -3141,7 +3141,7 @@ footer.entry-meta {
.author-avatar, .author-avatar,
.site-footer, .site-footer,
#respond, .comment-respond,
.comments-area .comment-edit-link, .comments-area .comment-edit-link,
.comments-area .reply, .comments-area .reply,
.comments-link, .comments-link,