Merge branch 'develop' into feature-autocomplete

This commit is contained in:
Aviral Dasgupta
2016-06-21 04:09:23 +05:30
9 changed files with 87 additions and 80 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License.
.mx_EventTile {
max-width: 100%;
clear: both;
margin-top: 24px;
padding-top: 24px;
margin-left: 65px;
}
@@ -33,7 +33,7 @@ limitations under the License.
}
.mx_EventTile_continuation {
margin-top: 8px ! important;
padding-top: 8px ! important;
}
.mx_EventTile_verified {

View File

@@ -26,7 +26,6 @@ limitations under the License.
.mx_MemberDeviceInfo_textButton {
color: #fff;
background-color: #76cfa6;
height: 20px;
border-radius: 20px;
text-align: center;
@@ -35,3 +34,11 @@ limitations under the License.
cursor: pointer;
}
.mx_MemberDeviceInfo_verify {
background-color: #76cfa6;
}
.mx_MemberDeviceInfo_unverify {
background-color: #e55e5e;
}