Adding padding to the drop target in the UI.

Testeroo.

Change-Id: Icdeedd7687e715e3071f40ebc86490fc95ee6b9f
This commit is contained in:
Lindsey Simon 2011-06-22 15:52:40 -07:00
parent 81cc07f564
commit 3ee6467176
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ div.fileupload {
</p>
</form>
<div id='dnd' style="border: 2px dashed black; min-height: 250px; display: block;">
<div id='dnd' style="border: 2px dashed black; min-height: 250px; padding: 6px">
<form id="fileForm">
<input type="file" id="fileInput" multiple="true" onchange="">
<input type="submit" id="fileUploadBtn" value="Upload">