css linting

This commit is contained in:
Jamie Kerner 2018-11-20 09:02:05 +01:00
parent 471f4ff31c
commit 51489ca018
1 changed files with 11 additions and 17 deletions

View File

@ -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;
}