Bug 31754: (follow-up) Correct alignment of buttons

This patch corrects the alignment of the "Columns," "Export," and
"Configure" buttons. The new design has them aligned to the right.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2022-10-19 13:07:01 +00:00 committed by Tomas Cohen Arazi
parent b8baa5e8cf
commit f6750d723b
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -539,6 +539,15 @@ tbody {
padding-bottom: 1em;
}
div.dt-buttons {
display: flex;
flex-grow: 1;
button:first-of-type {
margin-right: auto;
}
}
button,
div,
a {
@ -771,6 +780,7 @@ div {
.table_controls {
border-top: 1px solid #EEE;
display: flex;
flex-grow: 1;
margin-top: .5em;
padding-top: .5em;
}