Revert "Layout adjustments to reduce overlap with chevron"

This reverts commit b77ae2c62b.

Change-Id: Ibc9d864d5309eb23ec1b495a1311a614e907b5a8
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/912
This commit is contained in:
MarkTraceur 2014-09-26 17:52:13 +00:00
parent b77ae2c62b
commit 640984b2e9
2 changed files with 4 additions and 4 deletions

View file

@ -24,11 +24,11 @@
.mw-mmv-title-para {
margin: 0;
padding: 8px 0 0;
padding: 10px 0 0;
}
.mw-mmv-credit {
margin: 0;
padding: 2px 0;
padding: 5px 0;
}
.mw-mmv-title {

View file

@ -3,7 +3,7 @@
@import "mediawiki.mixins.animation";
@drag-icon-width: 64px;
@drag-icon-height: 16px;
@drag-icon-height: 18px;
@drag-icon-color: #e6e6e6;
@drag-icon-invite-color: #347bff;
@ -97,7 +97,7 @@
cursor: pointer;
z-index: 1; // make sure it is above the text - the icon is visually at the bottom but in the DOM at the top
.opacity(0.6);
.opacity(0.7);
transition: opacity 0.25s;
&-pointing-down { // use single-class selector - chevron direction is important enough to make it IE6-compatible