68 lines
1.2 KiB
CSS
68 lines
1.2 KiB
CSS
#tb_server_review {
|
|
background-color: rgb(255, 255, 255);
|
|
padding: 5px;
|
|
-webkit-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
#tb_server_select {
|
|
background-color: rgb(255, 255, 255);
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
#container {
|
|
width: 600px;
|
|
margin: 30px auto;
|
|
padding: 0;
|
|
}
|
|
|
|
table.display {
|
|
margin: 0 auto;
|
|
clear: both;
|
|
width: 100% !important;
|
|
}
|
|
|
|
table.display thead th {
|
|
padding: 3px 18px 3px 5px;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
}
|
|
|
|
.dataTables_filter {
|
|
width: 50%;
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
.dataTables_scrollHeadInner {
|
|
width: 100% !important;
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.dataTables_scrollHead {
|
|
border: 1px solid grey !important;
|
|
border-radius: 6px 6px 0px 0px;
|
|
-moz-border-radius: 6px 6px 0px 0px;
|
|
-webkit-border-radius: 6px 6px 0px 0px;
|
|
}
|
|
|
|
.dataTables_scrollBody {
|
|
border-left: 1px solid grey;
|
|
border-right: 1px solid grey;
|
|
border-bottom: 1px solid grey;
|
|
border-radius: 0px 0px 6px 6px;
|
|
-moz-border-radius: 0px 0px 6px 6px;
|
|
-webkit-border-radius: 0px 0px 6px 6px;
|
|
}
|
|
|
|
.highlight {
|
|
background: #C3C7DD;
|
|
|
|
}
|
|
|
|
table.cluster {
|
|
text-align: center;
|
|
} |