Mercurial > libervia-web
comparison 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 |
comparison
equal
deleted
inserted
replaced
119:a8d11fdea090 | 120:054b7b3424a3 |
---|---|
698 /* Microblog */ | 698 /* Microblog */ |
699 | 699 |
700 .microblogPanel { | 700 .microblogPanel { |
701 /* margin: auto; | 701 /* margin: auto; |
702 width: 95% !important;*/ | 702 width: 95% !important;*/ |
703 width: 100%; | |
703 } | 704 } |
704 | 705 |
705 .mb_entry { | 706 .mb_entry { |
706 min-height: 64px; | 707 min-height: 64px; |
708 } | |
709 | |
710 .mb_entry_header | |
711 { | |
712 background: #AFAFAF; | |
713 } | |
714 | |
715 .mb_entry_author { | |
716 font-weight: bold; | |
707 } | 717 } |
708 | 718 |
709 .mb_entry_avatar { | 719 .mb_entry_avatar { |
710 float: left; | 720 float: left; |
711 } | 721 } |