diff --git a/src/wp-content/themes/twentyeleven/rtl.css b/src/wp-content/themes/twentyeleven/rtl.css index 5241297fc6..7e1f3dbf0e 100644 --- a/src/wp-content/themes/twentyeleven/rtl.css +++ b/src/wp-content/themes/twentyeleven/rtl.css @@ -444,7 +444,10 @@ section.recent-posts .other-recent-posts .comments-link > span { -moz-box-shadow: -1px 2px 2px rgba(204,204,204,0.8); box-shadow: -1px 2px 2px rgba(204,204,204,0.8); } -#respond .comment-form label .required { +#respond .comment-form-author .required, +#respond .comment-form-email .required, +#respond .comment-form-url .required, +#respond .comment-form-comment .required { float: left; margin-left: 0; margin-right: 4px; @@ -545,11 +548,6 @@ section.recent-posts .other-recent-posts .comments-link > span { right: 2.2em; } /* Use the available space in the smaller comment form */ - #respond .comment-form-author .required, - #respond .comment-form-email .required { - left: auto; - right: 95%; - } #content .gallery-columns-3 .gallery-item { padding-right: 0; padding-left:2%; diff --git a/src/wp-content/themes/twentyeleven/style.css b/src/wp-content/themes/twentyeleven/style.css index 328c33a6e1..e6f7d7d70d 100644 --- a/src/wp-content/themes/twentyeleven/style.css +++ b/src/wp-content/themes/twentyeleven/style.css @@ -2240,7 +2240,10 @@ a.comment-reply-link > span { font-size: 22px; font-weight: bold; } -#respond .comment-form label .required { +#respond .comment-form-author .required, +#respond .comment-form-email .required, +#respond .comment-form-url .required, +#respond .comment-form-comment .required { float: right; margin-left: 4px; } @@ -2616,10 +2619,6 @@ p.comment-form-comment { #respond input[type="text"] { width: 95%; } - #respond .comment-form-author .required, - #respond .comment-form-email .required { - left: 95%; - } #content .gallery-columns-3 .gallery-item { width: 31%; padding-right: 2%;