diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 1d90057..55afa94 100644 --- a/cgit.css +++ b/cgit.css | |||
@@ -331,6 +331,33 @@ table.commit-info { | |||
331 | margin-top: 1.5em; | 331 | margin-top: 1.5em; |
332 | } | 332 | } |
333 | 333 | ||
334 | div.cgit-panel { | ||
335 | float: right; | ||
336 | margin-top: 1.5em; | ||
337 | } | ||
338 | |||
339 | div.cgit-panel table { | ||
340 | border-collapse: collapse; | ||
341 | border: solid 1px #aaa; | ||
342 | background-color: #eee; | ||
343 | } | ||
344 | |||
345 | div.cgit-panel th { | ||
346 | text-align: center; | ||
347 | } | ||
348 | |||
349 | div.cgit-panel td { | ||
350 | padding: 0.25em 0.5em; | ||
351 | } | ||
352 | |||
353 | div.cgit-panel td.label { | ||
354 | padding-right: 0.5em; | ||
355 | } | ||
356 | |||
357 | div.cgit-panel td.ctrl { | ||
358 | padding-left: 0.5em; | ||
359 | } | ||
360 | |||
334 | table.commit-info th { | 361 | table.commit-info th { |
335 | text-align: left; | 362 | text-align: left; |
336 | font-weight: normal; | 363 | font-weight: normal; |