comparison src/browser/public/libervia.css @ 586:3eb3a2c0c011

browser and server side: uses RSM (XEP-0059)
author souliane <souliane@mailoo.org>
date Fri, 28 Nov 2014 00:31:27 +0100
parents 668bb04e9708
children 6a1fea10ae8c
comparison
equal deleted inserted replaced
585:bade589dbd5a 586:3eb3a2c0c011
825 825
826 .microblogPanel { 826 .microblogPanel {
827 width: 100%; 827 width: 100%;
828 } 828 }
829 829
830 .microblogPanel_footer {
831 cursor: pointer;
832 text-align: center;
833 background-color: #ededed;
834 border-radius: 5px;
835 width: 85%;
836 margin: auto;
837 margin-top: 5px;
838 margin-bottom: 5px;
839 }
840
841 .microblogPanel_footer a {
842 color: blue;
843 }
844
830 .microblogNewButton { 845 .microblogNewButton {
831 width: 100%; 846 width: 100%;
832 height: 35px; 847 height: 35px;
833 } 848 }
834 849
843 min-height: 64px; 858 min-height: 64px;
844 } 859 }
845 860
846 .mb_entry_header 861 .mb_entry_header
847 { 862 {
848 cursor: pointer; 863 width: 100%;
849 } 864 }
850 865
851 .selected_widget .selected_entry .mb_entry_header 866 .mb_entry_header_info {
867 cursor: pointer;
868 padding: 0px 5px 0px 5px;
869 }
870
871 .selected_widget .selected_entry .mb_entry_header_info
852 { 872 {
853 background: #cf2828; 873 background: #cf2828;
854 border-radius: 5px 5px 0px 0px; 874 border-radius: 5px 5px 0px 0px;
855 } 875 }
856 876
877 .mb_entry_comments {
878 float: right;
879 padding-right: 5px;
880 }
881
882 .mb_entry_comments a {
883 color: blue;
884 cursor: pointer;
885 }
886
857 .mb_entry_author { 887 .mb_entry_author {
858 font-weight: bold; 888 font-weight: bold;
859 padding-left: 5px;
860 } 889 }
861 890
862 .mb_entry_avatar { 891 .mb_entry_avatar {
863 float: left; 892 float: left;
864 } 893 }