summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2018-12-10 15:43:07 +0100
committerSimon Rettberg2018-12-10 15:43:07 +0100
commitb98119be9411ad73b989fdf29284ad59b8340e4e (patch)
treeb3f3c1b6a4474681af9acd74ac66397f5800c321 /modules-available/dozmod/style.css
parent[runmode] Simple back/cancel button (diff)
downloadslx-admin-b98119be9411ad73b989fdf29284ad59b8340e4e.tar.gz
slx-admin-b98119be9411ad73b989fdf29284ad59b8340e4e.tar.xz
slx-admin-b98119be9411ad73b989fdf29284ad59b8340e4e.zip
[dozmod] Add editor for predefined run scripts
Assigning scripts to certain locations only is currently not possible. Whether this is required is to be discussed, since predefined scripts selectable by bwLehrpool-Suite users would almost cover this use case. Refs #3145
Diffstat (limited to 'modules-available/dozmod/style.css')
-rw-r--r--modules-available/dozmod/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules-available/dozmod/style.css b/modules-available/dozmod/style.css
index 23dd121e..4cec715a 100644
--- a/modules-available/dozmod/style.css
+++ b/modules-available/dozmod/style.css
@@ -48,4 +48,24 @@
.table > tbody > tr > td > div {
display: inline-block;
+}
+
+/* number of columns in tree view depending on screen size */
+.column-list {
+ column-gap: 20px;
+ column-count: 2;
+ padding-left: 20px;
+ padding-right: 20px;
+}
+
+@media (min-width: 768px) {
+ .column-list {
+ column-count: 3;
+ }
+}
+
+@media (min-width: 992px) {
+ .column-list {
+ column-count: 4;
+ }
} \ No newline at end of file