src/pyams_skin/resources/css/myams.css
changeset 221 2adefb399b79
parent 218 19564ec8b29b
child 231 ce563bca346c
--- a/src/pyams_skin/resources/css/myams.css	Mon Oct 02 14:46:17 2017 +0200
+++ b/src/pyams_skin/resources/css/myams.css	Mon Oct 02 14:47:05 2017 +0200
@@ -3689,6 +3689,9 @@
 .bold {
   font-weight: 900!important;
 }
+.nobold {
+  font-weight: normal!important;
+}
 .typo-bold {
   font-family: Ubuntu-Bold;
 }
@@ -17036,12 +17039,9 @@
   line-height: normal;
 }
 .chat-body li.message .message-text time {
-  position: absolute;
-  top: 3px;
-  right: 5px;
-  font-size: 10px;
-  line-height: 10px;
-  color: #a1a1a1;
+  font-size: 13px;
+  font-weight: normal;
+  color: #666;
 }
 .chat-body li.message .message-text .chat-file {
   display: block;