mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
4ee0e06c6d
This change makes the columns on the matadata panel use a different width (2/3 and 1/3) to emphazize the description with respect to the more advanced technical details. Change-Id: I246e3496dd01649f360c1f80b859e2260bb1d87f
33 lines
453 B
Plaintext
33 lines
453 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;
|
|
}
|
|
|
|
.mw-mlb-image-metadata-desc-column {
|
|
width: 66.5%;
|
|
}
|
|
|
|
.mw-mlb-image-metadata-links-column {
|
|
width: 33.5%;
|
|
}
|
|
|
|
.mw-mlb-permission-link {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mw-mlb-mmv-about-links {
|
|
clear: both;
|
|
} |