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

pull/35/head
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

@ -926,7 +926,7 @@ position: relative;
position:absolute;
top:40px;
font-size:14px;
width:400px;
width:450px;
right: 20px;
z-index: 500;
background-color: #000;
@ -934,14 +934,14 @@ position: relative;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.7);
padding: 10px;
-moz-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
height:170px;
}
#import{
position:absolute;
width:200px;
width:250px;
left:10px;
line-height:20px;
}
@ -965,12 +965,13 @@ position: relative;
height: 165px;
position:absolute;
width:0px;
left:210px;
left:260px;
opacity:.8;
}
button{
background-image: -moz-linear-gradient(center top , #EEEEEE, white 20%, white 20%);
.impexpbutton{
background-image: -moz-linear-gradient(center top , #EEEEEE, white 20%, white 20%);
padding:3px;
}
#exporthtml{

View File

@ -1,4 +1,4 @@
<DOCTYPE !html>
<!DOCTYPE html>
<head>
<title>Etherpad Lite</title>
<style>

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">