1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

make tables more compact

This commit is contained in:
Steffen Vogel 2021-03-08 22:27:33 +01:00
parent f1fbea22a7
commit 46ce71e738

View file

@ -253,15 +253,16 @@ hr {
color: #fff;
}
.table td {
padding: 0.5em 0.5em !important;
}
/**
* Buttons
*/
.table-control-button {
border: none;
background: none;
padding: 0 5px;
.btn-table-control-button {
padding: 0 0.5em !important;
line-height: 1em !important;
}
.table-control-button:hover {