changed: css

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@862 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2012-07-15 15:57:45 +00:00
parent e98cca7fbc
commit 8dd31e737f
1 changed files with 7 additions and 4 deletions

View File

@ -660,13 +660,16 @@ height: 50px;
} }
div#fileupload { form#fileupload {
display: block;
margin: 3em 0 1em 0;
font-size: 11px; 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 { /* after sending a file the file is shown very large for the first time */
border: none; form#fileupload tr.template-download td.preview img {
max-width: 120px;
max-height: 120px;
} }