aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-10 16:44:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-10 16:44:57 +0200
commitf31c92eec971a2d0a10e3ed4cc66235a86456d4a (patch)
treedc7d62019da412af2119ba46a30b6b9b4350a543 /static
parentStart breaking apart HTML modules. (diff)
downloadcalp-f31c92eec971a2d0a10e3ed4cc66235a86456d4a.tar.gz
calp-f31c92eec971a2d0a10e3ed4cc66235a86456d4a.tar.xz
HTML work.
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
----------------------------------------
*/