diff --git a/package/share/ahriman/build-status.jinja2 b/package/share/ahriman/build-status.jinja2 index 3c56f070..e06d8269 100644 --- a/package/share/ahriman/build-status.jinja2 +++ b/package/share/ahriman/build-status.jinja2 @@ -26,12 +26,36 @@ 100% { background-color: rgba(var(--color-building), 0.0); } } - table, th, td { + div.root { + width: 70%; + padding: 15px 15% 0; + } + + section.element { + width: 100%; + } + + input, table { + width: inherit; + padding: 10px 0; + } + + th, td { padding: 5px; } - td.package { - font-weight: bolder; + + tr.package:nth-child(odd) { + background-color: rgba(255, 255, 255, 1); } + + tr.package:nth-child(even) { + background-color: rgba(235, 235, 255, 1); + } + + tr.header, tr.package:hover { + background-color: rgba(200, 200, 255, 1); + } + td.package-unknown { background-color: rgba(var(--color-unknown), 1.0); } @@ -55,32 +79,64 @@ + +
-package base | -packages | -version | -architecture | -timestamp | -status | -
---|---|---|---|---|---|
{{ package.base|e }} | -{{ package.packages|join(" "|safe) }} |
- {{ package.version|e }} | -{{ architecture|e }} | -{{ package.timestamp|e }} | -{{ package.status|e }} | -
package base | +packages | +version | +architecture | +last update | +status | +
---|---|---|---|---|---|
{{ package.base|e }} | +{{ package.packages|join(" "|safe) }} |
+ {{ package.version|e }} | +{{ architecture|e }} | +{{ package.timestamp|e }} | +{{ package.status|e }} | +