comparison public/libervia.css @ 353:ddb909ab5cbc

browser_side: wysiwyg edtion, first steps (do not use the buttons yet)
author souliane <souliane@mailoo.org>
date Thu, 13 Feb 2014 01:33:24 +0100
parents c943fd54c90e
children 9bb78c09e9fc
comparison
equal deleted inserted replaced
352:2610443b05a2 353:ddb909ab5cbc
1283 .richMessageArea { 1283 .richMessageArea {
1284 width: 100%; 1284 width: 100%;
1285 height: 250px; 1285 height: 250px;
1286 } 1286 }
1287 1287
1288 .richTextWysiwyg {
1289 min-height: 50px;
1290 background-color: white;
1291 border: 1px solid #a0a0a0;
1292 border-radius: 5px;
1293 }
1294
1288 .richTextSyntaxLabel { 1295 .richTextSyntaxLabel {
1289 text-align: right; 1296 text-align: right;
1290 margin: 14px 0px 0px 14px; 1297 margin: 14px 0px 0px 14px;
1291 font-size: 12px; 1298 font-size: 12px;
1292 } 1299 }