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 @@ + + +