comparison src/browser/public/libervia.css @ 578:668bb04e9708

browser_side: set the roster contact's contextual menu on the avatar (no extra button)
author souliane <souliane@mailoo.org>
date Sat, 18 Oct 2014 23:42:13 +0200
parents d02335553b5d
children 3eb3a2c0c011 a5019e62c3e9
comparison
equal deleted inserted replaced
577:e1a773a64fb6 578:668bb04e9708
500 height: 32px; 500 height: 32px;
501 border-radius: 5px; 501 border-radius: 5px;
502 margin: 5px 5px 0px 10px; 502 margin: 5px 5px 0px 10px;
503 } 503 }
504 504
505 .contactBox .widgetHeader_buttonGroup {
506 float: left;
507 }
508
505 .contactBox .widgetHeader_buttonGroup img { 509 .contactBox .widgetHeader_buttonGroup img {
510 width: 32px;
511 height: 32px;
506 border-radius: 5px; 512 border-radius: 5px;
507 border-left: 0px; 513 border: 1px solid #ededed;
508 padding: 0px 0px 0px 0px; 514 padding: 0px 0px 0px 0px;
509 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa)); 515 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
510 background: -webkit-linear-gradient(top, #eee, #aaa); 516 background: -webkit-linear-gradient(top, #eee, #aaa);
511 background: linear-gradient(to bottom, #eee, #aaa); 517 background: linear-gradient(to bottom, #eee, #aaa);
518 }
519
520 .contactBox .widgetHeader_buttonGroup img:hover {
521 border: 1px solid #cf2828;
512 } 522 }
513 523
514 .contactBox table { 524 .contactBox table {
515 width: 100%; 525 width: 100%;
516 } 526 }