Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
added send button
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiAurori committed Jul 25, 2018
1 parent dd9c6e0 commit f91979c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@
}

#msgbox {
width: calc(100% - 50px);
width: calc(100% - 80px);
display: block;
margin-left: auto;
margin-left: 10px;
margin-right: auto;
background-color: #484B51;
border: none;
Expand Down Expand Up @@ -459,10 +459,10 @@
#sendbtn {
margin-top: 0px;
position: absolute;
margin-left: calc(100% - 110px);
margin-left: calc(100% - 61px);
z-index: 100;
padding: 10px;
color: #777777;
color: #aaaaaa;
background-color: #484B51;
border: none;
border-radius: 5px;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h5 id='guildName'>discord-livebot</h5>

<div id='sendmsg'>
<input type="text" name="message" value="" placeholder='Message' id='msgbox' ontype='typing()'/>
<button type="button" name="button" onclick='sendmsg()' id='sendbtn'>Send</button>
</div>
</div>

Expand Down

0 comments on commit f91979c

Please sign in to comment.