Parcourir la source

A couple CSS bugfixes.

develop
Ben Kurtovic il y a 8 ans
Parent
révision
47f4d4970e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      src/main.css
  2. +1
    -1
      src/tfd_close.js

+ 1
- 1
src/main.css Voir le fichier

@@ -29,7 +29,7 @@ SOFTWARE.
}

.tfdclerk-hook-divider {
display: inline;
display: inline !important;
}

.tfdclerk-error {


+ 1
- 1
src/tfd_close.js Voir le fichier

@@ -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($("<span/>", {text: ": "}))
.append(select)
.append(select_extra)


Chargement…
Annuler
Enregistrer