Skip to content

Commit cc68377

Browse files
save file
1 parent 22c6b14 commit cc68377

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

html/chat-room-tmp/chat-room-tmp.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
{display:inline-block;width:100px;text-align:right;margin-right:20px}
6060

6161
[value=send]
62-
{margin-right:20px}
62+
{margin-right:20px;min-width:70px}
63+
#pause
64+
{min-width:70px}
6365

6466

6567

@@ -110,7 +112,7 @@
110112

111113
<div id=btns>
112114
<input value=send type=button title=ctrl+enter>
113-
<input value=pause type=button>
115+
<input id=pause value=pause type=button>
114116
</div>
115117

116118
</section>

0 commit comments

Comments
 (0)