summaryrefslogtreecommitdiffhomepage
path: root/page.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-05-08 00:43:14 +0200
committerAki <please@ignore.pl>2021-05-08 00:43:14 +0200
commit0c6f300f90bf576ffd67df7331fc57b55c5484d3 (patch)
treea89c3aed3c17fc0104c0e51be794a1f2eb95eef6 /page.css
parenta446a7ddf00a700079960e73a9b82f46d22c6ce4 (diff)
downloadfield-0c6f300f90bf576ffd67df7331fc57b55c5484d3.zip
field-0c6f300f90bf576ffd67df7331fc57b55c5484d3.tar.gz
field-0c6f300f90bf576ffd67df7331fc57b55c5484d3.tar.bz2
Added start and end dates to recent items
Diffstat (limited to 'page.css')
-rw-r--r--page.css25
1 files changed, 13 insertions, 12 deletions
diff --git a/page.css b/page.css
index a7733a1..bd3b5e2 100644
--- a/page.css
+++ b/page.css
@@ -59,24 +59,25 @@ footer {
padding: 1em;
}
-.recent-item .id {
- color: #555;
- font-size: 80%
+.recent-item {
+ padding: 0.2em;
+ border-bottom: 1px solid #242529;
}
-.recent-item > header {
- text-align: inherit;
+.recent-item:hover {
+ background: #1e1f23;
}
-.recent-item > header > .last-modified {
- float: right;
+.recent-item > .details {
+ color: #555;
+ font-size: 80%;
}
-.recent-item {
- padding: 0.2em;
- border-bottom: 1px solid #242529;
+.left-right {
+ display: flex;
+ justify-content: space-between;
}
-.recent-item:hover {
- background: #1e1f23;
+.left-right > * {
+ display: block;
}