diff --git a/css/mobile.css b/css/mobile.css index efea4a9..9c1c1cf 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -3,14 +3,6 @@ padding: 0; } -.tab-title { - display: none; -} - -.active .tab-title { - display: block; -} - .scrollable { margin: 0; padding: 0; @@ -20,6 +12,18 @@ overflow: hidden; } +#TabList { + background: white; + position: fixed; + left:0; + right: 50%; + z-index: 100; +} + +#TabContent { + padding-top: 4em; +} + #Status { font-size: inherit; padding: 10px; diff --git a/mobile.html b/mobile.html index c55c04b..c5f93ce 100644 --- a/mobile.html +++ b/mobile.html @@ -36,16 +36,15 @@