Difference between revisions of "Gadget-Bibliography.css"
From ACES
Line 9: | Line 9: | ||
div.dt-buttons .dt-button[title=export] { | div.dt-buttons .dt-button[title=export] { | ||
float:right; | float:right; | ||
} | |||
.dataTable td .csl-bib-body, | |||
.dataTable td .csl-bib-body>div { | |||
display:inline; | |||
} | } |
Revision as of 13:34, 9 November 2021
body div.dt-buttons {
padding-top: calc(1em + 1px);
float:none;
pointer-events: none;
}
div.dt-buttons .dt-button{
pointer-events: auto;
}
div.dt-buttons .dt-button[title=export] {
float:right;
}
.dataTable td .csl-bib-body,
.dataTable td .csl-bib-body>div {
display:inline;
}