Ticket #23629: formelements.diff
File formelements.diff, 692 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 width: 60%; 2363 2363 } 2364 2364 2365 2365 #commentform textarea { … … 2857 2857 } 2858 2858 2859 2859 @media (max-width: 643px) { 2860 #commentform input[type="text"] { 2861 width: 100%; 2862 } 2863 2860 2864 .site-title { 2861 2865 font-size: 30px; 2862 2866 } … … 3034 3038 3035 3039 /* Mobile devices */ 3036 3040 @media (max-width: 359px) { 3041 #commentform input[type="text"] { 3042 width: 100%; 3043 } 3044 3037 3045 .gallery { 3038 3046 margin-left: 0; 3039 3047 }