Implement first mobile version.

This commit is contained in:
Kevin Dungs
2014-08-06 19:42:39 +02:00
committed by Tadej Novak
parent dfde77bf5c
commit 65cf1d0fc8
5 changed files with 84 additions and 22 deletions
+29 -1
View File
@@ -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;
}