mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
a3d0a654f7
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
26 lines
355 B
Plaintext
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;
|
|
} |