From 65cf1d0fc866a92b913a0bfc22a414911558e308 Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Wed, 6 Aug 2014 16:51:30 +0200 Subject: [PATCH] Implement first mobile version. --- css/mobile.css | 30 +++++++++++++++++++++++++++++- index.html | 20 ++++++++++++++++++++ js/ui.js | 5 +++-- js/warnmobile.js | 8 ++++++++ mobile.html | 43 ++++++++++++++++++++++++------------------- 5 files changed, 84 insertions(+), 22 deletions(-) create mode 100644 js/warnmobile.js diff --git a/css/mobile.css b/css/mobile.css index 1ea97e4..efea4a9 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -1,3 +1,8 @@ +.container-fluid { + margin: 0; + padding: 0; +} + .tab-title { display: none; } @@ -7,5 +12,28 @@ } .scrollable { - margin-top: -25px; + margin: 0; + padding: 0; +} + +.butnotscrollable { + overflow: hidden; +} + +#Status { + font-size: inherit; + padding: 10px; +} + +.tab-content { + padding: 10px; +} + +.on-top { + z-index: 1000; +} + +.thatannoyingbutton { + position: absolute; + right: 0; } diff --git a/index.html b/index.html index 144e078..5b7c2f1 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,25 @@ + + +