MediaWiki:Gadget-righteditlinks.css

From Festipedia, hosted by the FR Heritage Group
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Wikipedia:Bypass your cache.
/* Move section [edit] links to the right side of the screen. */
.mw-editsection,
.mw-editsection-like {
    float: right;
    line-height: inherit;
}
#firstHeading .mw-editsection,
#firstHeading .mw-editsection-like {
    margin-right: 0.5em;
}
.skin-modern #firstHeading .mw-editsection,
.skin-modern #firstHeading .mw-editsection-like {
    margin-top: 0.5em;
}
.skin-vector .mw-editsection,
.skin-vector .mw-editsection-like {
	margin-top: 0.7em;
}
.skin-vector #firstHeading .mw-editsection,
.skin-vector #firstHeading .mw-editsection-like {
    margin-top: 1em;
}