Merge pull request #638 from vector-im/kegan/base-avatar

CSS for BaseAvatar
pull/667/head
Kegsay 2016-01-18 10:17:57 +00:00
commit 7e40d81a44
1 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
.mx_MemberAvatar { .mx_BaseAvatar {
position: relative; position: relative;
} }
.mx_MemberAvatar_initial { .mx_BaseAvatar_initial {
position: absolute; position: absolute;
z-index: 1; z-index: 1;
color: #fff; color: #fff;
@ -27,7 +27,7 @@ limitations under the License.
pointer-events: none; pointer-events: none;
} }
.mx_MemberAvatar_image { .mx_BaseAvatar_image {
border-radius: 20px; border-radius: 20px;
vertical-align: top; vertical-align: top;
} }