diff --git a/examples/demo.css b/examples/demo.css index f807bc2c..a52c3e2f 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -46,7 +46,7 @@ h1 { padding: 0px 0px; } -#dropzone { +.dropzone { padding: 30px; margin: 0 20% 30px; border: 4px dashed #ccc; @@ -59,7 +59,7 @@ h1 { background: #eee; } -#dropzone input { +.dropzone input { max-width: 100%; } diff --git a/examples/index.html b/examples/index.html index 17f6e525..49db3126 100644 --- a/examples/index.html +++ b/examples/index.html @@ -63,7 +63,7 @@
-Select or drag in an image to start!
diff --git a/src/modules/ImportImage/Ui.js b/src/modules/ImportImage/Ui.js index fc6e9a69..7523e665 100644 --- a/src/modules/ImportImage/Ui.js +++ b/src/modules/ImportImage/Ui.js @@ -8,8 +8,8 @@ module.exports = function ImportImageModuleUi(step, ui) { // add a file input listener var dropZone ='\ -\ +
\ Select or drag in an image to overlay.\
\