css linting
This commit is contained in:
parent
471f4ff31c
commit
51489ca018
|
|
@ -50,7 +50,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.search_bar input {
|
.search_bar input {
|
||||||
background:none;
|
background: none;
|
||||||
border-bottom: 1px solid #cdcdcd;
|
border-bottom: 1px solid #cdcdcd;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 2px 0 4px 6px;
|
padding: 2px 0 4px 6px;
|
||||||
|
|
@ -68,6 +68,12 @@ img {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat_ib {
|
||||||
|
float: left;
|
||||||
|
padding: 0 0 0 15px;
|
||||||
|
width: 88%;
|
||||||
|
}
|
||||||
|
|
||||||
.chat_ib h5 {
|
.chat_ib h5 {
|
||||||
color: #464646;
|
color: #464646;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
@ -90,15 +96,9 @@ img {
|
||||||
width: 11%;
|
width: 11%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat_ib {
|
|
||||||
float: left;
|
|
||||||
padding: 0 0 0 15px;
|
|
||||||
width: 88%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chat_people {
|
.chat_people {
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
clear:both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat_list {
|
.chat_list {
|
||||||
|
|
@ -113,7 +113,7 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.active_chat {
|
.active_chat {
|
||||||
background:#ebebeb;
|
background: #ebebeb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.incoming_msg_img {
|
.incoming_msg_img {
|
||||||
|
|
@ -166,7 +166,7 @@ img {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0; color:#fff;
|
margin: 0; color:#fff;
|
||||||
padding: 5px 10px 5px 12px;
|
padding: 5px 10px 5px 12px;
|
||||||
width:100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outgoing_msg {
|
.outgoing_msg {
|
||||||
|
|
@ -174,7 +174,6 @@ img {
|
||||||
margin: 26px 0 26px;
|
margin: 26px 0 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.input_msg_write input {
|
.input_msg_write input {
|
||||||
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
|
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
|
||||||
border: medium none;
|
border: medium none;
|
||||||
|
|
@ -203,12 +202,7 @@ img {
|
||||||
width: 33px;
|
width: 33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.msg_history {
|
.msg_history {
|
||||||
height: 516px;
|
height: 516px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_spac {
|
|
||||||
margin: 20px 0 0;
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue