Ticket #23629: percentage.diff
| File percentage.diff, 1.3 KB (added by , 13 years ago) |
|---|
-
style.css
2363 2363 } 2364 2364 2365 2365 #commentform input[type="text"] { 2366 width: 270px;2366 width: 100%; 2367 2367 } 2368 2368 2369 2369 #commentform textarea { … … 2660 2660 .site { 2661 2661 border: 0; 2662 2662 } 2663 #commentform input[type="text"] { 2664 width: 50%; 2665 } 2663 2666 } 2664 2667 2665 2668 @media (max-width: 1069px) { 2669 #commentform input[type="text"] { 2670 width: 50%; 2671 } 2672 2666 2673 .sidebar img.alignleft, 2667 2674 .sidebar .wp-caption.alignleft { 2668 2675 margin-left: 0; … … 2732 2739 } 2733 2740 2734 2741 @media (max-width: 999px) { 2742 #commentform input[type="text"] { 2743 width: 70%; 2744 } 2735 2745 .sidebar .entry-header, 2736 2746 .sidebar .entry-content, 2737 2747 .sidebar .entry-summary, … … 2831 2841 2832 2842 /* Collapse oversized image and pulled images after iPad breakpoint. */ 2833 2843 @media (max-width: 767px) { 2844 #commentform input[type="text"] { 2845 width: 60%; 2846 } 2847 2834 2848 img.alignleft, 2835 2849 .wp-caption.alignleft { 2836 2850 margin-left: 0; … … 2857 2871 } 2858 2872 2859 2873 @media (max-width: 643px) { 2874 #commentform input[type="text"] { 2875 width: 60%; 2876 } 2877 2860 2878 .site-title { 2861 2879 font-size: 30px; 2862 2880 } … … 3034 3052 3035 3053 /* Mobile devices */ 3036 3054 @media (max-width: 359px) { 3055 #commentform input[type="text"] { 3056 width: 100%; 3057 } 3058 3037 3059 .gallery { 3038 3060 margin-left: 0; 3039 3061 }