diff --git a/static/css/common.css b/static/css/common.css index f3bcfac..08505c5 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -279,7 +279,7 @@ max-width: 800px; margin:0 auto; } -.chatCenter{background: #fff;max-width: 800px;margin: 0 auto;} +.chatCenter{background: #fff;max-width: 800px;margin: 0 auto;border: 1px solid #d1d1d1;margin-top: 10px;box-shadow: 2px 2px 6px rgba(0,0,0,.3);} .chatContext{ width: 100%; text-align: left; @@ -339,6 +339,7 @@ .btnArea{width: 10%;float: right;} @media screen and (max-width: 500px) { body{background: #fff} + .chatCenter{border: none;box-shadow:none;margin-top: 0px;} .chatArea {width: 70%;} .btnArea{width: 20%;} } diff --git a/static/html/index_new.html b/static/html/index_new.html index ac49161..0e185a3 100644 --- a/static/html/index_new.html +++ b/static/html/index_new.html @@ -93,6 +93,14 @@ text-align: center; margin: 40px 0px; } + .links{ + margin-top: 20px; + } + .links a{ + color: #20b2bb; + line-height: 23px; + margin: 5px; + } @media screen and (max-width: 800px) { .container{ width: 100%; @@ -166,6 +174,29 @@