diff options
author | Lars Hjemli | 2011-05-23 23:29:24 +0200 |
---|---|---|
committer | Lars Hjemli | 2011-05-23 23:29:24 +0200 |
commit | 2ffeecb7a6827dcf0f81cf543ed312155f6e8f83 (patch) | |
tree | 328117f4fe71862b7432359b4d6a7237affd42fe /cgit.css | |
parent | ab350a77b1d3b0e251cc28329f2e16f0566e521e (diff) | |
parent | 1b5c336cc99f01a0f8d6668cbfc9273f49a6be25 (diff) | |
download | cgit-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.tar.gz cgit-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.tar.bz2 cgit-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.zip |
Merge branch 'lh/panel'
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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; |