mediawiki-extensions-Revisi.../modules/ext.RevisionSlider.lazy.css
Tobias Gritschacher ccab029670 Don't set min-height and min-width for oo-ui buttons
OOJS-UI 0.19.0 introduced min-height and min-width for
oo-ui-buttonElement in which caused our UI elements to be mis-dimentioned.

Bug: 157800
Change-Id: I24b4d2ff6abfe02581b99b48a622972e7ef2f6b1
2017-02-10 15:32:48 +01:00

36 lines
632 B
CSS

/* This CSS is duplicated in ext.RevisionSlider.css */
@media print {
.mw-revslider-container {
display: none;
}
}
.mw-revslider-container {
/* This will flip with CSSJanus in case */
/* the interface is in RTL */
direction: ltr;
position: relative;
z-index: 8;
}
.mw-revslider-toggle-button {
width: 100%;
text-align: center;
}
.mw-revslider-toggle-button .oo-ui-buttonElement-button {
min-height: 0;
min-width: 0;
width: 100%;
padding: 0.06em 0 0.06em 0;
}
.mw-revslider-toggle-button .oo-ui-labelElement-label {
line-height: 1.875em;
}
.mw-revslider-toggle-button .oo-ui-iconElement-icon {
float: right;
}