Mercurial > libervia-web
comparison public/libervia.css @ 282:ae3ec654836d
browser_side: added blog item modification/deletion
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 10 Dec 2013 09:07:03 +0100 |
parents | 2d6bd975a72d |
children | bee4719af9b9 |
comparison
equal
deleted
inserted
replaced
281:36ce989c73a5 | 282:ae3ec654836d |
---|---|
784 background: #cf2828; | 784 background: #cf2828; |
785 } | 785 } |
786 | 786 |
787 .mb_entry_author { | 787 .mb_entry_author { |
788 font-weight: bold; | 788 font-weight: bold; |
789 padding-left: 5px; | |
789 } | 790 } |
790 | 791 |
791 .mb_entry_avatar { | 792 .mb_entry_avatar { |
792 float: left; | 793 float: left; |
793 } | 794 } |
828 display: block; | 829 display: block; |
829 height: 20; | 830 height: 20; |
830 width: 20; | 831 width: 20; |
831 } | 832 } |
832 | 833 |
834 .bubble-editbox { | |
835 width: auto; | |
836 } | |
837 | |
833 .mb_entry_timestamp { | 838 .mb_entry_timestamp { |
834 font-style: italic; | 839 font-style: italic; |
840 } | |
841 | |
842 .mb_entry_delete_update { | |
843 float: right; | |
844 padding: 0px 5px; | |
845 cursor: pointer; | |
846 font-size: larger; | |
835 } | 847 } |
836 | 848 |
837 /* Chat & MUC Room */ | 849 /* Chat & MUC Room */ |
838 | 850 |
839 .chatPanel { | 851 .chatPanel { |