src/ztfy/myams/resources/less/apps/chat.less
changeset 206 02a40997d8cb
parent 171 d1a43750fea2
--- a/src/ztfy/myams/resources/less/apps/chat.less	Fri May 12 14:03:02 2017 +0200
+++ b/src/ztfy/myams/resources/less/apps/chat.less	Thu Oct 26 14:45:34 2017 +0200
@@ -189,7 +189,8 @@
 			&.request:hover {
 				background-color: #e4e4e4;
 			}
-			img {
+			img,
+			.img {
 				display: inline-block;
 				border-left: 4px solid transparent;
 				position: absolute;
@@ -207,6 +208,11 @@
 					border-left-color: #ffc40d;
 				}
 			}
+			.img {
+				width: 35px;
+				padding-top: 7px;
+				text-align: center;
+			}
 			.message-text {
 				display: inline-block;
 				vertical-align: top;
@@ -218,12 +224,9 @@
 				line-height: normal;
 
 				time {
-					position: absolute;
-					top: 3px;
-					right: 5px;
-					font-size: 10px;
-					line-height: 10px;
-					color: #a1a1a1;
+					font-size: 13px;
+					font-weight: normal;
+					color: #666;
 				}
 				.chat-file {
 					display: block;