Bug 1211563 - Invite buttons should be underneath "Invite a friend" text in popped-out view [r=Standard8]

This commit is contained in:
Ed Lee 2015-10-05 15:34:21 -07:00
Родитель 64a0ec014f
Коммит 22dc1b2cfe
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -704,22 +704,17 @@ html[dir="rtl"] .room-conversation-wrapper header a {
z-index: 1010;
display: flex;
flex-flow: column nowrap;
justify-content: flex-start;
justify-content: center;
align-items: stretch;
}
.room-invitation-content {
flex: 1 1 auto;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.room-invitation-overlay .btn-group {
padding: 0 0 10rem;
}
.share-service-dropdown {
color: #000;
text-align: start;