Small font and layout adjustments

Some styling adjustments to:
* Make description fonts not to be de-emphasized in comparison to license terms.
* Avoid metadata on the right to wrap when there is enough space.

Change-Id: I49514060dec200d93489d2b853a1dfdc1bfa5f46
This commit is contained in:
Pau Giner 2014-02-27 18:48:54 +01:00
parent 45a0031716
commit d66681c949
3 changed files with 7 additions and 9 deletions

View file

@ -169,14 +169,9 @@ body.mobile .mw-mlb-controls,
}
.mw-mlb-image-desc-div {
width: 50%;
overflow-y: auto;
}
.mw-mlb-image-links-div {
width: 50%;
}
.mw-mlb-image-desc-div,
.mw-mlb-image-links-div {
display: inline-block;
@ -188,7 +183,7 @@ body.mobile .mw-mlb-controls,
margin-bottom: 15px;
}
@littlefont: 0.8em;
@littlefont: 0.9em;
.mw-mlb-caption,
.mw-mlb-image-desc {

View file

@ -1,6 +1,7 @@
@import "mmv.mixins";
.mw-mlb-label {
color: #333333;
margin-left: 3px;
.box-round(3px);
padding: 2px 5px;

View file

@ -15,6 +15,7 @@
margin: 10px;
padding: 0;
color: #565656;
font-size: 1em;
}
.mw-mlb-permission-close {
@ -32,8 +33,8 @@
}
.mw-mlb-permission-text {
@text-font-size: 1em;
@text-line-height: 1.2;
@text-font-size: 0.9em;
@text-line-height: 1.4;
@lines-shown: 3;
position: relative;
@ -43,6 +44,7 @@
margin: 0 10px 10px;
font-size: @text-font-size;
line-height: @text-line-height;
color: #555555;
.mw-mlb-permission-text-fader {
position: absolute;
@ -57,7 +59,7 @@
a {
padding: 3px 0 0 1em;
background-color: white;
font-size: small;
font-size: 1em;
}
}
}