summaryrefslogtreecommitdiff
path: root/src/main/resources/static/style.css
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-07-26 09:34:05 +0200
committerPaul-Christian Volkmer2023-07-26 09:39:31 +0200
commit5c6384e878318c0e86ed8bf59a973a063ab13f63 (patch)
tree2d985e086da43024e9ef411f3c112b81668826b6 /src/main/resources/static/style.css
parent26312c86205681723dd8a9c249e886c8655aa078 (diff)
Add statistics for state per patient
Diffstat (limited to 'src/main/resources/static/style.css')
-rw-r--r--src/main/resources/static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css
index bf37db2..185fead 100644
--- a/src/main/resources/static/style.css
+++ b/src/main/resources/static/style.css
@@ -281,4 +281,13 @@ input.inline:focus-visible {
border: 1px solid lightgray;
border-radius: 3px;
+
+ width: calc(100% - 2.4rem - 4px);
+ height: 320px;
+
+ display: inline-block;
+}
+
+.chart-50pc {
+ width: calc(50% - 2.4rem - 4px);
} \ No newline at end of file