Small fixes to AMC history page items

This fixes the alignment of the (cur|prev) buttons, by floating
them right, and removes some space between the "undo" button and
the tags by floating it right as well.

Bug: T249518
Change-Id: I9ff697f4146073355f8b9a61f4b0633e24c85ce6
This commit is contained in:
Jan Drewniak 2020-05-07 15:59:17 +02:00
parent 065389f9a1
commit d781d08c5e

View file

@ -87,7 +87,7 @@
}
.mw-history-histlinks {
display: block;
float: right;
}
// Diff radio buttons, admin revision-delete checkbox.
@ -151,6 +151,7 @@
// Disable the core margins of tags.
.mw-tag-markers {
margin: 0;
clear: both;
}
.history-user {
@ -160,8 +161,8 @@
}
.mw-history-undo {
float: right;
// Push the tags down to bottom so undo and tags do not overlay.
display: block;
padding-bottom: 30px;
padding-bottom: 10px;
}
}