witten
/
luminotes
Archived
1
0
Fork 0

Better spacing around file upload instructions.

This commit is contained in:
Dan Helfman 2009-03-20 14:07:58 -07:00
parent 604578aba1
commit e35f566609
2 changed files with 5 additions and 1 deletions

View File

@ -1245,6 +1245,10 @@ h1 {
font-size: 110%;
}
.upload_instructions {
margin-top: 0.75em;
}
#progress_row {
margin-top: 0.75em;
}

View File

@ -3655,7 +3655,7 @@ function Upload_pulldown( wiki, notebook_id, invoker, editor, link, anchor, ephe
) );
this.upload_button.disabled = true;
appendChildNodes( this.upload_area, createDOM( "p", {},
appendChildNodes( this.upload_area, createDOM( "div", { "class": "upload_instructions" },
this.link ? "Please select a file to upload." : "Please select a CSV file of notes to import into a new notebook." ) );
appendChildNodes( this.upload_area, createDOM( "span", { "id": "tick_preload" } ) );
appendChildNodes( this.upload_area, createDOM( "input", { "name": "file_id", "id": "file_id", "type": "hidden", "value": "new" } ) );