Making WordPress.org

Ticket #4917: 4917.reports.mobile1234.2.patch

File 4917.reports.mobile1234.2.patch, 3.4 KB (added by vladytimy, 4 years ago)

Reports 1,2,3,4 patches in one go for testing purposes

  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    125125        line-height: 20px;
    126126        height: 21px;
    127127}
     128#prefs {
     129        padding-top: 25px;
     130}
    128131#prefs input {
    129132        margin: .1em;
    130133}
     
    20902093        #properties table.trac-properties > tbody > tr > td#focuses {
    20912094                padding-left: 22px;
    20922095        }
     2096        .listing.tickets th,
     2097        .listing.tickets td {
     2098                display: block;
     2099        }
     2100        .listing.tickets thead th,
     2101        .listing.tickets tbody .trac-columns th {
     2102                display: inline-block;
     2103        }
     2104        .listing.tickets tbody tr td.id::before,
     2105        .listing.tickets tbody tr td.ticket::before {
     2106                content: "Ticket: ";
     2107        }
     2108        .listing.tickets tbody tr td.summary::before {
     2109                content: "Summary: ";
     2110        }
     2111        .listing.tickets tbody tr td.status::before {
     2112                content: "Status: ";
     2113        }
     2114    .listing.tickets tbody tr td.resolution::before {
     2115                content: "Resolution: ";
     2116        }
     2117        .listing.tickets tbody tr td.owner::before {
     2118                content: "Owner: ";
     2119        }
     2120        .listing.tickets tbody tr td.type::before {
     2121                content: "Type: ";
     2122        }
     2123        .listing.tickets tbody tr td.priority::before {
     2124                content: "Priority: ";
     2125        }
     2126        .listing.tickets tbody tr td.milestone::before {
     2127                content: "Milestone: ";
     2128        }
     2129        .listing.tickets tbody tr td.component::before {
     2130                content: "Component: ";
     2131        }
     2132        .listing.tickets tbody tr td.severity::before {
     2133                content: "Severity: ";
     2134        }
     2135        .listing.tickets tbody tr td.workflow::before {
     2136                content: "Workflow: ";
     2137        }
     2138        .listing.tickets tbody tr td.date::before {
     2139            content: "Date: ";
     2140        }
     2141        .listing.tickets tbody tr td.version::before {
     2142                content: "Version: ";
     2143        }
     2144        .listing.tickets tbody tr td.reporter::before {
     2145                content: "Reporter: ";
     2146        }
     2147        .listing.tickets tbody tr td.Comments::before {
     2148                content: "Comments: ";
     2149        }
     2150        .listing.tickets tbody tr td.Stars::before {
     2151                content: "Stars: ";
     2152        }
     2153        .listing.tickets tbody tr td:not(.Comments, .Stars)::before {
     2154                font-weight: 600;
     2155        }
     2156        .listing.tickets tbody tr td.Stars,
     2157        .listing.tickets tbody tr td.Comments {
     2158                display: inline-block;
     2159                float: right;
     2160        }
     2161        .tickets tr.color3-odd,
     2162        .tickets tr.color3-even,
     2163        table.tickets tbody tr.even.prio3,
     2164        table.tickets tbody tr.odd.prio3 {
     2165                border-color: #ccc;
     2166        }
     2167        .tickets tr.color4-odd,
     2168        .tickets tr.color4-even,
     2169        table.tickets tbody tr.even.prio4,
     2170        table.tickets tbody tr.odd.prio4 {
     2171                border-color: #099;
     2172        }
     2173        .tickets tr.color5-odd,
     2174        .tickets tr.color5-even,
     2175        table.tickets tbody tr.prio5 {
     2176                border-color: #469;
     2177        }
     2178        .tickets tr.color6-odd,
     2179        .tickets tr.color6-even {
     2180                border-color: #888;
     2181        }
     2182        .listing.tickets thead tr th a,
     2183        .listing.tickets tbody .trac-columns th a {
     2184                font-size: 1.2em;
     2185        }
    20932186}
    20942187
    20952188@media (max-width: 640px) {
     
    21392232                max-width: 50%; /* prevent the logo and search from colliding (to a point) */
    21402233                height: auto;
    21412234        }
     2235        #filters th,
     2236        #filters td {
     2237                display: block;
     2238        }
     2239        #filters .trac-clause td:not(.actions td),
     2240        #filters .trac-clause th {
     2241        text-align:left;
     2242    }
     2243        #filters .trac-clause tbody {
     2244                display:table;
     2245                padding:7px 0 7px 0;
     2246        }
     2247        #filters th,
     2248        #filters td label {
     2249                font-size:13px;
     2250        }
    21422251        #content.ticket, .milestone .info .progress, .milestone .info dl, #content.timeline dl, #stats {
    21432252                margin-left: 0; /* use all the available space */
    21442253        }