mirror of https://github.com/perkeep/perkeep.git
Adding padding to the drop target in the UI.
Testeroo. Change-Id: Icdeedd7687e715e3071f40ebc86490fc95ee6b9f
This commit is contained in:
parent
81cc07f564
commit
3ee6467176
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue