Mercurial > libervia-web
comparison public/libervia.css @ 312:b4781a350483
browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 30 Dec 2013 00:33:19 +0100 |
parents | 5d11ec1f2c22 |
children | 70ac3067d641 |
comparison
equal
deleted
inserted
replaced
311:3135ff840b8e | 312:b4781a350483 |
---|---|
66 a:link { | 66 a:link { |
67 color: blue; | 67 color: blue; |
68 } | 68 } |
69 .bubble p { | 69 .bubble p { |
70 margin: 0.4em 0em; | 70 margin: 0.4em 0em; |
71 } | |
72 | |
73 .bubble img { | |
74 max-width: 100%; | |
71 } | 75 } |
72 /* styles for displaying rich text - END */ | 76 /* styles for displaying rich text - END */ |
73 | 77 |
74 blockquote, q { quotes: none; } | 78 blockquote, q { quotes: none; } |
75 | 79 |
802 /* margin: auto; | 806 /* margin: auto; |
803 width: 95% !important;*/ | 807 width: 95% !important;*/ |
804 width: 100%; | 808 width: 100%; |
805 } | 809 } |
806 | 810 |
811 .microblogNewButton { | |
812 width: 100%; | |
813 } | |
814 | |
807 .subPanel { | 815 .subPanel { |
808 } | 816 } |
809 | 817 |
810 .subpanel .mb_entry { | 818 .subpanel .mb_entry { |
811 padding-left: 65px; | 819 padding-left: 65px; |
872 height: 20; | 880 height: 20; |
873 width: 20; | 881 width: 20; |
874 } | 882 } |
875 | 883 |
876 .bubble-editbox { | 884 .bubble-editbox { |
877 width: auto; | 885 width: 100%; |
886 } | |
887 | |
888 .bubble-editbox textarea{ | |
889 width: 100%; | |
878 } | 890 } |
879 | 891 |
880 .mb_entry_timestamp { | 892 .mb_entry_timestamp { |
881 font-style: italic; | 893 font-style: italic; |
882 } | 894 } |
883 | 895 |
884 .mb_entry_delete_update { | 896 .mb_entry_actions { |
885 float: right; | 897 float: right; |
886 padding: 0px 5px; | 898 margin: 5px; |
887 cursor: pointer; | 899 cursor: pointer; |
888 font-size: larger; | 900 font-size: larger; |
889 } | 901 } |
890 | 902 |
891 /* Chat & MUC Room */ | 903 /* Chat & MUC Room */ |