2023-04-03 20:44:15 +00:00
|
|
|
@import 'mediawiki.skin.variables.less';
|
2024-05-23 20:13:50 +00:00
|
|
|
@import '../mmv/mmv.variables.less';
|
|
|
|
@import '../mmv/mmv.mixins.less';
|
2014-03-17 08:07:53 +00:00
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-reuse-dialog {
|
2014-12-07 08:09:04 +00:00
|
|
|
// resetting height (to overwrite .mw-mmv-dialog's bigger height), since the
|
|
|
|
// height may have to change for warnings being added
|
|
|
|
height: initial;
|
|
|
|
// set a standard min-height that should be larger than both panels in
|
|
|
|
// normal circumstances (without warnings) so that the height of the dialog
|
|
|
|
// doesn't change when switching tabs
|
|
|
|
min-height: 300px;
|
2014-09-12 18:05:13 +00:00
|
|
|
// positioned relative to the reuse button
|
2014-09-18 20:37:02 +00:00
|
|
|
bottom: @metadatabar-above-fold-height + @progress-bar-height - 5px;
|
2014-03-17 08:07:53 +00:00
|
|
|
|
2014-09-16 20:33:05 +00:00
|
|
|
.mw-mmv-dialog-down-arrow {
|
2014-09-18 20:37:02 +00:00
|
|
|
bottom: @metadatabar-above-fold-height + @progress-bar-height + 5px;
|
2014-03-17 08:07:53 +00:00
|
|
|
}
|
2014-12-07 08:09:04 +00:00
|
|
|
|
|
|
|
.mw-mmv-dialog-warning {
|
|
|
|
padding: 15px 30px;
|
|
|
|
}
|
2014-03-17 08:07:53 +00:00
|
|
|
}
|