comparison src/browser/public/libervia.css @ 480:50b286866739

browser side: display avatars in the contact panel
author souliane <souliane@mailoo.org>
date Sat, 14 Jun 2014 19:20:27 +0200
parents c21ea1fe3593
children 5911f71acc80
comparison
equal deleted inserted replaced
479:c21ea1fe3593 480:50b286866739
423 background: -webkit-linear-gradient(top, #cf2828, #981a1a); 423 background: -webkit-linear-gradient(top, #cf2828, #981a1a);
424 background: linear-gradient(to bottom, #cf2828, #981a1a); 424 background: linear-gradient(to bottom, #cf2828, #981a1a);
425 -webkit-transition: color 0.1s linear; 425 -webkit-transition: color 0.1s linear;
426 transition: color 0.1s linear; 426 transition: color 0.1s linear;
427 } 427 }
428
429 .contactBox {
430 cursor: pointer;
431 width: 100%;
432 }
433
434 .contactBox img {
435 width: 32px;
436 border-radius: 5px;
437 }
438
428 .contactLabel { 439 .contactLabel {
429 font-size: 1em; 440 font-size: 1em;
430 margin-top: 3px; 441 margin-top: 3px;
431 padding: 3px 10px 3px 10px; 442 padding: 3px 10px 3px 10px;
432 } 443 }
757 768
758 .mb_entry_avatar img { 769 .mb_entry_avatar img {
759 width: 48px; 770 width: 48px;
760 height: 48px; 771 height: 48px;
761 padding: 8px; 772 padding: 8px;
773 border-radius: 13px; /* padding value + 5px */
762 } 774 }
763 775
764 .mb_entry_dialog { 776 .mb_entry_dialog {
765 float: left; 777 float: left;
766 min-height: 54px; 778 min-height: 54px;