aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 2db25af2..11565ff7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -114,6 +114,21 @@ body {
max-width: calc(100% - 20em);
display: flex;
flex-direction: column;
+ flex-grow: 1;
+}
+
+main table {
+ width: 100%;
+ height: 90%; /* TODO */
+ border-collapse: collapse;
+}
+
+main table thead {
+ height: 1em;
+}
+
+main table td {
+ width: calc(100%/7);
}
.calendar {