diff public/libervia.css @ 425:19bd203daa27

browser_side: set microblog editor width to 80%
author souliane <souliane@mailoo.org>
date Wed, 26 Mar 2014 13:39:08 +0100
parents ae598511850d
children 0c4547587637
line wrap: on
line diff
--- a/public/libervia.css	Wed Mar 26 17:53:02 2014 +0100
+++ b/public/libervia.css	Wed Mar 26 13:39:08 2014 +0100
@@ -885,7 +885,6 @@
 
 .bubble textarea{
     width: 100%;
-    min-width: 300px;
 }
 
 .mb_entry_timestamp {
@@ -1262,6 +1261,11 @@
 .richTextEditor {
 }
 
+.richTextEditor tbody {
+    width: 100%;
+    display: table;
+}
+
 .richMessageEditor {
     width: 100%;
     margin: 9px 18px;
@@ -1279,6 +1283,8 @@
 }
 
 .richTextToolbar {
+    white-space: nowrap;
+    width: 100%;
 }
 
 .richTextArea {