From b60826aaa0547a7989ba4f32ad96cf6bd3654eb9 Mon Sep 17 00:00:00 2001 From: Matthew Riley MacPherson Date: Tue, 9 Aug 2016 12:56:40 +0100 Subject: [PATCH] Fix jump in incompatible buttons (fix #3203) --- static/css/restyle/restyle.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/restyle/restyle.less b/static/css/restyle/restyle.less index bdeb3252a9..4a41a48c40 100644 --- a/static/css/restyle/restyle.less +++ b/static/css/restyle/restyle.less @@ -1716,7 +1716,9 @@ h3.author .transfer-ownership { color: @default-font-color; font-size: 1rem; font-weight: normal; - padding: 5px 14px 5px 28px; + margin: 0; + min-width: 225px; + padding: 5px 0px 5px 16px; .addon-description-header & { border: 0; @@ -1825,6 +1827,10 @@ h3.author .transfer-ownership { .install-shell .install { display: inline-block; } + + .d2c-reasons-help { + margin: 0 0 0 -8px; + } } .addon.hovercard,