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:
parent
f1fbea22a7
commit
46ce71e738
1 changed files with 7 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue