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:
parent
b8baa5e8cf
commit
f6750d723b
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue