diff options
author | Simon Rettberg | 2016-07-12 16:54:36 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-07-12 16:54:36 +0200 |
commit | d072920a676743dd4ba9d4cc4af080eee9809a01 (patch) | |
tree | d5df552bd3878d8704447593cffedd24ffb8f90b /style | |
parent | [exams] Fix layout/type (diff) | |
download | slx-admin-d072920a676743dd4ba9d4cc4af080eee9809a01.tar.gz slx-admin-d072920a676743dd4ba9d4cc4af080eee9809a01.tar.xz slx-admin-d072920a676743dd4ba9d4cc4af080eee9809a01.zip |
[exams] Show list of upcomfing exam lectures; allow adding exam period based on upcoming exam
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css index 9d29c9fa..6ae03b6b 100644 --- a/style/default.css +++ b/style/default.css @@ -159,6 +159,16 @@ body { white-space: nowrap; } +.slx-space { + margin-top: 1em; + margin-bottom: 1em; +} + +.slx-smallspace { + margin-top: 4px; + margin-bottom: 4px; +} + .slx-rotation { animation-name: rotateThis; animation-duration: .75s; |