diff --git a/aqt/editor.py b/aqt/editor.py index 7323f3b29..999bea967 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -29,7 +29,10 @@ pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg", "webp") audio = ("wav", "mp3", "ogg", "flac", "mp4", "swf", "mov", "mpeg", "mkv", "m4a", "3gp", "spx", "oga") _html = """ - +
%s
@@ -102,7 +105,7 @@ class Editor: # then load page html = self.web.bundledCSS("editor.css") + _html self.web.stdHtml(html % ( - bgcol, + bgcol, bgcol, topbuts, _("Show Duplicates")), head=self.mw.baseHTML(), js=["jquery.js", "editor.js"]) diff --git a/web/editor.css b/web/editor.css index 4534d4080..d0fd651a2 100644 --- a/web/editor.css +++ b/web/editor.css @@ -33,7 +33,7 @@ body { top: 0; padding: 2px; left: 0; - right: 0 + right: 0; } .topbut {