Files
cardsforscience/css/mobile.css
T
2014-08-06 19:42:39 +02:00

40 lines
386 B
CSS

.container-fluid {
margin: 0;
padding: 0;
}
.tab-title {
display: none;
}
.active .tab-title {
display: block;
}
.scrollable {
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;
}