| | 2925 | @media (max-width: 500px){ |
| | 2926 | .locale-project-contributors-table .contributor-name span { |
| | 2927 | float:none; |
| | 2928 | } |
| | 2929 | |
| | 2930 | .project-header .project-description { |
| | 2931 | width:unset; |
| | 2932 | } |
| | 2933 | |
| | 2934 | /* Sub Projects table */ |
| | 2935 | .locale-sub-projects th, |
| | 2936 | .locale-sub-projects td { |
| | 2937 | display:block; |
| | 2938 | } |
| | 2939 | |
| | 2940 | .locale-sub-projects thead th { |
| | 2941 | display: none; |
| | 2942 | } |
| | 2943 | |
| | 2944 | .locale-sub-projects thead th:nth-child(1) { |
| | 2945 | display: block; |
| | 2946 | width:97%; |
| | 2947 | } |
| | 2948 | |
| | 2949 | table.locale-sub-projects th:first-child, |
| | 2950 | table.locale-sub-projects td:first-child { |
| | 2951 | border-left: none; |
| | 2952 | border-right:none; |
| | 2953 | } |
| | 2954 | |
| | 2955 | table.locale-sub-projects td.stats { |
| | 2956 | padding-left:15px; |
| | 2957 | border-right:none; |
| | 2958 | } |
| | 2959 | |
| | 2960 | .locale-sub-projects td.stats.translated:before { |
| | 2961 | content:"Translated:"; |
| | 2962 | } |
| | 2963 | |
| | 2964 | .locale-sub-projects td.stats.fuzzy:before { |
| | 2965 | content:"Fuzzy:"; |
| | 2966 | } |
| | 2967 | |
| | 2968 | .locale-sub-projects td.stats.untranslated:before { |
| | 2969 | content:"Untranslated:"; |
| | 2970 | } |
| | 2971 | |
| | 2972 | .locale-sub-projects td.stats.waiting:before { |
| | 2973 | content:"Waiting:"; |
| | 2974 | } |
| | 2975 | } |