From 374ee56aa76b2196dea6d08673e5bea91d8147da Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 22 Sep 2015 11:00:21 +1200 Subject: Move HTML styles to css file --- web/app.css | 19 +++++++++++++++++++ web/debug.html | 7 ++----- web/release.html | 7 ++----- 3 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 web/app.css (limited to 'web') diff --git a/web/app.css b/web/app.css new file mode 100644 index 000000000..1951db07b --- /dev/null +++ b/web/app.css @@ -0,0 +1,19 @@ +.state-indicator { + position: absolute; + top: -999em; + left: -999em; + z-index: 0; +} + +@media all and (max-device-width: 768px) { + .state-indicator { + z-index: 1; + } +} + +.attribution { + position: fixed; + bottom: 10px; + right: 15px; + font-size: x-small; +} diff --git a/web/debug.html b/web/debug.html index fa3836ce2..9d0f24c6f 100644 --- a/web/debug.html +++ b/web/debug.html @@ -4,13 +4,10 @@ Traccar - + @@ -18,6 +15,6 @@ -
Powered by Traccar GPS Tracking System
+
Powered by Traccar GPS Tracking System
diff --git a/web/release.html b/web/release.html index bc4d902c0..f5ffeb97f 100644 --- a/web/release.html +++ b/web/release.html @@ -4,13 +4,10 @@ Traccar - + @@ -18,6 +15,6 @@ -
Powered by Traccar GPS Tracking System
+
Powered by Traccar GPS Tracking System
-- cgit v1.2.3