css linting
This commit is contained in:
parent
471f4ff31c
commit
51489ca018
|
|
@ -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,12 +96,6 @@ 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;
|
||||||
|
|
@ -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