diff --git a/static/basic/winix.css b/static/basic/winix.css index 37daa52..aefc772 100755 --- a/static/basic/winix.css +++ b/static/basic/winix.css @@ -660,13 +660,16 @@ height: 50px; } -div#fileupload { +form#fileupload { +display: block; +margin: 3em 0 1em 0; font-size: 11px; -/* warning: file upload "add file" button doesn't want to work for small fonts in Firefox */ } -div#fileupload table, div#fileupload th, div#fileupload td { -border: none; +/* after sending a file the file is shown very large for the first time */ +form#fileupload tr.template-download td.preview img { +max-width: 120px; +max-height: 120px; }