aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-03 01:08:40 -0400
committertdro <tdro@noreply.example.com>2022-10-03 01:08:40 -0400
commitfc175fbf07469ccef2260436ddde717e1e9fc1ba (patch)
tree434c8d65cb582e4cefda44e2570e96330b383c4e /assets
parent7a4bd7a9a703052df5b5717e62f126a219015509 (diff)
downloadcanory-fc175fbf07469ccef2260436ddde717e1e9fc1ba.tar.gz
canory-fc175fbf07469ccef2260436ddde717e1e9fc1ba.tar.bz2
canory-fc175fbf07469ccef2260436ddde717e1e9fc1ba.zip
themes/default/layouts/_default/home.records: Paginate
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 067aa0e..319a2da 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -821,7 +821,8 @@ input[type="checkbox"]:checked + micro-card[limit] micro-overlay {
display: none;
}
-message-archive h1 {
+history-archive h1,
+records-archive h1 {
text-align: center;
font-weight: 400;
font-size: 150%;
@@ -1628,7 +1629,8 @@ item-list li:hover span:last-child {
text-decoration: underline;
}
-item-list li a {
+item-list li > a,
+records-archive li {
display: flex;
text-decoration: none;
align-items: baseline;
@@ -1636,23 +1638,23 @@ item-list li a {
padding: 0.5rem;
}
-item-list a span:first-child {
+item-list span:first-child {
flex: 1;
text-transform: uppercase;
}
-item-list a span:nth-child(2) {
+item-list span:nth-child(2) {
flex: 3;
margin: 0 0.5rem;
}
-item-list a span:last-child {
+item-list span:last-child {
flex: 1;
text-align: right;
}
-item-list a span:first-child,
-item-list a span:last-child {
+item-list span:first-child,
+item-list span:last-child {
color: #444;
color: var(--fade);
}