summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/style.css')
-rw-r--r--modules-available/usblockoff/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules-available/usblockoff/style.css b/modules-available/usblockoff/style.css
new file mode 100644
index 00000000..f2dbce70
--- /dev/null
+++ b/modules-available/usblockoff/style.css
@@ -0,0 +1,16 @@
+#configurationTable {
+ table-layout: fixed;
+ width: 100%;
+}
+
+#configurationTable th, #configurationTable td {
+ word-wrap: break-word
+}
+
+.width40 {
+ width: 40%;
+}
+
+.width10 {
+ width: 10%;
+} \ No newline at end of file