Unidiff1 files changed, 4 insertions, 0 deletions
|
diff --git a/cgit.css b/cgit.css index 5cf8d15..6c7f9c3 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -237,64 +237,68 @@ div.commit-msg { |
237 | } |
237 | } |
238 | |
238 | |
239 | div.diffstat-header { |
239 | div.diffstat-header { |
240 | font-weight: bold; |
240 | font-weight: bold; |
241 | padding-top: 1.5em; |
241 | padding-top: 1.5em; |
242 | } |
242 | } |
243 | |
243 | |
244 | table.diffstat { |
244 | table.diffstat { |
245 | border-collapse: collapse; |
245 | border-collapse: collapse; |
246 | width: 100%; |
246 | width: 100%; |
247 | border: solid 1px #aaa; |
247 | border: solid 1px #aaa; |
248 | background-color: #eee; |
248 | background-color: #eee; |
249 | } |
249 | } |
250 | |
250 | |
251 | table.diffstat tr:hover { |
251 | table.diffstat tr:hover { |
252 | background-color: #ccc; |
252 | background-color: #ccc; |
253 | } |
253 | } |
254 | |
254 | |
255 | table.diffstat th { |
255 | table.diffstat th { |
256 | font-weight: normal; |
256 | font-weight: normal; |
257 | text-align: left; |
257 | text-align: left; |
258 | text-decoration: underline; |
258 | text-decoration: underline; |
259 | padding: 0.1em 1em 0.1em 0.1em; |
259 | padding: 0.1em 1em 0.1em 0.1em; |
260 | font-size: 100%; |
260 | font-size: 100%; |
261 | } |
261 | } |
262 | |
262 | |
263 | table.diffstat td { |
263 | table.diffstat td { |
264 | padding: 0.2em 0.2em 0.1em 0.1em; |
264 | padding: 0.2em 0.2em 0.1em 0.1em; |
265 | font-size: 100%; |
265 | font-size: 100%; |
266 | border: none; |
266 | border: none; |
267 | } |
267 | } |
268 | |
268 | |
| |
269 | table.diffstat td.mode { |
| |
270 | white-space: nowrap; |
| |
271 | } |
| |
272 | |
269 | table.diffstat td span.modechange { |
273 | table.diffstat td span.modechange { |
270 | padding-left: 1em; |
274 | padding-left: 1em; |
271 | color: red; |
275 | color: red; |
272 | } |
276 | } |
273 | |
277 | |
274 | table.diffstat td.add a { |
278 | table.diffstat td.add a { |
275 | color: green; |
279 | color: green; |
276 | } |
280 | } |
277 | |
281 | |
278 | table.diffstat td.del a { |
282 | table.diffstat td.del a { |
279 | color: red; |
283 | color: red; |
280 | } |
284 | } |
281 | |
285 | |
282 | table.diffstat td.upd a { |
286 | table.diffstat td.upd a { |
283 | color: blue; |
287 | color: blue; |
284 | } |
288 | } |
285 | |
289 | |
286 | table.diffstat td.graph { |
290 | table.diffstat td.graph { |
287 | width: 75%; |
291 | width: 75%; |
288 | vertical-align: center; |
292 | vertical-align: center; |
289 | } |
293 | } |
290 | |
294 | |
291 | table.diffstat td.graph table { |
295 | table.diffstat td.graph table { |
292 | border: none; |
296 | border: none; |
293 | } |
297 | } |
294 | |
298 | |
295 | table.diffstat td.graph td { |
299 | table.diffstat td.graph td { |
296 | padding: 0px; |
300 | padding: 0px; |
297 | border: 0px; |
301 | border: 0px; |
298 | height: 7pt; |
302 | height: 7pt; |
299 | } |
303 | } |
300 | |
304 | |
|