summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/style.css
diff options
context:
space:
mode:
authorJannik Schönartz2018-03-20 19:44:15 +0100
committerJannik Schönartz2018-03-20 19:44:15 +0100
commit5c0d2e3a40310291924e8225a1ffb01b35eb1e6d (patch)
tree952f924f439036e88d390ec33c338b1dadeb847c /modules-available/usblockoff/style.css
parent[usb-lock-off] Added the edit rule function. Saveing is not finished. (diff)
parent[usb-lock-off] now you can add a description which is shown on the front page... (diff)
downloadslx-admin-5c0d2e3a40310291924e8225a1ffb01b35eb1e6d.tar.gz
slx-admin-5c0d2e3a40310291924e8225a1ffb01b35eb1e6d.tar.xz
slx-admin-5c0d2e3a40310291924e8225a1ffb01b35eb1e6d.zip
Merge branch 'usb-lock-off' into usb-lock-off
Diffstat (limited to 'modules-available/usblockoff/style.css')
-rw-r--r--modules-available/usblockoff/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules-available/usblockoff/style.css b/modules-available/usblockoff/style.css
new file mode 100644
index 00000000..b54b2d88
--- /dev/null
+++ b/modules-available/usblockoff/style.css
@@ -0,0 +1,13 @@
+#configurationTable {
+ table-layout: fixed;
+ width: 100%;
+}
+
+#configurationTable th, #configurationTable td {
+ word-wrap: break-word
+}
+
+.missingInput {
+ border-color: rgba(255, 0, 0, 0.8);
+ box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
+} \ No newline at end of file