diff --git a/public_html/css/style.css b/public_html/css/style.css index a276f58..36aace4 100644 --- a/public_html/css/style.css +++ b/public_html/css/style.css @@ -50,7 +50,7 @@ img { } .search_bar input { - background:none; + background: none; border-bottom: 1px solid #cdcdcd; width: 80%; padding: 2px 0 4px 6px; @@ -68,6 +68,12 @@ img { padding: 0; } +.chat_ib { + float: left; + padding: 0 0 0 15px; + width: 88%; +} + .chat_ib h5 { color: #464646; font-size: 15px; @@ -90,15 +96,9 @@ img { width: 11%; } -.chat_ib { - float: left; - padding: 0 0 0 15px; - width: 88%; -} - .chat_people { - overflow:hidden; - clear:both; + overflow: hidden; + clear: both; } .chat_list { @@ -113,7 +113,7 @@ img { } .active_chat { - background:#ebebeb; + background: #ebebeb; } .incoming_msg_img { @@ -166,7 +166,7 @@ img { font-size: 14px; margin: 0; color:#fff; padding: 5px 10px 5px 12px; - width:100%; + width: 100%; } .outgoing_msg { @@ -174,7 +174,6 @@ img { margin: 26px 0 26px; } - .input_msg_write input { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; @@ -203,12 +202,7 @@ img { width: 33px; } - .msg_history { height: 516px; overflow-y: auto; -} - -.top_spac { - margin: 20px 0 0; } \ No newline at end of file