ChatWidget.scss 4.5 KB
@import "../../scss/bootstrap/variables";
//Gravatar
.member_image{
	border: 1px solid #c9c8c8;
    border-radius: 3px;
    display: block;
    float: left; 
    overflow: hidden;  
}

//MsgDayLine
.mod_msg_day{
	border-top: 1px solid #dfdfdf;
    margin-top: 11px;
    text-align: center;
    *{
    	background-color: #fff;
	    display: inline-block;
	    font-size: 14px;
	    padding: 0 20px;
	    position: relative;
	    text-align: center;
	    top: -11px;
	    margin: 0;
    }
}


//MsgWorkLog
.mod_msg_post{
	border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 15px 0 12px;
    padding: 0 15px;
    width: 90%;
    .post_hd {
	    min-height: 42px;
	    padding: 15px 0; 
	    .post_icon{
			color: #3aa3e3;
		    float: left;
		    font-size: 38px;
		    line-height: 42px;
		    width: 38px;
		    height: 42px;
		    i{
				color: #3aa3e3;
			    float: left;
			    font-size: 38px;
			    line-height: 42px;
			}
		} 
		.post_hd_con {
		    padding-left: 42px;
		    height: 39px; 
		    overflow: hidden;
			h3{
				margin: 0px;
			    font-size: 14px;
			    line-height: 22px;
			    font-weight: bold;
			    .c_blue{
					color: #267db7;
			    }
			}
			p {
			    color: #8b898f;
			    font-size: 12px;
			    line-height: 14px;
			    padding-top: 3px;
			}
		}
	}
	.post_bd {
	    border-top: 1px solid #e6e6e6;
	    font-size: 12px;
	    line-height: 24px;
	    padding: 10px 0 30px;
	}
}
.mod_msg_post:hover{
	cursor: pointer;
	background-color: #F9F9F9;
}

//MsgAppraise
.mod_post_appraise{
	padding: 0;
    width: 90%;
    height:25px;
    .btn_support{  
	    border: 1px solid #e6e6e6;
	    font-size: 12px;
	    border-radius: 5px;
	    padding:13px 5px 10px 26px;
	    color: #a5a5a5;
	    background: url($http+"./img/icon-support.png") no-repeat 5px 50%;
	}
	.ui_btn{ 
	    cursor: pointer;
	    display: inline-block;
	    font-size: 16px;
	    text-align: center;
	    vertical-align: middle;
	    white-space: nowrap;
	}
	.mod_appraise_star{
		margin-top:5px; 
		i{
			color: #E9E9E9;
		}
		i.active{
			color: #F2CC2E;
		}
	}
}


//MsgHD
.hd {
    font-size: 14px;
    line-height: 20px;
    h3 {
	    color: #3d3c40;
	    display: inline-block;
	    margin: 0;
	    .show_time{
	    	color: #babbbf;
		    font-size: 12px;
		    margin-left: 5px;
	    }
	}
	a {
	    color: #3d3c40;
	}
	i{
		color: #babbbf;
	    font-size: 14px;
	    margin-left: 5px;
	}
} 

//MsgBD
.bd {
    font-size: 12px;
    line-height: 18px;
    .c_blue {
	    color: #267db7;
	}
}

//MsgReply
.member_msg_reply{
	border-left: 4px solid #d0d0d0;
    margin-left: 50px;
    margin-top: 10px;
    padding: 0 0 0 10px;
    .msg_reply_con {
	    color: #8b898f;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 3px 0 0;
	}
	.msg_reply_time {
	    color: #9e9ea6;
	    font-size: 12px;
	    line-height: 16px;
	}
}

.mod_msg_time{
	color: #9e9ea6;
    font-size: 9pt;
}

//MsgApproval
.approval_msg_wrap{
	border: 1px solid rgba(0,0,0,.1);
	background: #fff;
    border-radius: 6px;
    color: #3d3c40;
	display: block;
	padding: 13px 15px;
	margin:4px 0px;
	min-width: 230px;
    max-width: 600px;
    margin-bottom: 20px;
}
.approval_header{
	position: relative;
    display: block;
    margin: -13px -15px;
    min-height: 38px;
    padding: 13px  15px 13px 58px;
    line-height: 1.4667;
    text-decoration: none;
    .approval_title{
		margin: 0 0 2px;
	    font-size: 16px;
	    line-height: 1.2375;
	    font-weight: 700;
	    text-overflow: ellipsis!important;
	    display: -webkit-box!important;
	    -webkit-line-clamp: 2!important;
	    -webkit-box-orient: vertical!important;
	    overflow: hidden!important;
	    white-space: inherit;
	    padding-left: 10px;
	}
	.approval_header_meta{
		padding-left: 10px;
		color: #9e9ea6;
		font-size: 14px;
	}
}
.red{
	color: #cb5234!important;
}
.green{
	color: #8BCD99!important; 
}
.approval_icon{
	font-size: 50px; 
	display: block;
    position: absolute;
	left: 25px;
    margin: -2px -9px;
    width: 31px;
    line-height: 38px;
}
.approval_body{
	margin-top: 11px;
    min-height: 21px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.06); 
}
.statu{
	margin: 0 0 2px;
    font-size: 16px;
    line-height: 1.2375;
    font-weight: 700;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: inherit;
    padding-left: 10px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #8BCD99 !important;
}