mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 20:04:28 +08:00
40 lines
386 B
CSS
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;
|
|
}
|