mirror of https://gitee.com/bigwinds/arangodb
92 lines
1.5 KiB
CSS
92 lines
1.5 KiB
CSS
#logContent {
|
|
margin: 20px;
|
|
border: 20px solid rgba(0, 0, 0, 0.00);
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
min-height: 330px !important;
|
|
padding-bottom: 25px;
|
|
}
|
|
|
|
#logPages {
|
|
float:left;
|
|
}
|
|
|
|
.tab-content {
|
|
min-height: 290px;
|
|
}
|
|
|
|
.dataTables_info {
|
|
display:none !important;
|
|
}
|
|
|
|
.logContent {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#logNav {
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.00);
|
|
}
|
|
|
|
#logToolbar {
|
|
}
|
|
|
|
.tab-content {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.odd {
|
|
background-color: #D3DDB8 !important;
|
|
}
|
|
|
|
.even {
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
}
|
|
|
|
.odd .sorting_1 {
|
|
background-color: #B3BF93 !important;
|
|
}
|
|
|
|
.even .sorting_1 {
|
|
background-color: #D3DDB8 !important;
|
|
}
|
|
|
|
#logToolbar {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
padding-top: 10px;
|
|
background-color: rgba(255, 255, 255, 0) !important;
|
|
}
|
|
|
|
#logToolbar button {
|
|
float:right;
|
|
border: medium none;
|
|
padding-left: 10px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#logTableID thead, #infoTableID thead, #debugTableID thead, #critTableID thead, #warnTableID thead {
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
border-bottom: 0 !important;
|
|
}
|
|
|
|
#logNav li {
|
|
margin-left: -1px !important;
|
|
}
|
|
|
|
#logNav .active a{
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
}
|
|
|
|
#logTableID td {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
|
|
#logTableID_wrapper, #infoTableID_wrapper, #debugTableID_wrapper, #critTableID_wrapper, #warnTableID_wrapper{
|
|
border-radius: 2px 2px 2px 2px;
|
|
}
|
|
|