Merge branch 'develop' into luke/rts-welcome-pages

This commit is contained in:
Luke Barnard
2017-02-07 12:41:52 +01:00
committed by GitHub
20 changed files with 402 additions and 144 deletions

View File

@@ -107,6 +107,16 @@ limitations under the License.
justify-content: flex-start;
}
.mx_RoomView_empty {
flex: 1 1 auto;
font-size: 13px;
padding-left: 3em;
padding-right: 3em;
margin-right: 20px;
margin-top: 33%;
text-align: center;
}
.mx_RoomView_MessageList {
width: 100%;
list-style-type: none;

View File

@@ -46,7 +46,7 @@ limitations under the License.
}
.mx_Login_logo img {
height: 100%
max-height: 100%
}
.mx_Login_support {

View File

@@ -54,7 +54,7 @@ limitations under the License.
margin-right: 8px;
padding-left: 0.5em;
padding-right: 0.5em;
width: 70px;
width: 85px;
outline: none;
cursor: pointer;
color: $accent-color;