mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
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:
parent
065389f9a1
commit
d781d08c5e
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue