mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix styling of statistics table. Fixes #1315
This commit is contained in:
committed by
Dave Page
parent
8a571df248
commit
61037d4f60
@@ -1326,4 +1326,21 @@ height: calc(100% - 35px);
|
|||||||
|
|
||||||
.user_management_pg-alertify-button {
|
.user_management_pg-alertify-button {
|
||||||
line-height: 16px;
|
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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user