/* Copyright 2017 Vector Creations 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_GroupView { max-width: 960px; width: 100%; } .mx_GroupView_error { margin: auto; } .mx_GroupView_header { max-width: 960px; margin: auto; height: 70px; align-items: center; display: flex; margin-bottom: 20px; } .mx_GroupView_header_view { border-bottom: 1px solid #e5e5e5; } .mx_GroupView_header_avatar, .mx_GroupView_header_info { display: table-cell; vertical-align: middle; } .mx_GroupHeader_button { margin-left: 12px; cursor: pointer; } .mx_GroupHeader_button object { // prevents clicks from being swallowed by svg in 'object' tag pointer-events: none; } .mx_GroupView_avatarPicker { position: relative; } .mx_GroupView_avatarPicker_edit { position: absolute; top: 50px; left: 15px; } .mx_GroupView_avatarPicker .mx_Spinner { width: 48px; height: 48px ! important; } .mx_GroupView_header_leftCol { flex: 1; } .mx_GroupView_header_rightCol { display: flex; } .mx_GroupView_membership_buttonContainer { margin-top: 10px; } .mx_GroupView_textButton { display: inline-block; } .mx_GroupView_header_groupid { font-weight: normal; font-size: initial; padding-left: 10px; } .mx_GroupView_header_name { vertical-align: middle; width: 100%; height: 31px; overflow: hidden; color: $primary-fg-color; font-weight: bold; font-size: 22px; padding-left: 19px; padding-right: 16px; /* why isn't text-overflow working? */ text-overflow: ellipsis; border-bottom: 1px solid transparent; } .mx_GroupView_header_name input, .mx_GroupView_header_shortDesc input { width: 400px; } .mx_GroupView_header_shortDesc { vertical-align: bottom; float: left; max-height: 42px; color: $settings-grey-fg-color; font-weight: 300; font-size: 13px; padding-left: 19px; margin-right: 16px; overflow: hidden; text-overflow: ellipsis; border-bottom: 1px solid transparent; } .mx_GroupView_avatarPicker_label { cursor: pointer; } .mx_GroupView_cancelButton { padding-left: 8px; } .mx_GroupView_cancelButton img { position: relative; top: 5px; } .mx_GroupView_invitedSection { width: 70%; padding: 20px; border: 1px solid $group-alert-color; margin-left: auto; margin-right: auto; margin-bottom: 20px; text-align: center; } .mx_GroupView_featuredThings { margin-top: 20px; } .mx_GroupView_featuredThings_header { font-weight: bold; font-size: 120%; margin-bottom: 20px; } .mx_GroupView_featuredThings_category { font-weight: bold; font-size: 110%; margin-top: 10px; } .mx_GroupView_featuredThing { cursor: pointer; display: table-cell; } .mx_GroupView_uploadInput { display: none; } .mx_GroupView_editLongDesc { width: 100%; height: 150px; }