css linting
This commit is contained in:
parent
471f4ff31c
commit
51489ca018
|
|
@ -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,12 +96,6 @@ img {
|
|||
width: 11%;
|
||||
}
|
||||
|
||||
.chat_ib {
|
||||
float: left;
|
||||
padding: 0 0 0 15px;
|
||||
width: 88%;
|
||||
}
|
||||
|
||||
.chat_people {
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue