Updated doctype after I messed it up before, updated some css for import/export

This commit is contained in:
John McLear 2011-07-20 15:31:50 +01:00
parent a6faf73cbb
commit b4c2f6eb11
3 changed files with 11 additions and 10 deletions

View file

@ -207,9 +207,9 @@ We removed this feature cause its not worth the space it needs in the editbar
<div id="importexport">
<div id="import">
Import from text file, HTML, Word, or RTF:<br/><br/>
<button name="choosefile">Choose file</button>
<div id="fileselected">No file Chosen</div><br/>
<button name="importit">Import now</button>
<input id="choosefile" name="choosefile" type="file">
<!-- <div id="fileselected">No file Chosen</div><br/> -->
<input type="submit" class="impexpbutton" id="importit" value="Import now">
</div>
<div id="importexportline"></div>
<div id="export">