mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 09:54:45 +00:00
b308c33a74
Amending name to be equal to current CSS class naming scheme, even if it's not perfect, for simpler maintainability. Change-Id: Ie1f0dc26dceb92be650d827d63a62092912ac504
116 lines
1.9 KiB
Plaintext
116 lines
1.9 KiB
Plaintext
@import '../minerva.less/minerva.mixins';
|
|
|
|
.action-history {
|
|
#mw-content-text > form {
|
|
margin: 0;
|
|
}
|
|
|
|
#pagehistory {
|
|
padding: 0;
|
|
|
|
li {
|
|
.changeslist-row();
|
|
}
|
|
}
|
|
}
|
|
|
|
.mw-history-compareselectedversions,
|
|
.mw-history-legend {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.minerva--amc-enabled {
|
|
#pagehistory input {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#pagehistory {
|
|
padding: 0;
|
|
|
|
li {
|
|
min-height: inherit;
|
|
padding-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.minerva--amc-disabled {
|
|
.mw-rollback-link,
|
|
.mw-tag-markers,
|
|
.mw-usertoollinks,
|
|
.mw-changeslist-line-inner-historyLink .mw-changeslist-links,
|
|
abbr,
|
|
.mw-contributions-user-tools .mw-changeslist-links,
|
|
.mw-htmlform-ooui-wrapper + .mw-pager-navigation-bar,
|
|
.changedby,
|
|
#mw-watchlist-resetbutton,
|
|
.watchlistDetails,
|
|
.mw-htmlform-ooui-wrapper {
|
|
display: none;
|
|
}
|
|
|
|
&.action-history {
|
|
.mw-changeslist-date-time,
|
|
.mw-diff-bytes {
|
|
.changeslist-meta();
|
|
}
|
|
|
|
.mw-diff-bytes {
|
|
top: 3.2em;
|
|
}
|
|
|
|
// entire link covers row
|
|
.mw-history-histlinks span a {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
text-indent: -999px;
|
|
}
|
|
|
|
.mw-userlink,
|
|
.comment {
|
|
display: block;
|
|
}
|
|
|
|
.mw-changeslist-date {
|
|
.changeslist-header();
|
|
}
|
|
|
|
.mw-userlink {
|
|
padding-top: 0.3em;
|
|
}
|
|
|
|
.comment,
|
|
.history-user {
|
|
.changeslist-row-item();
|
|
}
|
|
|
|
.history-user {
|
|
display: inline-block;
|
|
// -4px to compensate for ‎ invisible character
|
|
margin-left: -4px;
|
|
}
|
|
|
|
.history-size,
|
|
input[ type='radio' ],
|
|
.mw-history-revisionactions,
|
|
.mw-checkbox-toggle-controls,
|
|
.mw-history-compareselectedversions-button,
|
|
.mw-history-legend,
|
|
.mw-history-subtitle,
|
|
.mw-thanks-thank-link,
|
|
.mw-thanks-thank-confirmation,
|
|
.mw-history-undo,
|
|
.mw-changeslist-separator,
|
|
.updatedmarker,
|
|
.mw-history-histlinks > span,
|
|
.mw-history-histlinks span:first-child,
|
|
input[ type='checkbox' ],
|
|
#mw-history-searchform {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|