aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 563a8fa1..193cc1fb 100644
--- a/static/style.css
+++ b/static/style.css
@@ -671,6 +671,19 @@ along with their colors.
display: inline-block;
}
+.summary-line {
+ display: inline-flex;
+}
+
+.summary-line > * {
+ display: inline-block;
+}
+
+.summary-line time {
+ font-family: monospace;
+ min-width: 18ch;
+}
+
/* Popups
----------------------------------------
*/
@@ -809,6 +822,15 @@ along with their colors.
}
+.summary-line .square {
+ margin-right: 1em;
+}
+
+.square {
+ width: 1em;
+ height: 1em;
+}
+
/* Icalendar
----------------------------------------
*/