summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-10-25 19:48:15 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-10-25 19:48:15 +0100
commit75a26a81de56b186ec17434323b3945332cee613 (patch)
tree3fcb4b28cc8c6bed86ee5ce4895324f7d4edff32 /public
parentc067fdab9ecde8dfa4c1d897762ca38ecf22eeb9 (diff)
mobile support for app/infoscreen frontend
Diffstat (limited to 'public')
-rw-r--r--public/mobile.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/public/mobile.css b/public/mobile.css
new file mode 100644
index 0000000..efa6023
--- /dev/null
+++ b/public/mobile.css
@@ -0,0 +1,24 @@
+body {
+ margin: 0;
+}
+
+div.displayclean > ul > li {
+ font-size: 35%;
+}
+
+div.displayclean li .moreinfo {
+ font-size: 2.6em;
+}
+
+p,
+div.input-field,
+div.notes {
+ max-width: 94%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+p {
+ text-align: justify;
+}
+