1
0
Fork 0

logs style css

This commit is contained in:
Heiko Kernbach 2013-02-26 15:43:21 +01:00
parent 9f3bd80379
commit 66889fff48
2 changed files with 8 additions and 7 deletions

View File

@ -61,11 +61,11 @@
#logTableID thead, #infoTableID thead, #debugTableID thead, #critTableID thead, #warnTableID thead { #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 { #logTableID thead tr th, #infoTableID thead tr th, #debugTableID thead tr th, #critTableID thead tr th, #warnTableID thead tr th {
border-bottom:none; border-bottom: 1px solid #C1BDBA;
background-color: #F7F6F6 !important; background-color: #F7F6F6 !important;
background-image: -moz-linear-gradient(top, #f3efec, #ebe7e3); background-image: -moz-linear-gradient(top, #f3efec, #ebe7e3);
background-image: -ms-linear-gradient(top, #f3efec, #ebe7e3); background-image: -ms-linear-gradient(top, #f3efec, #ebe7e3);
@ -90,7 +90,8 @@
border-top:1px solid #c1bdba; border-top:1px solid #c1bdba;
border-bottom:1px solid #c1bdba; border-bottom:1px solid #c1bdba;
border-left:1px solid #c1bdba; border-left:1px solid #c1bdba;
width: 30px !important; width: 40px !important;
max-width: 40px !important;
} }
.thirdcol { .thirdcol {
@ -108,7 +109,7 @@
} }
.seccol { .seccol, .dataTables_empty{
margin-bottom: 5px; margin-bottom: 5px;
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);

View File

@ -113,7 +113,7 @@ var logsView = Backbone.View.extend({
"bLengthChange": false, "bLengthChange": false,
"bDeferRender": true, "bDeferRender": true,
"bProcessing": true, "bProcessing": true,
"bAutoWidth": true, "bAutoWidth": false,
"iDisplayLength": -1, "iDisplayLength": -1,
"bJQueryUI": false, "bJQueryUI": false,
"aoColumns": [ "aoColumns": [