summaryrefslogtreecommitdiffstats
path: root/dash/assets/20-style.css
diff options
context:
space:
mode:
authorLukas Metzger2020-06-10 20:44:19 +0200
committerLukas Metzger2020-06-10 20:44:19 +0200
commit5c44f6a41885c439e526dc3c022ff7daaa43c2c6 (patch)
tree117c9b6470d3b53e8a3614dd1a52c5951db03fa9 /dash/assets/20-style.css
parentMerge remote-tracking branch 'dash/master' (diff)
downloadbwlp-statistics-5c44f6a41885c439e526dc3c022ff7daaa43c2c6.tar.gz
bwlp-statistics-5c44f6a41885c439e526dc3c022ff7daaa43c2c6.tar.xz
bwlp-statistics-5c44f6a41885c439e526dc3c022ff7daaa43c2c6.zip
Move dashboard to subfolder
Diffstat (limited to 'dash/assets/20-style.css')
-rw-r--r--dash/assets/20-style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/dash/assets/20-style.css b/dash/assets/20-style.css
new file mode 100644
index 0000000..85adf70
--- /dev/null
+++ b/dash/assets/20-style.css
@@ -0,0 +1,14 @@
+ul.navbar-nav {
+ margin-right: auto;
+ margin-left: initial !important;
+}
+
+.table-responsive-lg {
+ padding-left: 15px;
+ padding-right: 15px;
+}
+
+.DateInput_input {
+ padding-top: 4px;
+ padding-bottom: 4px;
+}