Merge git://github.com/0ip/etherpad-lite into newDesignTest
This commit is contained in:
commit
87d24238a8
|
@ -73,19 +73,19 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
width: 245px;
|
width: 215px;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
width: 40px;
|
width: 70px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="button" onclick="go2Random()">New Pad</div>
|
<div id="button" onclick="go2Random()">New Pad</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="label">or create/open a Pad with the name</div>
|
<div class="label">or create/open a Pad with the name</div>
|
||||||
<form action="" onsubmit="go2Name();return false;">
|
<form action="#" onsubmit="go2Name();return false;">
|
||||||
<input type="text" id="padname" autofocus>
|
<input type="text" id="padname" autofocus>
|
||||||
<input type="submit" value="OK">
|
<input type="submit" value="OK">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue