Ticket #23629: 23629.diff
File 23629.diff, 650 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/style.css
2359 2359 } 2360 2360 2361 2361 #commentform input[type="text"] { 2362 width: 270px; 2362 max-width: 270px; 2363 width: 60%; 2363 2364 } 2364 2365 2365 2366 #commentform textarea { … … 3007 3008 width: calc(100% - 104px); 3008 3009 } 3009 3010 3011 #commentform input[type="text"] { 3012 width: -webkit-calc(100% - 100px); 3013 width: calc(100% - 100px); 3014 } 3015 3010 3016 #commentform textarea { 3011 3017 height: 80px; /* Smaller field for mobile. */ 3012 3018 }