tfp
Version:
A Web UI framework for TaskBuilder
36 lines • 578 B
CSS
.tfp-tab-head {
position: absolute;
left: 0;
right: 0;
top: 0;
overflow: hidden;
background-color: #333;
border-bottom: 1px solid #999;
}
.tfp-tab-title {
float: left;
text-align: center;
color: #fff;
cursor: pointer;
font-size: 16px;
}
.tfp-tab-title-selected {
color: #3399FF;
font-weight: bold;
border-bottom: 2px solid #3399FF;
}
.tfp-tab-pages {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.tfp-tabpage {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: #333;
overflow: auto;
}