comparison src/browser/public/libervia.css @ 485:5911f71acc80

browser side: move contacts list's avatar from right to top
author souliane <souliane@mailoo.org>
date Wed, 18 Jun 2014 13:06:09 +0200
parents 50b286866739
children 600a71743072
comparison
equal deleted inserted replaced
484:ae86b32b959c 485:5911f71acc80
427 } 427 }
428 428
429 .contactBox { 429 .contactBox {
430 cursor: pointer; 430 cursor: pointer;
431 width: 100%; 431 width: 100%;
432 margin: 5px;
433 border-radius: 5px;
434 background: #EDEDED;
432 } 435 }
433 436
434 .contactBox img { 437 .contactBox img {
435 width: 32px; 438 width: 32px;
439 height: 32px;
440 border-radius: 5px;
441 margin: 5px 0px 0px 10px;
436 border-radius: 5px; 442 border-radius: 5px;
437 } 443 }
438 444
439 .contactLabel { 445 .contactLabel {
440 font-size: 1em; 446 font-size: 1em;