improve layout

pull/668/head
Matthew Hodgson 2016-01-18 19:57:32 +00:00
parent a775086e81
commit 3b8e5073b5
1 changed files with 22 additions and 2 deletions

View File

@ -16,10 +16,25 @@ limitations under the License.
.mx_RoomPreviewBar { .mx_RoomPreviewBar {
text-align: center; text-align: center;
height: 176px;
-webkit-align-items: center;
align-items: center;
flex-direction: column;
-webkit-flex-direction: column;
justify-content: center;
-webkit-justify-content: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
} }
.mx_RoomPreviewBar_preview_text { .mx_RoomPreviewBar_wrapper {
color: #a4a4a4;
} }
.mx_RoomPreviewBar_invite_text { .mx_RoomPreviewBar_invite_text {
@ -30,6 +45,11 @@ limitations under the License.
color: #ff0064; color: #ff0064;
} }
.mx_RoomPreviewBar_preview_text {
margin-top: 25px;
color: #a4a4a4;
}
.mx_RoomPreviewBar_join_text a { .mx_RoomPreviewBar_join_text a {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;