From f667f39419dac0a2408ca829e38792482ccb0f43 Mon Sep 17 00:00:00 2001 From: r-a-y Date: Mon, 12 Oct 2015 13:48:45 -0700 Subject: [PATCH] FEE: Make sure URL box doesn't try to animate. By default, FEE animates the URL box on certain events. We do not want the URL box to animate, so use CSS !important declarations to counteract FEE's JS. See #10. --- assets/css/single.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/single.css b/assets/css/single.css index 89bd0b2..bcf9fbb 100644 --- a/assets/css/single.css +++ b/assets/css/single.css @@ -764,12 +764,16 @@ a.comment-edit-link { .fee-url { border: 1px solid #ccc; border-radius: 3px; - padding: .25em .5em; + padding: .25em .5em !important; } body.fee-on .fee-url { display: block !important; - margin-top: -1.25em; + height: auto !important; + margin-left: auto !important; + margin-right: auto !important; + position: relative; + top: -1.25em; } #fee-post-status option[value="pending"],