comparison src/browser/public/libervia.css @ 779:fc941d0d97f8

browser_side: fixed ContactsPanel scrolling
author souliane <souliane@mailoo.org>
date Mon, 30 Nov 2015 21:52:41 +0100
parents 2970b8af3cd7
children 1dfe3ca27749
comparison
equal deleted inserted replaced
778:31c682149d52 779:fc941d0d97f8
539 padding: 3px 10px 3px 10px; 539 padding: 3px 10px 3px 10px;
540 border-radius: 5px; 540 border-radius: 5px;
541 background-color: rgb(175, 175, 175); 541 background-color: rgb(175, 175, 175);
542 } 542 }
543 543
544 .gwt-ScrollPanel {
545 padding-right: 15px; /* avoid systematic horizontal scroll when only the vertical one is needed */
546 }
547
548 .xmlui-JidsListWidget {
549 padding-right: 20px; /* avoid systematic horizontal scroll when only the vertical one is needed */
550 height: 300px;
551 }
552
544 /* Contacts in MUC */ 553 /* Contacts in MUC */
545 554
546 .muc_contact { 555 .muc_contact {
547 border-radius: 5px; 556 border-radius: 5px;
548 background: #EDEDED; 557 background: #EDEDED;