Updated doctype after I messed it up before, updated some css for import/export
This commit is contained in:
parent
a6faf73cbb
commit
b4c2f6eb11
|
@ -926,7 +926,7 @@ position: relative;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:40px;
|
top:40px;
|
||||||
font-size:14px;
|
font-size:14px;
|
||||||
width:400px;
|
width:450px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
@ -934,14 +934,14 @@ position: relative;
|
||||||
background-color: rgb(0,0,0);
|
background-color: rgb(0,0,0);
|
||||||
background-color: rgba(0,0,0,0.7);
|
background-color: rgba(0,0,0,0.7);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
height:170px;
|
height:170px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#import{
|
#import{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:200px;
|
width:250px;
|
||||||
left:10px;
|
left:10px;
|
||||||
line-height:20px;
|
line-height:20px;
|
||||||
}
|
}
|
||||||
|
@ -965,12 +965,13 @@ position: relative;
|
||||||
height: 165px;
|
height: 165px;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:0px;
|
width:0px;
|
||||||
left:210px;
|
left:260px;
|
||||||
opacity:.8;
|
opacity:.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
button{
|
.impexpbutton{
|
||||||
background-image: -moz-linear-gradient(center top , #EEEEEE, white 20%, white 20%);
|
background-image: -moz-linear-gradient(center top , #EEEEEE, white 20%, white 20%);
|
||||||
|
padding:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exporthtml{
|
#exporthtml{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<DOCTYPE !html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<title>Etherpad Lite</title>
|
<title>Etherpad Lite</title>
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -207,9 +207,9 @@ We removed this feature cause its not worth the space it needs in the editbar
|
||||||
<div id="importexport">
|
<div id="importexport">
|
||||||
<div id="import">
|
<div id="import">
|
||||||
Import from text file, HTML, Word, or RTF:<br/><br/>
|
Import from text file, HTML, Word, or RTF:<br/><br/>
|
||||||
<button name="choosefile">Choose file</button>
|
<input id="choosefile" name="choosefile" type="file">
|
||||||
<div id="fileselected">No file Chosen</div><br/>
|
<!-- <div id="fileselected">No file Chosen</div><br/> -->
|
||||||
<button name="importit">Import now</button>
|
<input type="submit" class="impexpbutton" id="importit" value="Import now">
|
||||||
</div>
|
</div>
|
||||||
<div id="importexportline"></div>
|
<div id="importexportline"></div>
|
||||||
<div id="export">
|
<div id="export">
|
||||||
|
|
Loading…
Reference in New Issue