Difference between revisions of "Gadget-Bibliography.css"
From ACES
Line 3: | Line 3: | ||
float:none; | float:none; | ||
pointer-events: none; | pointer-events: none; | ||
} | |||
div.dt-button{ | |||
pointer-events: auto; | |||
} | } | ||
div.dt-buttons .dt-button[title=export] { | div.dt-buttons .dt-button[title=export] { | ||
float:right; | float:right; | ||
} | } |
Revision as of 00:40, 21 September 2021
body div.dt-buttons {
padding-top: calc(1em + 1px);
float:none;
pointer-events: none;
}
div.dt-button{
pointer-events: auto;
}
div.dt-buttons .dt-button[title=export] {
float:right;
}