| | 2093 | .listing.tickets th, |
| | 2094 | .listing.tickets td { |
| | 2095 | display: block; |
| | 2096 | } |
| | 2097 | .listing.tickets thead th, |
| | 2098 | .listing.tickets tbody .trac-columns th { |
| | 2099 | display: inline-block; |
| | 2100 | } |
| | 2101 | .listing.tickets tbody tr td.id::before, |
| | 2102 | .listing.tickets tbody tr td.ticket::before { |
| | 2103 | content: "Ticket: "; |
| | 2104 | } |
| | 2105 | .listing.tickets tbody tr td.summary::before { |
| | 2106 | content: "Summary: "; |
| | 2107 | } |
| | 2108 | .listing.tickets tbody tr td.status::before { |
| | 2109 | content: "Status: "; |
| | 2110 | } |
| | 2111 | .listing.tickets tbody tr td.resolution::before { |
| | 2112 | content: "Resolution: "; |
| | 2113 | } |
| | 2114 | .listing.tickets tbody tr td.owner::before { |
| | 2115 | content: "Owner: "; |
| | 2116 | } |
| | 2117 | .listing.tickets tbody tr td.type::before { |
| | 2118 | content: "Type: "; |
| | 2119 | } |
| | 2120 | .listing.tickets tbody tr td.priority::before { |
| | 2121 | content: "Priority: "; |
| | 2122 | } |
| | 2123 | .listing.tickets tbody tr td.milestone::before { |
| | 2124 | content: "Milestone: "; |
| | 2125 | } |
| | 2126 | .listing.tickets tbody tr td.component::before { |
| | 2127 | content: "Component: "; |
| | 2128 | } |
| | 2129 | .listing.tickets tbody tr td.severity::before { |
| | 2130 | content: "Severity: "; |
| | 2131 | } |
| | 2132 | .listing.tickets tbody tr td.workflow::before { |
| | 2133 | content: "Workflow: "; |
| | 2134 | } |
| | 2135 | .listing.tickets tbody tr td.date::before { |
| | 2136 | content: "Date: "; |
| | 2137 | } |
| | 2138 | .listing.tickets tbody tr td.version::before { |
| | 2139 | content: "Version: "; |
| | 2140 | } |
| | 2141 | .listing.tickets tbody tr td.reporter::before { |
| | 2142 | content: "Reporter: "; |
| | 2143 | } |
| | 2144 | .listing.tickets tbody tr td.Comments::before { |
| | 2145 | content: "Comments: "; |
| | 2146 | } |
| | 2147 | .listing.tickets tbody tr td.Stars::before { |
| | 2148 | content: "Stars: "; |
| | 2149 | } |
| | 2150 | .listing.tickets tbody tr td:not(.Comments, .Stars)::before { |
| | 2151 | font-weight: 600; |
| | 2152 | } |
| | 2153 | .listing.tickets tbody tr td.Stars, |
| | 2154 | .listing.tickets tbody tr td.Comments { |
| | 2155 | display: inline-block; |
| | 2156 | float: right; |
| | 2157 | } |