quick implementation of all new MemberInfo

This commit is contained in:
Matthew Hodgson 2015-10-25 19:09:38 +00:00
parent 731881ee7b
commit 729babae4f
5 changed files with 72 additions and 25 deletions

View file

@ -14,3 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MemberInfo {
height: 100%;
}
.mx_MemberInfo_cancel {
float: right;
}

View file

@ -78,7 +78,8 @@ limitations under the License.
padding-top: 2px;
}
.mx_RightPanel .mx_MemberList {
.mx_RightPanel .mx_MemberList,
.mx_RightPanel .mx_MemberInfo {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;