41 lines
607 B
CSS
41 lines
607 B
CSS
.roomName {
|
|
max-width: 150px;
|
|
overflow: hidden;
|
|
text-align: left !important;
|
|
}
|
|
.rooms > thead > tr :nth-child(2) {
|
|
text-align: left;
|
|
}
|
|
.rooms > tbody > tr > td > img {
|
|
margin-right: 5px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.rooms > th {
|
|
padding: 8px;
|
|
text-align: center;
|
|
height: 50px;
|
|
}
|
|
.rooms > tbody > tr > td {
|
|
padding: 4px;
|
|
text-align: center;
|
|
height: 50px;
|
|
}
|
|
.rooms > tbody > tr > td {
|
|
max-height: 50px;
|
|
height: 10px;
|
|
}
|
|
|
|
.rooms {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
.lastColumn {
|
|
width: 70px;
|
|
}
|
|
.firstColumn {
|
|
width: 40px;
|
|
}
|