2014-09-16 20:33:05 +00:00
|
|
|
@import "../mmv.mixins";
|
|
|
|
@import "../mmv.globals";
|
|
|
|
|
|
|
|
.mw-mmv-dialog {
|
|
|
|
@background-color: rgb(255, 255, 255);
|
|
|
|
@shadow-color: #aaaaaa;
|
|
|
|
@dialog-width: 450px;
|
|
|
|
|
|
|
|
position: fixed;
|
2014-09-18 20:37:02 +00:00
|
|
|
right: 58px;
|
2014-09-16 20:33:05 +00:00
|
|
|
display: none;
|
|
|
|
width: @dialog-width;
|
|
|
|
height: @dialog-height;
|
|
|
|
background-color: @background-color;
|
|
|
|
box-shadow: 0 2px 0 @shadow-color;
|
|
|
|
.box-round(@border-radius);
|
|
|
|
z-index: 1004;
|
|
|
|
|
|
|
|
.mw-mmv-dialog-down-arrow {
|
|
|
|
@arrow-border-color: #aaaaaa;
|
|
|
|
|
2014-09-18 20:37:02 +00:00
|
|
|
right: 48px;
|
2014-09-16 20:33:05 +00:00
|
|
|
background-color: @background-color;
|
|
|
|
width: @arrow-size;
|
|
|
|
height: @arrow-size;
|
2014-09-18 20:37:02 +00:00
|
|
|
.rotate(-45deg);
|
2014-09-16 20:33:05 +00:00
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
}
|