2015-07-13 02:51:24 +02:00
|
|
|
/*
|
|
|
|
Copyright 2015 OpenMarket Ltd
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_MemberList {
|
2015-07-14 13:11:01 +02:00
|
|
|
height: 100%;
|
|
|
|
margin-bottom: 100px;
|
2015-07-15 01:31:47 +02:00
|
|
|
padding: 8px;
|
2015-07-13 02:51:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_MemberList_chevron {
|
2015-07-14 13:11:01 +02:00
|
|
|
position: absolute;
|
2015-07-15 05:16:38 +02:00
|
|
|
right: 35px;
|
2015-07-15 01:31:47 +02:00
|
|
|
margin-top: -13px;
|
2015-07-13 02:51:24 +02:00
|
|
|
}
|
|
|
|
|
2015-07-15 01:31:47 +02:00
|
|
|
.mx_MemberList_border {
|
|
|
|
border: 1px solid #d8d8d8;
|
2015-07-13 02:51:24 +02:00
|
|
|
overflow-y: scroll;
|
2015-07-14 13:11:01 +02:00
|
|
|
height: auto;
|
2015-07-13 02:51:24 +02:00
|
|
|
max-height: 75%;
|
2015-07-14 13:11:01 +02:00
|
|
|
border-radius: 8px;
|
2015-07-15 01:36:54 +02:00
|
|
|
padding: 20px 14px 14px 24px;
|
2015-07-15 05:16:38 +02:00
|
|
|
background-color: #fff;
|
2015-07-15 01:31:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_MemberList_wrapper {
|
|
|
|
display: table;
|
2015-07-14 13:11:01 +02:00
|
|
|
table-layout: fixed;
|
2015-07-15 01:31:47 +02:00
|
|
|
width: 100%;
|
2015-07-13 02:51:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_MemberList h2 {
|
2015-07-14 13:11:01 +02:00
|
|
|
margin-top: 0px;
|
2015-07-13 02:51:24 +02:00
|
|
|
}
|