2016-07-18 14:24:02 +00:00
|
|
|
@import '../mmv.mixins';
|
|
|
|
@import '../mmv.globals';
|
2014-09-16 20:33:05 +00:00
|
|
|
|
|
|
|
.mw-mmv-download-dialog {
|
2014-09-19 18:34:18 +00:00
|
|
|
@dialog-height: 230px;
|
2014-09-16 20:33:05 +00:00
|
|
|
|
|
|
|
height: @dialog-height;
|
|
|
|
// positioned relative to the download button
|
|
|
|
position: fixed;
|
2014-09-18 20:37:02 +00:00
|
|
|
bottom: @metadatabar-above-fold-height + @progress-bar-height + 35px;
|
2014-09-16 20:33:05 +00:00
|
|
|
|
2014-09-19 18:34:18 +00:00
|
|
|
.mw-mmv-download-size .oo-ui-optionWidget {
|
2014-09-16 20:33:05 +00:00
|
|
|
display: inline-block;
|
|
|
|
padding: 10px 25px;
|
2014-09-19 18:34:18 +00:00
|
|
|
font-size: 16px;
|
2014-09-16 20:33:05 +00:00
|
|
|
|
2014-09-19 18:34:18 +00:00
|
|
|
&.oo-ui-optionWidget-selected {
|
2016-07-18 14:24:02 +00:00
|
|
|
border: 0;
|
2014-09-16 20:33:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
2017-03-02 23:45:42 +00:00
|
|
|
border-radius: @border-radius 0 0 0;
|
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 + 45px;
|
2016-11-02 08:27:04 +00:00
|
|
|
background-color: #f8f9fa;
|
2014-09-16 20:33:05 +00:00
|
|
|
}
|
|
|
|
}
|