comparison 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
comparison
equal deleted inserted replaced
424:4ba4b099d266 425:19bd203daa27
883 width: 20; 883 width: 20;
884 } 884 }
885 885
886 .bubble textarea{ 886 .bubble textarea{
887 width: 100%; 887 width: 100%;
888 min-width: 300px;
889 } 888 }
890 889
891 .mb_entry_timestamp { 890 .mb_entry_timestamp {
892 font-style: italic; 891 font-style: italic;
893 } 892 }
1260 /* Rich Text/Message Editor */ 1259 /* Rich Text/Message Editor */
1261 1260
1262 .richTextEditor { 1261 .richTextEditor {
1263 } 1262 }
1264 1263
1264 .richTextEditor tbody {
1265 width: 100%;
1266 display: table;
1267 }
1268
1265 .richMessageEditor { 1269 .richMessageEditor {
1266 width: 100%; 1270 width: 100%;
1267 margin: 9px 18px; 1271 margin: 9px 18px;
1268 } 1272 }
1269 1273
1277 margin: auto; 1281 margin: auto;
1278 display: block; 1282 display: block;
1279 } 1283 }
1280 1284
1281 .richTextToolbar { 1285 .richTextToolbar {
1286 white-space: nowrap;
1287 width: 100%;
1282 } 1288 }
1283 1289
1284 .richTextArea { 1290 .richTextArea {
1285 width: 100%; 1291 width: 100%;
1286 } 1292 }