From 8dd31e737fee56f1954f91c3a9605cf795b6f8f3 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sun, 15 Jul 2012 15:57:45 +0000 Subject: [PATCH] changed: css git-svn-id: svn://ttmath.org/publicrep/winix/trunk@862 e52654a7-88a9-db11-a3e9-0013d4bc506e --- static/basic/winix.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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; }