36 lines
452 B
CSS
36 lines
452 B
CSS
|
|
.yl-ckbox {
|
|
position: relative;
|
|
left: 10px;
|
|
top: 10px;
|
|
float: left;
|
|
}
|
|
.tab-content {
|
|
overflow-x: hidden;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.no-skin {
|
|
position: static !important;
|
|
}
|
|
.cell {
|
|
border: solid 1px;
|
|
text-align: center;
|
|
font-size: small;
|
|
}
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
.title {
|
|
font-size: large;
|
|
}
|
|
.small {
|
|
font-size: small;
|
|
}
|
|
.left {
|
|
text-align: left;
|
|
}
|
|
.right {
|
|
text-align: right;
|
|
}
|