diff --git a/frontend/css/logsView.css b/frontend/css/logsView.css index 945d4c5989..3d1371ea5e 100644 --- a/frontend/css/logsView.css +++ b/frontend/css/logsView.css @@ -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); diff --git a/frontend/js/views/logsView.js b/frontend/js/views/logsView.js index 37d3302342..d21ea25eed 100644 --- a/frontend/js/views/logsView.js +++ b/frontend/js/views/logsView.js @@ -113,7 +113,7 @@ var logsView = Backbone.View.extend({ "bLengthChange": false, "bDeferRender": true, "bProcessing": true, - "bAutoWidth": true, + "bAutoWidth": false, "iDisplayLength": -1, "bJQueryUI": false, "aoColumns": [