comparison public/libervia.css @ 395:98cd5387d291

browser_side: new microblogs are not using the rich text editor by default: - a button allows to switch from raw to rich text, and vice versa - raw text microblogs are not submitted anymore when the focus is lost, only when <enter> is pressed
author souliane <souliane@mailoo.org>
date Mon, 10 Mar 2014 22:39:26 +0100
parents ab923b870fb0
children 6a6551de4414
comparison
equal deleted inserted replaced
394:ee61b0765d6c 395:98cd5387d291
849 849
850 .mb_entry_dialog { 850 .mb_entry_dialog {
851 float: left; 851 float: left;
852 min-height: 54px; 852 min-height: 54px;
853 padding: 5px 20px 5px 20px; 853 padding: 5px 20px 5px 20px;
854 border-collapse: separate; # for the bubble queue since the entry dialog is now a HorizontalPanel
854 } 855 }
855 856
856 .bubble { 857 .bubble {
857 position: relative; 858 position: relative;
858 padding: 15px; 859 padding: 15px;
864 border-color: #C1C1C1; 865 border-color: #C1C1C1;
865 border-width: 1px; 866 border-width: 1px;
866 border-style: solid; 867 border-style: solid;
867 display: block; 868 display: block;
868 border-collapse: separate; 869 border-collapse: separate;
870 min-height: 15px; # for the bubble queue to be aligned when the bubble is empty
869 } 871 }
870 872
871 .bubble:after { 873 .bubble:after {
872 background: transparent url('media/libervia/bubble_after.png') top right no-repeat; 874 background: transparent url('media/libervia/bubble_after.png') top right no-repeat;
873 border: none; 875 border: none;