From e6ba9dd9a02ea5f3ea1234d4b47fdee1b499e672 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Sat, 27 Jul 2019 17:17:29 +0200
Subject: [PATCH] #465 - added missing file

---
 src/main/resources/static/css/settings.css | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 src/main/resources/static/css/settings.css

diff --git a/src/main/resources/static/css/settings.css b/src/main/resources/static/css/settings.css
new file mode 100644
index 000000000..40077499b
--- /dev/null
+++ b/src/main/resources/static/css/settings.css
@@ -0,0 +1,22 @@
+.table-container {
+    display: table;
+    margin: auto;
+}
+
+.table-cell {
+    display: table-cell
+}
+
+.table-cell-valign {
+    vertical-align: middle;
+}
+
+.table-cell-spacer {
+    width: 3em;
+}
+
+.switch-cell-margin {
+    height: 1.5em;
+    margin-top: 2em;
+    margin-bottom: 2em;
+}
\ No newline at end of file
-- 
GitLab