mediawiki-extensions-Multim.../resources/mmv/ui/mmv.ui.metadataPanel.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

26 lines
355 B
Plaintext

@import "mmv.mixins";
.mw-mlb-label {
color: #333333;
margin-left: 6px;
.box-round(3px);
padding: 2px 5px;
background-color: #dddddd;
font-size: 0.9em;
&:hover {
background-color: #c9c9c9;
}
}
.mw-mlb-image-metadata-column {
float: left;
width: 50%;
}
.mw-mlb-permission-link {
cursor: pointer;
}
.mw-mlb-mmv-about-links {
clear: both;
}