Fix styling of statistics table. Fixes #1315

This commit is contained in:
Murtuza Zabuawala 2016-06-08 09:30:53 +01:00 committed by Dave Page
parent 8a571df248
commit 61037d4f60

View File

@ -1326,4 +1326,21 @@ height: calc(100% - 35px);
.user_management_pg-alertify-button {
line-height: 16px;
}
.pg-panel-statistics-container >table.backgrid.table-bordered {
border: 0px;
}
.pg-panel-statistics-container > table > thead > tr > th {
padding: 2px;
border: 1px solid #ddd;
}
.pg-panel-statistics-container > table > thead > tr > th:first-child {
border-left: 0px;
}
.pg-panel-statistics-container > table > thead > tr > th:last-child {
border-right: 0px;
}