diff --git a/static/css/common.css b/static/css/common.css index 00a13b8..6171eb8 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -144,22 +144,21 @@ content: ''; float: left; background-color: #9da0a0; - width: 1.5em; - height: 0.45em; - margin-left: 0.07em; - margin-bottom: -0.07em; - border-top-left-radius: 0.1em; - border-top-right-radius: 0.1em; - box-shadow: 1.25em 0.25em 0 0em #9da0a0; + width: 15px; + height: 3px; + margin-left: 2px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + box-shadow: 2px 2px 0 0 #9da0a0; } .folderBtn:after { content: ''; float: left; clear: left; background-color: #d4d6d6; - width: 2.5em; - height: 1.8em; - border-radius: 0.1em; + width: 33px; + height: 22px; + border-radius: 1px; } .visitorImageBtn{ float: left; diff --git a/static/html/chat_page.html b/static/html/chat_page.html index 99e5d02..c030340 100644 --- a/static/html/chat_page.html +++ b/static/html/chat_page.html @@ -13,7 +13,7 @@ - +