Skip to content

Commit

Permalink
FEE: Make sure URL box doesn't try to animate.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
r-a-y committed Oct 12, 2015
1 parent 68a5b4b commit f667f39
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/single.css
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit f667f39

Please sign in to comment.