src/pyams_skin/resources/less/apps/chat.less
changeset 234 085af6787574
parent 221 2adefb399b79
child 249 417298dbf77b
equal deleted inserted replaced
233:7cbee18018cc 234:085af6787574
   187 			}
   187 			}
   188 			&.request,
   188 			&.request,
   189 			&.request:hover {
   189 			&.request:hover {
   190 				background-color: #e4e4e4;
   190 				background-color: #e4e4e4;
   191 			}
   191 			}
   192 			img {
   192 			img,
       
   193 			.img {
   193 				display: inline-block;
   194 				display: inline-block;
   194 				border-left: 4px solid transparent;
   195 				border-left: 4px solid transparent;
   195 				position: absolute;
   196 				position: absolute;
   196 
   197 
   197 				&.online {
   198 				&.online {
   204 					border-left-color: #A90329;
   205 					border-left-color: #A90329;
   205 				}
   206 				}
   206 				&.away {
   207 				&.away {
   207 					border-left-color: #ffc40d;
   208 					border-left-color: #ffc40d;
   208 				}
   209 				}
       
   210 			}
       
   211 			.img {
       
   212 				width: 35px;
       
   213 				padding-top: 7px;
       
   214 				text-align: center;
   209 			}
   215 			}
   210 			.message-text {
   216 			.message-text {
   211 				display: inline-block;
   217 				display: inline-block;
   212 				vertical-align: top;
   218 				vertical-align: top;
   213 				box-sizing: border-box;
   219 				box-sizing: border-box;