summaryrefslogtreecommitdiffstats
path: root/modules-available/runmode/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-06 13:11:54 +0200
committerSimon Rettberg2017-07-06 13:11:54 +0200
commitff6e86e8e5db2728d3b34c10f561cfdb533afa87 (patch)
treebc9d492397689a4e95473840a5023972aa97af95 /modules-available/runmode/style.css
parent[summernote] Make auto-loading dep (diff)
downloadslx-admin-ff6e86e8e5db2728d3b34c10f561cfdb533afa87.tar.gz
slx-admin-ff6e86e8e5db2728d3b34c10f561cfdb533afa87.tar.xz
slx-admin-ff6e86e8e5db2728d3b34c10f561cfdb533afa87.zip
[runmode] New module for managing special boot modes of clients
Diffstat (limited to 'modules-available/runmode/style.css')
-rw-r--r--modules-available/runmode/style.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/modules-available/runmode/style.css b/modules-available/runmode/style.css
new file mode 100644
index 00000000..655292db
--- /dev/null
+++ b/modules-available/runmode/style.css
@@ -0,0 +1,36 @@
+/* select popup */
+.machine-entry {
+ width: 99%;
+ width: calc(100% - 5px);
+ border: 1px solid #999;
+ border-radius: 5px;
+ margin: 2px;
+ padding: 2px 4px;
+}
+
+/* in case it is already in the sketchboard */
+.machine-entry.used {
+ color: #666;
+}
+
+.machine-entry table {
+ font-size: 12px;
+ margin-bottom: -5px;
+ width: 100%;
+}
+.machine-entry table tr {
+ border-top: 1px solid #bbb;
+}
+
+.machine-entry-header {
+ font-weight: bolder;
+ font-size: 18px;
+}
+
+.used .mode {
+ color: #f00;
+}
+
+.selectize-dropdown-content {
+ max-height : 600px;
+}