diff public/libervia.css @ 120:054b7b3424a3

browser side: microblog's entry header with pseudo and timestamp
author Goffi <goffi@goffi.org>
date Thu, 07 Jul 2011 19:03:06 +0200
parents a2a21e0290dc
children dd0d39ae7d24
line wrap: on
line diff
--- a/public/libervia.css	Wed Jul 06 03:03:07 2011 +0200
+++ b/public/libervia.css	Thu Jul 07 19:03:06 2011 +0200
@@ -700,12 +700,22 @@
 .microblogPanel {
 /*    margin: auto;
     width: 95% !important;*/
+    width: 100%;
 }
 
 .mb_entry {
 	min-height: 64px;
 }
 
+.mb_entry_header
+{
+    background: #AFAFAF;
+}
+
+.mb_entry_author {
+    font-weight: bold;
+}
+
 .mb_entry_avatar {
 	float: left;
 }