mediawiki-extensions-Multim.../resources/mmv/ui/mmv.ui.dialog.less
Mark Holmquist c6f3be42aa Move dialogs to the left, make arrows point right
Change-Id: If8fc4ca5f902b3dc3271a33c44554d4e46faadb8
2014-09-24 17:07:05 +02:00

30 lines
578 B
Plaintext

@import "../mmv.mixins";
@import "../mmv.globals";
.mw-mmv-dialog {
@background-color: rgb(255, 255, 255);
@shadow-color: #aaaaaa;
@dialog-width: 450px;
position: fixed;
right: 58px;
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;
right: 48px;
background-color: @background-color;
width: @arrow-size;
height: @arrow-size;
.rotate(-45deg);
position: fixed;
}
}