mirror of https://gitee.com/bigwinds/arangodb
logs style css
This commit is contained in:
parent
9f3bd80379
commit
66889fff48
|
@ -61,12 +61,12 @@
|
|||
|
||||
|
||||
#logTableID thead, #infoTableID thead, #debugTableID thead, #critTableID thead, #warnTableID thead {
|
||||
border-bottom: 0 !important;
|
||||
border-bottom: 1px solid #C1BDBA;
|
||||
}
|
||||
|
||||
#logTableID thead th tr, #infoTableID thead, #debugTableID thead, #critTableID thead, #warnTableID thead {
|
||||
border-bottom:none;
|
||||
background-color: #F7F6F6 !important;
|
||||
#logTableID thead tr th, #infoTableID thead tr th, #debugTableID thead tr th, #critTableID thead tr th, #warnTableID thead tr th {
|
||||
border-bottom: 1px solid #C1BDBA;
|
||||
background-color: #F7F6F6 !important;
|
||||
background-image: -moz-linear-gradient(top, #f3efec, #ebe7e3);
|
||||
background-image: -ms-linear-gradient(top, #f3efec, #ebe7e3);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3efec), to(#ebe7e3));
|
||||
|
@ -90,7 +90,8 @@
|
|||
border-top:1px solid #c1bdba;
|
||||
border-bottom:1px solid #c1bdba;
|
||||
border-left:1px solid #c1bdba;
|
||||
width: 30px !important;
|
||||
width: 40px !important;
|
||||
max-width: 40px !important;
|
||||
}
|
||||
|
||||
.thirdcol {
|
||||
|
@ -108,7 +109,7 @@
|
|||
|
||||
}
|
||||
|
||||
.seccol {
|
||||
.seccol, .dataTables_empty{
|
||||
margin-bottom: 5px;
|
||||
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
|
||||
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
|
||||
|
|
|
@ -113,7 +113,7 @@ var logsView = Backbone.View.extend({
|
|||
"bLengthChange": false,
|
||||
"bDeferRender": true,
|
||||
"bProcessing": true,
|
||||
"bAutoWidth": true,
|
||||
"bAutoWidth": false,
|
||||
"iDisplayLength": -1,
|
||||
"bJQueryUI": false,
|
||||
"aoColumns": [
|
||||
|
|
Loading…
Reference in New Issue