X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/31e1f9af1d46bd7dfdb3b2ac580c0d0cc8dbaa63..f8f6e1fe789e9dbcea40a0f8d5ebfb019c2a1a19:/cgit.css diff --git a/cgit.css b/cgit.css index 008cff8..55afa94 100644 --- a/cgit.css +++ b/cgit.css @@ -293,7 +293,7 @@ table.blob pre { padding: 0; margin: 0; } -table.blob a.no { +table.blob a.no, table.ssdiff a.no { color: gray; text-align: right; text-decoration: none; @@ -331,6 +331,33 @@ table.commit-info { margin-top: 1.5em; } +div.cgit-panel { + float: right; + margin-top: 1.5em; +} + +div.cgit-panel table { + border-collapse: collapse; + border: solid 1px #aaa; + background-color: #eee; +} + +div.cgit-panel th { + text-align: center; +} + +div.cgit-panel td { + padding: 0.25em 0.5em; +} + +div.cgit-panel td.label { + padding-right: 0.5em; +} + +div.cgit-panel td.ctrl { + padding-left: 0.5em; +} + table.commit-info th { text-align: left; font-weight: normal;