mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
Merge 549db57436
into ba677c6e30
This commit is contained in:
commit
28dc1636ca
1 changed files with 3 additions and 4 deletions
|
@ -115,17 +115,16 @@
|
|||
}
|
||||
|
||||
#label {
|
||||
color:black;
|
||||
color: #444;
|
||||
text-align:left;
|
||||
margin: 0 auto;
|
||||
width: 300px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="container">
|
||||
<div id="button" onclick="go2Random()">New Pad</div>
|
||||
<br><br>
|
||||
<br>
|
||||
<div id="label">or create/open a Pad with the name</div>
|
||||
<input type="text" id="padname"> <input type="submit" value="OK" onclick="go2Name();return false;">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue