Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
2fbe0105
Commit
2fbe0105
authored
Apr 20, 2017
by
fred
Browse files
chat: add some spaces between text entry and send button
parent
6fcbf241
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/chat.html
View file @
2fbe0105
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<div
class=
"nick"
>
Pseudo ?
<input
name=
"nick"
>
<button>
Se connecter
</button></div>
<div
class=
"nick"
>
Pseudo ?
<input
name=
"nick"
>
<button>
Se connecter
</button></div>
<div
class=
"commands"
style=
"display: none;"
>
<div
class=
"commands"
style=
"display: none;"
>
<span
class=
"prompt"
>
>
</span>
<input
id=
"msg"
name=
"msg"
>
<button
id=
"send"
>
ok
</button>
<span
class=
"prompt"
>
>
</span>
<input
id=
"msg"
name=
"msg"
>
<button
id=
"send"
>
ok
</button>
</div>
</div>
<div
id=
"chat"
data-chatroom=
"{{emission.slug}}"
>
<div
id=
"chat"
data-chatroom=
"{{emission.slug}}"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment