css adjustments and icon change
This commit is contained in:
parent
be389e93a4
commit
829a462ff7
2 changed files with 14 additions and 17 deletions
|
|
@ -152,7 +152,7 @@ img {
|
|||
|
||||
.chat_ib p {
|
||||
font-size: 14px;
|
||||
color: #989898;
|
||||
color: #2b2b2b;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
@ -178,7 +178,7 @@ img {
|
|||
}
|
||||
|
||||
.active_chat {
|
||||
background: #ebebeb;
|
||||
background: #dae3f2;
|
||||
}
|
||||
|
||||
h5.incoming_msg_user {
|
||||
|
|
@ -199,12 +199,12 @@ h5.incoming_msg_user {
|
|||
}
|
||||
|
||||
.received_withd_msg p {
|
||||
background: #ebebeb none repeat scroll 0 0;
|
||||
background: #dae3f2 none repeat scroll 0 0;
|
||||
border-radius: 3px;
|
||||
color: #646464;
|
||||
color: #2b2b2b;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
padding: 5px 10px 5px 12px;
|
||||
padding: 10px 10px 10px 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
@ -229,6 +229,7 @@ h5.incoming_msg_user {
|
|||
/*Messages*/
|
||||
.sent_msg {
|
||||
float: right;
|
||||
margin-right: 20px;
|
||||
width: 46%;
|
||||
}
|
||||
|
||||
|
|
@ -237,13 +238,13 @@ h5.incoming_msg_user {
|
|||
border-radius: 3px;
|
||||
font-size: 14px;
|
||||
margin: 0; color:#fff;
|
||||
padding: 5px 10px 5px 12px;
|
||||
padding: 10px 12px 10px 12px;
|
||||
/*width: 100%;*/
|
||||
}
|
||||
|
||||
.outgoing_msg {
|
||||
overflow: hidden;
|
||||
margin: 26px 0 26px;
|
||||
margin: 12px 0 12px;
|
||||
}
|
||||
|
||||
.input_msg_write input {
|
||||
|
|
@ -266,15 +267,14 @@ h5.incoming_msg_user {
|
|||
.msg_send_btn {
|
||||
background: #05728f none repeat scroll 0 0;
|
||||
border: medium none;
|
||||
border-radius: 50%;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-size: 17px;
|
||||
height: 33px;
|
||||
height: 35px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 8px;
|
||||
width: 33px;
|
||||
top: 7px;
|
||||
width: 52px;
|
||||
}
|
||||
|
||||
.msg_send_btn svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue