mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 20:20:53 +08:00
44 lines
442 B
CSS
44 lines
442 B
CSS
.container-fluid {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.scrollable {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.butnotscrollable {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#TabList {
|
|
background: white;
|
|
position: fixed;
|
|
left:0;
|
|
right: 50%;
|
|
z-index: 100;
|
|
}
|
|
|
|
#TabContent {
|
|
padding-top: 4em;
|
|
}
|
|
|
|
#Status {
|
|
font-size: inherit;
|
|
padding: 10px;
|
|
}
|
|
|
|
.tab-content {
|
|
padding: 10px;
|
|
}
|
|
|
|
.on-top {
|
|
z-index: 1000;
|
|
}
|
|
|
|
.thatannoyingbutton {
|
|
position: absolute;
|
|
right: 0;
|
|
}
|