comparison public/libervia.css @ 347:f1ba38043d78

browser_side: status panel is based on a new class LightTextEditor which uses HTML5 "editablecontent" property
author souliane <souliane@mailoo.org>
date Fri, 07 Feb 2014 20:14:11 +0100
parents ce5b33f499c5
children 83454ba70a9c
comparison
equal deleted inserted replaced
346:82f9e92379b0 347:f1ba38043d78
579 width: 100%; 579 width: 100%;
580 padding: 5px 0px; 580 padding: 5px 0px;
581 text-shadow: 0 -1px 1px rgba(255,255,255,0.25); 581 text-shadow: 0 -1px 1px rgba(255,255,255,0.25);
582 font-size: 1.2em; 582 font-size: 1.2em;
583 background-color: #eee; 583 background-color: #eee;
584 font-style: italic;
585 font-weight: bold;
586 color: #666;
587 cursor: pointer;
584 } 588 }
585 589
586 .presence-button { 590 .presence-button {
587 font-size: x-large; 591 font-size: x-large;
588 padding-right: 5px; 592 padding-right: 5px;
589 cursor: pointer; 593 cursor: pointer;
590 }
591
592 .status {
593 font-style: italic;
594 font-weight: bold;
595 color: #666;
596 cursor: pointer;
597 }
598
599 .status-edit {
600 font-style: italic;
601 font-weight: bold;
602 color: #666;
603 height: 25px;
604 } 594 }
605 595
606 /* RegisterBox */ 596 /* RegisterBox */
607 597
608 .registerPanel_main button { 598 .registerPanel_main button {
1495 /* Radio buttons */ 1485 /* Radio buttons */
1496 1486
1497 .gwt-RadioButton { 1487 .gwt-RadioButton {
1498 white-space: nowrap; 1488 white-space: nowrap;
1499 } 1489 }
1490
1491 [contenteditable="true"] {
1492 }