diff --git a/wp-content/themes/twentythirteen/rtl.css b/wp-content/themes/twentythirteen/rtl.css index 0c04895a81..4079db5227 100644 --- a/wp-content/themes/twentythirteen/rtl.css +++ b/wp-content/themes/twentythirteen/rtl.css @@ -663,7 +663,10 @@ div.nav-menu > ul { content: normal; } -#commentform label { +#commentform [for="author"], +#commentform [for="email"], +#commentform [for="url"], +#commentform [for="comment"] { float: right; } diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index e39b51c4c2..de1c798b3a 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2454,10 +2454,13 @@ footer.entry-meta { margin-bottom: 8px; } -#commentform label { +#commentform [for="author"], +#commentform [for="email"], +#commentform [for="url"], +#commentform [for="comment"] { float: left; padding: 5px 0; - width: 100px; + width: 120px; } #commentform .required { @@ -3113,8 +3116,8 @@ footer.entry-meta { #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] { - width: -webkit-calc(100% - 100px); - width: calc(100% - 100px); + width: -webkit-calc(100% - 120px); + width: calc(100% - 120px); } #commentform textarea {