Show More
@@ -19,5 +19,5 b'' | |||
|
19 | 19 | position:relative; |
|
20 | 20 | opacity: 0; |
|
21 | 21 | z-index: 2; |
|
22 |
width: |
|
|
22 | width: 447px; | |
|
23 | 23 | } |
@@ -32,9 +32,9 b' data-read-only={{read_only}}' | |||
|
32 | 32 | {% if logged_in or not read_only %} |
|
33 | 33 | <div id="notebook_toolbar"> |
|
34 | 34 | <form id='alternate_upload' class='alternate_upload' > |
|
35 |
<span id="drag_info" style="position:absolute" > |
|
|
36 |
onto the list |
|
|
37 |
|
|
|
35 | <span id="drag_info" style="position:absolute" > | |
|
36 | To import a notebook, drag the file onto the listing below or <strong>click here</strong>. | |
|
37 | </span> | |
|
38 | 38 | <input type="file" name="datafile" class="fileinput" multiple='multiple'> |
|
39 | 39 | </form> |
|
40 | 40 | <span id="notebook_buttons"> |
General Comments 0
You need to be logged in to leave comments.
Login now