diff 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
line wrap: on
line diff
--- a/public/libervia.css	Thu Mar 06 01:06:19 2014 +0100
+++ b/public/libervia.css	Mon Mar 10 22:39:26 2014 +0100
@@ -851,6 +851,7 @@
 	float: left;
 	min-height: 54px;
 	padding: 5px 20px 5px 20px;
+    border-collapse: separate;  # for the bubble queue since the entry dialog is now a HorizontalPanel
 }
 
 .bubble {
@@ -866,6 +867,7 @@
     border-style: solid;
     display: block;
     border-collapse: separate;
+    min-height: 15px;  # for the bubble queue to be aligned when the bubble is empty
 }
 
 .bubble:after {