mediawiki-extensions-Multim.../resources/mmv/ui/mmv.ui.less
Pau Giner a3d0a654f7 Adjustments of colours and layout
changes include:
* Aligning license and usage boxes with content above.
* Limit the maximum size for the licensing box when open.
* Adjust font sizes and colours to adjust the alance in the prominence of each part.

Change-Id: I0e4465baaf7a9f7830b95a8d731256d6b4974e17
2014-02-28 14:14:34 +01:00

17 lines
313 B
Plaintext

@import "mmv.mixins";
.mw-mlb-info-box {
@box-color: #FFFFFF;
@border-color: #DDDDDD;
@border-shadow-color: #C9C9C9;
display: inline-block;
overflow: hidden;
width: 100%;
border: 1px solid @border-color;
border-bottom: 2px solid @border-shadow-color;
.box-round(3px);
background-color: @box-color;
}