mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
Edited static/index.html via GitHub
This commit is contained in:
parent
21c0335737
commit
183185f702
1 changed files with 2 additions and 3 deletions
|
@ -74,13 +74,12 @@
|
||||||
}
|
}
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
width: 243px;
|
width: 243px;
|
||||||
padding: 9px 47px 9px 10px;
|
padding: 10px 47px 10px 10px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
text-shadow: 0 0 1px #fff;
|
text-shadow: 0 0 1px #fff
|
||||||
font-size: 17px
|
|
||||||
}
|
}
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue