Procházet zdrojové kódy

A couple CSS bugfixes.

develop
Ben Kurtovic před 8 roky
rodič
revize
47f4d4970e
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      src/main.css
  2. +1
    -1
      src/tfd_close.js

+ 1
- 1
src/main.css Zobrazit soubor

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

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

.tfdclerk-error {


+ 1
- 1
src/tfd_close.js Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit