mediawiki-extensions-Multim.../resources/mmv/ui/mmv.ui.reuse.embed.less
Pau Giner 850ee63df8 Layout adjustment for explanatory text
The text below share and embed code is placed to be
just below the input elements.

Change-Id: I6845e1e67ddfd4fde3352a33cee56c981fb16fdc
2014-04-02 10:45:28 +02:00

62 lines
949 B
Plaintext

@switch-color: #f2f2f2;
@active-switch-color: #666666;
@embed-dimensions-color: #aaaaaa;
@textarea-text-color: #333333;
.mw-mmv-reuse-pane {
.mw-mmv-embed-text-html,
.mw-mmv-embed-text-wikitext {
display: none;
width: auto;
&.active {
display: block;
}
// The selector has to be that deep and include [readonly] to override OOJS UI's definition
textarea[readonly], textarea[readonly] {
color: @textarea-text-color;
}
}
}
.mw-mmv-reuse-dialog .mw-mmv-embed-pane {
padding: 5px 27px;
.mw-mmv-embed-explanation {
margin: 0 0 10px 0;
padding: 0;
}
p, textarea {
margin: 0;
}
}
.mw-mmv-embed-switch {
div {
padding: 1px 3px;
background-color: @switch-color;
&.active {
background-color: @active-switch-color;
}
}
}
.mw-mmv-embed-size {
display: none;
&.active {
display: block;
}
.oo-ui-widget-disabled {
display: none;
}
}
.mw-mmv-embed-dimensions {
color: @embed-dimensions-color;
}