mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -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 {
|
#label {
|
||||||
color:black;
|
color: #444;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width:300px;
|
width: 300px;
|
||||||
padding-left: 3px;
|
|
||||||
}
|
}
|
||||||
</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>
|
<br>
|
||||||
<div id="label">or create/open a Pad with the name</div>
|
<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;">
|
<input type="text" id="padname"> <input type="submit" value="OK" onclick="go2Name();return false;">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue