mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
Adjust text style for size indications
For download button and size drop-downs, the size labels have been set to small and normal weight (in the download button, other rules made it to be bold if no weight was specified). Change-Id: I7511b307a8459d6e4a01f0b9540528046ad2be8e
This commit is contained in:
parent
c42f5425f9
commit
8cd21e3c82
|
@ -32,7 +32,8 @@
|
|||
|
||||
.multimediaviewer-download-image-size {
|
||||
display:block;
|
||||
font-size: x-small;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.mw-mlb-download-preview-link {
|
||||
|
|
|
@ -58,4 +58,5 @@
|
|||
|
||||
.mw-mmv-embed-dimensions {
|
||||
color: @embed-dimensions-color;
|
||||
font-size: small;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue