Making WordPress.org

Ticket #5761: 5761.1.patch

File 5761.1.patch, 1.6 KB (added by vladytimy, 4 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

     
    29222922        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 4'%3E%3Cpath fill='%2332373C' fill-rule='evenodd' d='M5.5 4L9 0H2z'/%3E%3C/svg%3E");
    29232923        background-size: 11px 4px;
    29242924}
     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}