lipstick for hangup button and typing notifs

This commit is contained in:
Matthew Hodgson
2015-07-20 12:09:24 -07:00
parent 0a3cddbd89
commit dcecdc8260
6 changed files with 45 additions and 8 deletions

View File

@@ -43,6 +43,26 @@ limitations under the License.
width: 100%;
}
.mx_RoomHeader_hangupButton {
height: 48px;
margin-top: 18px;
background-color: #80cef4;
border-radius: 48px;
margin-right: 8px;
color: #fff;
line-height: 48px;
text-align: center;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
-webkit-flex: 0 0 90px;
flex: 0 0 90px;
}
.mx_RoomHeader_rightRow {
height: 48px;
margin-top: 18px;
@@ -50,11 +70,11 @@ limitations under the License.
border-radius: 48px;
border: 1px solid #a9dbf4;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-ms-flex-order: 3;
-webkit-order: 3;
order: 3;
-webkit-flex: 0 0 200px;
flex: 0 0 200px;