mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
changed color to #444 since the text-shadow looks ugly using black && removed margin-left
This commit is contained in:
parent
ba677c6e30
commit
549db57436
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;
|
||||
width: 300px;
|
||||
}
|
||||
</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