comparison public/libervia.css @ 242:a25aa882e09a

browser_side: add context menu for contact: - for now only when a blog exists on the current libervia's server - retrieve the server domain with the bridge method getNewAccountDomain - getNewAccountDomain is also used to display the current libervia domain in the dialogs (new contact default domain, messages for invalid contact or group)
author souliane <souliane@mailoo.org>
date Fri, 18 Oct 2013 11:14:55 +0200
parents 86055ccf69c3
children 0e7f3944bd27
comparison
equal deleted inserted replaced
241:86055ccf69c3 242:a25aa882e09a
451 font-size: 1em; 451 font-size: 1em;
452 margin-top: 3px; 452 margin-top: 3px;
453 padding: 3px 10px 3px 10px; 453 padding: 3px 10px 3px 10px;
454 } 454 }
455 455
456 .contact-menu {
457 font-size: 1em;
458 margin-top: 3px;
459 padding: 3px 10px 3px 10px;
460 border-radius: 5px;
461 background-color: rgb(175, 175, 175);
462 }
463
456 .contactConnected { 464 .contactConnected {
457 color: #3c7e0c; 465 color: #3c7e0c;
458 font-weight: bold; 466 font-weight: bold;
459 } 467 }
460 468