From fcdb38fe66f1f26c90d0aa9bd7bd4ed88717878d Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 25 Aug 2019 23:27:54 +0200 Subject: [PATCH] Use only css to display all form fields in one line. Closes #4. --- biscuit/apps/chronos/static/css/chronos/timetable.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/biscuit/apps/chronos/static/css/chronos/timetable.css b/biscuit/apps/chronos/static/css/chronos/timetable.css index 6b692ce6..6d7a5af7 100644 --- a/biscuit/apps/chronos/static/css/chronos/timetable.css +++ b/biscuit/apps/chronos/static/css/chronos/timetable.css @@ -1,3 +1,8 @@ .chronos-lesson { height: 6em; } + +ul#timetable_select_form li { + dispaly: inline; + +} \ No newline at end of file -- GitLab