src/ztfy/myams/resources/less/content.less
changeset 171 d1a43750fea2
parent 161 665e38dc7b52
equal deleted inserted replaced
170:448072405613 171:d1a43750fea2
   950 		>span {
   950 		>span {
   951 			background: #fff;
   951 			background: #fff;
   952 			display: block;
   952 			display: block;
   953 			min-height: 25px;
   953 			min-height: 25px;
   954 			overflow: hidden;
   954 			overflow: hidden;
   955 			padding: 8px 10px 13px;
   955 			padding: 8px 8px 10px;
   956 			white-space: normal;
   956 			white-space: normal;
   957 
   957 
   958 			&:hover {
   958 			&:hover {
   959 				background: #F0F4F7;
   959 				background: #F0F4F7;
   960 				color: #667F8F;
   960 				color: #667F8F;
   961 			}
   961 			}
       
   962 			>a {
       
   963 				>span.msg-body,
       
   964 				>span.subject {
       
   965 					height: auto;
       
   966 					line-height: normal;
       
   967 				}
       
   968 			}
   962 		}
   969 		}
   963 		a.msg {
   970 		a.msg {
   964 			padding-left: 50px!important;
   971 			padding-left: 40px!important;
   965 		}
   972 		}
   966 		a,
   973 		a,
   967 		a span {
   974 		a span {
   968 			display: block;
   975 			display: block;
   969 			position: relative;
   976 			position: relative;
   986 		font-size: 14px;
   993 		font-size: 14px;
   987 		line-height: normal;
   994 		line-height: normal;
   988 		color: #333;
   995 		color: #333;
   989 		font-weight: 400;
   996 		font-weight: 400;
   990 		margin-right: 60px;
   997 		margin-right: 60px;
   991 		margin-bottom: 6px;
   998 		margin-bottom: 3px;
   992 		height: 20px;
   999 		height: 20px;
   993 		text-overflow: ellipsis;
  1000 		text-overflow: ellipsis;
   994 		white-space: nowrap;
  1001 		white-space: nowrap;
   995 		overflow: hidden;
  1002 		overflow: hidden;
   996 	}
  1003 	}
  1013 	.subject {
  1020 	.subject {
  1014 		font-size: 13px;
  1021 		font-size: 13px;
  1015 		color: #A0A0A0;
  1022 		color: #A0A0A0;
  1016 		max-height: 35px;
  1023 		max-height: 35px;
  1017 		width: 100%;
  1024 		width: 100%;
  1018 		text-overflow: ellipsis;
  1025 		//text-overflow: ellipsis;
  1019 		white-space: nowrap;
  1026 		//white-space: nowrap;
  1020 		overflow: hidden;
  1027 		overflow: hidden;
  1021 	}
  1028 	}
  1022 	.subject {
  1029 	.subject {
  1023 		font-size: 13px;
  1030 		font-size: 13px;
  1024 		color: #333;
  1031 		color: #333;