comparison src/browser/public/libervia.css @ 495:587fe75d1b16

browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
author souliane <souliane@mailoo.org>
date Tue, 15 Jul 2014 18:45:33 +0200
parents 5d8632a7bfde
children 0924710b666a
comparison
equal deleted inserted replaced
494:5d8632a7bfde 495:587fe75d1b16
467 467
468 .contactBox img { 468 .contactBox img {
469 width: 32px; 469 width: 32px;
470 height: 32px; 470 height: 32px;
471 border-radius: 5px; 471 border-radius: 5px;
472 margin: 5px 0px 0px 10px; 472 margin: 5px 5px 0px 10px;
473 }
474
475 .contactBox .widgetHeader_buttonGroup img {
473 border-radius: 5px; 476 border-radius: 5px;
477 border-left: 0px;
478 padding: 0px 0px 0px 0px;
479 background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
480 background: -webkit-linear-gradient(top, #eee, #aaa);
481 background: linear-gradient(to bottom, #eee, #aaa);
482 }
483
484 .contactBox table {
485 width: 100%;
474 } 486 }
475 487
476 .contactLabel { 488 .contactLabel {
477 font-size: 1em; 489 font-size: 1em;
478 margin-top: 3px; 490 margin-top: 3px;
716 728
717 .widgetHeader_buttonGroup img { 729 .widgetHeader_buttonGroup img {
718 background-color: transparent; 730 background-color: transparent;
719 width: 25px; 731 width: 25px;
720 height: 20px; 732 height: 20px;
721 padding-top: 2px; 733 padding: 2px 0px 3px 0px;
722 padding-bottom: 3px;
723 padding-right: 0px;
724 border-left: 1px solid #666; 734 border-left: 1px solid #666;
725 border-top: 0; 735 border-top: 0;
726 border-radius: 0 0 0 0; 736 border-radius: 0 0 0 0;
727 background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); 737 background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
728 background: -webkit-linear-gradient(top, #555, #333); 738 background: -webkit-linear-gradient(top, #555, #333);