diff 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
line wrap: on
line diff
--- a/public/libervia.css	Mon Dec 30 00:30:45 2013 +0100
+++ b/public/libervia.css	Mon Dec 30 00:33:19 2013 +0100
@@ -69,6 +69,10 @@
 .bubble p {
     margin: 0.4em 0em;
 }
+
+.bubble img {
+    max-width: 100%;
+}
 /* styles for displaying rich text - END */
 
 blockquote, q { quotes: none; }
@@ -804,6 +808,10 @@
     width: 100%;
 }
 
+.microblogNewButton {
+    width: 100%;
+}
+
 .subPanel {
 }
 
@@ -874,16 +882,20 @@
 }
 
 .bubble-editbox {
-    width: auto;
+    width: 100%;
+}
+
+.bubble-editbox textarea{
+    width: 100%;
 }
 
 .mb_entry_timestamp {
     font-style: italic;
 }
 
-.mb_entry_delete_update {
+.mb_entry_actions {
     float: right;
-    padding: 0px 5px;
+    margin: 5px;
     cursor: pointer;
     font-size: larger;
 }