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
17 lines
313 B
Plaintext
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;
|
|
} |