From 47f4d4970eff8f22c0d48cdfe5f5dda4746c0f8b Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 20 Sep 2015 01:11:43 -0500 Subject: [PATCH] A couple CSS bugfixes. --- src/main.css | 2 +- src/tfd_close.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.css b/src/main.css index 9c50ea7..b02c8e8 100644 --- a/src/main.css +++ b/src/main.css @@ -29,7 +29,7 @@ SOFTWARE. } .tfdclerk-hook-divider { - display: inline; + display: inline !important; } .tfdclerk-error { diff --git a/src/tfd_close.js b/src/tfd_close.js index 6b31933..113751c 100644 --- a/src/tfd_close.js +++ b/src/tfd_close.js @@ -277,7 +277,7 @@ TFD.prototype._build_close_action_entry = function(page) { href: mw.util.getUrl(page), title: page, text: page, - addClass: "tfdclerk-action-page" + (redlink ? "new" : "") + addClass: "tfdclerk-action-page" + (redlink ? " new" : "") })).append($("", {text: ": "})) .append(select) .append(select_extra)