MediaWiki

Difference between revisions of "Gadget-Bibliography.css"

From ACES

Line 1: Line 1:
div.dt-buttons {
body div.dt-buttons {
     padding-top: calc(1em + 1px);
     padding-top: calc(1em + 1px);
     float:unset;
     float:none;
}
}
div.dt-buttons .dt-button[title=export] {
div.dt-buttons .dt-button[title=export] {
     float:right;
     float:right;
}
}

Revision as of 00:36, 21 September 2021

body div.dt-buttons {
    padding-top: calc(1em + 1px);
    float:none;
}
div.dt-buttons .dt-button[title=export] {
    float:right;
}