summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/style.css
diff options
context:
space:
mode:
authorUdo Walter2017-10-13 16:19:33 +0200
committerUdo Walter2017-10-13 16:19:33 +0200
commit4066fdc48c31b3eb727164edc900fbd67858b478 (patch)
tree7255c7dd88eb9c97d99d1fec8c7c3fe0b6919726 /modules-available/statistics/style.css
parent[locations] changed coloring of naviation buttons from blue to 'pressed down' (diff)
downloadslx-admin-4066fdc48c31b3eb727164edc900fbd67858b478.tar.gz
slx-admin-4066fdc48c31b3eb727164edc900fbd67858b478.tar.xz
slx-admin-4066fdc48c31b3eb727164edc900fbd67858b478.zip
[statistics] changed coloring of naviation buttons from blue to 'pressed down';
added scroll to top button; removed space between filter and 'add filter button'
Diffstat (limited to 'modules-available/statistics/style.css')
-rw-r--r--modules-available/statistics/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules-available/statistics/style.css b/modules-available/statistics/style.css
new file mode 100644
index 00000000..1496ac87
--- /dev/null
+++ b/modules-available/statistics/style.css
@@ -0,0 +1,11 @@
+.to-top-btn {
+ position: fixed;
+ right: 10px;
+ bottom: 10px;
+ z-index: 100;
+ width: 50px;
+ height: 50px;
+ border-radius: 25px;
+ font-size: 20px;
+ line-height: 40px;
+} \ No newline at end of file