MediaWiki

Difference between revisions of "Gadget-Bibliography.css"

From ACES

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

Revision as of 00:32, 21 September 2021

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