Ticket #24039: 24039.diff
| File 24039.diff, 812 bytes (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/style.css
2438 2438 margin-bottom: 8px; 2439 2439 } 2440 2440 2441 #commentform label { 2441 #commentform [for="author"], 2442 #commentform [for="email"], 2443 #commentform [for="url"] { 2442 2444 float: left; 2443 2445 padding: 5px 0; 2444 width: 1 00px;2446 width: 120px; 2445 2447 } 2446 2448 2447 2449 #commentform .required { … … 3080 3082 #commentform input[type="text"], 3081 3083 #commentform input[type="email"], 3082 3084 #commentform input[type="url"] { 3083 width: -webkit-calc(100% - 1 00px);3084 width: calc(100% - 1 00px);3085 width: -webkit-calc(100% - 120px); 3086 width: calc(100% - 120px); 3085 3087 } 3086 3088 3087 3089 #commentform textarea {