| 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 | } |