Index: src/wp-content/themes/twentyeleven/rtl.css
===================================================================
--- src/wp-content/themes/twentyeleven/rtl.css	(revision 53754)
+++ src/wp-content/themes/twentyeleven/rtl.css	(working copy)
@@ -444,7 +444,10 @@
 	-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 @@
 		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%;
Index: src/wp-content/themes/twentyeleven/style.css
===================================================================
--- src/wp-content/themes/twentyeleven/style.css	(revision 53754)
+++ src/wp-content/themes/twentyeleven/style.css	(working copy)
@@ -2240,7 +2240,10 @@
 	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 @@
 	#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%;
