1 parent 22c6b14 commit cc68377Copy full SHA for cc68377
1 file changed
html/chat-room-tmp/chat-room-tmp.html
@@ -59,7 +59,9 @@
59
{display:inline-block;width:100px;text-align:right;margin-right:20px}
60
61
[value=send]
62
- {margin-right:20px}
+ {margin-right:20px;min-width:70px}
63
+ #pause
64
+ {min-width:70px}
65
66
67
@@ -110,7 +112,7 @@
110
112
111
113
<div id=btns>
114
<input value=send type=button title=ctrl+enter>
- <input value=pause type=button>
115
+ <input id=pause value=pause type=button>
116
</div>
117
118
</section>
0 commit comments