From 640984b2e99106c4db07de5a3c8378877de96224 Mon Sep 17 00:00:00 2001 From: MarkTraceur Date: Fri, 26 Sep 2014 17:52:13 +0000 Subject: [PATCH] Revert "Layout adjustments to reduce overlap with chevron" This reverts commit b77ae2c62bd3d313b32a081254414e72403f38c9. Change-Id: Ibc9d864d5309eb23ec1b495a1311a614e907b5a8 Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/912 --- resources/mmv/ui/mmv.ui.metadataPanel.less | 4 ++-- resources/mmv/ui/mmv.ui.metadataPanelScroller.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/mmv/ui/mmv.ui.metadataPanel.less b/resources/mmv/ui/mmv.ui.metadataPanel.less index 26e475f09..ba59a3102 100644 --- a/resources/mmv/ui/mmv.ui.metadataPanel.less +++ b/resources/mmv/ui/mmv.ui.metadataPanel.less @@ -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 { diff --git a/resources/mmv/ui/mmv.ui.metadataPanelScroller.less b/resources/mmv/ui/mmv.ui.metadataPanelScroller.less index 0ac10bf32..0bb2c7312 100644 --- a/resources/mmv/ui/mmv.ui.metadataPanelScroller.less +++ b/resources/mmv/ui/mmv.ui.metadataPanelScroller.less @@ -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