Merge git://github.com/0ip/etherpad-lite into newDesignTest
commit
87d24238a8
|
@ -73,19 +73,19 @@
|
|||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
padding: 5px;
|
||||
width: 245px;
|
||||
width: 215px;
|
||||
outline: none;
|
||||
}
|
||||
input[type="submit"] {
|
||||
height: 35px;
|
||||
width: 40px;
|
||||
width: 70px;
|
||||
}
|
||||
</style>
|
||||
<div id="container">
|
||||
<div id="button" onclick="go2Random()">New Pad</div>
|
||||
<br>
|
||||
<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="submit" value="OK">
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue