From 829a462ff78ce588afc809aa5bf229a7fda576b0 Mon Sep 17 00:00:00 2001 From: Jamie Kerner Date: Mon, 20 May 2019 17:19:31 +0200 Subject: [PATCH] css adjustments and icon change --- public_html/css/style.css | 24 ++++++++++++------------ public_html/index.html | 7 ++----- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/public_html/css/style.css b/public_html/css/style.css index 5bcca87..379e476 100644 --- a/public_html/css/style.css +++ b/public_html/css/style.css @@ -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 { diff --git a/public_html/index.html b/public_html/index.html index 19eb7f6..465e8fd 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -163,11 +163,8 @@