fix field content showing in top button area

This commit is contained in:
Damien Elmes 2018-12-22 13:27:12 +10:00
parent c740723e0b
commit f91e30a2c1

View file

@ -33,7 +33,7 @@ audio = ("wav", "mp3", "ogg", "flac", "mp4", "swf", "mov", "mpeg", "mkv", "m4a"
_html = """ _html = """
<style> <style>
html { background: %s; } html { background: %s; }
#topbuts { background: %s; } #topbutsOuter { background: %s; }
</style> </style>
<div id="topbutsOuter"><div id="topbuts" class="clearfix">%s</div></div> <div id="topbutsOuter"><div id="topbuts" class="clearfix">%s</div></div>
<div id="fields"></div> <div id="fields"></div>