Make mobile work better on smaller screens.

This commit is contained in:
Kevin Dungs
2014-11-08 15:55:01 +01:00
parent 902ae22c4f
commit 8f4c974d42
2 changed files with 26 additions and 21 deletions
+12 -8
View File
@@ -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;