2014-04-01 01:41:57 +00:00
|
|
|
@import "../mmv.mixins";
|
2014-09-12 18:05:13 +00:00
|
|
|
@import "../mmv.globals";
|
2014-03-17 08:07:53 +00:00
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-reuse-dialog {
|
2014-03-17 08:07:53 +00:00
|
|
|
@divider-border-height: 1px;
|
|
|
|
|
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-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-reuse-tabs {
|
2014-03-17 08:07:53 +00:00
|
|
|
@divider-color: rgb(204, 204, 204);
|
|
|
|
|
|
|
|
position: static;
|
|
|
|
box-shadow: none;
|
|
|
|
border-bottom: @divider-border-height solid @divider-color;
|
|
|
|
.box-round(@border-radius @border-radius 0 0);
|
|
|
|
|
2014-09-01 08:02:48 +00:00
|
|
|
.oo-ui-iconedElement-icon.oo-ui-icon-check, .oo-ui-iconElement-icon.oo-ui-icon-check {
|
2014-03-17 08:07:53 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-09-02 10:08:43 +00:00
|
|
|
.oo-ui-optionWidget {
|
2014-03-17 08:07:53 +00:00
|
|
|
@tab-border-height: 3px;
|
|
|
|
@highlighted-tab-color: rgb(225, 243, 255);
|
|
|
|
@selected-tab-color: rgb(0, 113, 188);
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
padding: 10px 25px;
|
|
|
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
|
|
|
&.oo-ui-optionWidget-highlighted {
|
|
|
|
border-bottom: (@tab-border-height - @divider-border-height) solid @highlighted-tab-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.oo-ui-optionWidget-selected,
|
|
|
|
&.oo-ui-optionWidget-highlighted.oo-ui-optionWidget-selected {
|
|
|
|
border-bottom: @tab-border-height solid @selected-tab-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
.box-round(@border-radius 0 0 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-reuse-pane {
|
2014-03-17 08:07:53 +00:00
|
|
|
display: none;
|
2014-09-12 18:05:13 +00:00
|
|
|
padding: 20px;
|
2014-03-17 08:07:53 +00:00
|
|
|
|
|
|
|
&.active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|