comparison src/browser/public/libervia.css @ 737:398b54bd97f0

browser_side: remove RichMessageEditor and RecipientManager which are not used since the removal of the unibox
author souliane <souliane@mailoo.org>
date Thu, 19 Nov 2015 12:08:58 +0100
parents fe3c2357a8c9
children 4545d48dee60
comparison
equal deleted inserted replaced
736:fe3c2357a8c9 737:398b54bd97f0
1271 .richTextEditor tbody { 1271 .richTextEditor tbody {
1272 width: 100%; 1272 width: 100%;
1273 display: table; 1273 display: table;
1274 } 1274 }
1275 1275
1276 .richMessageEditor {
1277 width: 100%;
1278 margin: 9px 18px;
1279 }
1280
1281 .richTextTitle { 1276 .richTextTitle {
1282 margin-bottom: 5px; 1277 margin-bottom: 5px;
1283 } 1278 }
1284 1279
1285 .richTextTitle textarea { 1280 .richTextTitle textarea {
1295 white-space: nowrap; 1290 white-space: nowrap;
1296 width: 100%; 1291 width: 100%;
1297 } 1292 }
1298 1293
1299 .richTextArea { 1294 .richTextArea {
1300 width: 100%;
1301 height: 250px;
1302 }
1303
1304 .richMessageArea {
1305 width: 100%; 1295 width: 100%;
1306 height: 250px; 1296 height: 250px;
1307 } 1297 }
1308 1298
1309 .richTextWysiwyg { 1299 .richTextWysiwyg {
1378 1368
1379 .listItem-button span { 1369 .listItem-button span {
1380 color: red; 1370 color: red;
1381 } 1371 }
1382 1372
1383 .recipientSpacer {
1384 height: 15px;
1385 }
1386
1387 /* Popup (context) menu */ 1373 /* Popup (context) menu */
1388 1374
1389 .popupMenuItem { 1375 .popupMenuItem {
1390 cursor: pointer; 1376 cursor: pointer;
1391 border-radius: 5px; 1377 border-radius: 5px;