strip out unneeded -moz- prefixes

This commit is contained in:
Matthew Hodgson 2017-01-16 18:58:02 +00:00
parent dc1563d916
commit c305b72b91
16 changed files with 0 additions and 48 deletions

View file

@ -18,7 +18,6 @@ limitations under the License.
word-wrap: break-word;
position: relative;
display: -moz-box;
display: -ms-flexbox;
display: flex;
width: 100%;
@ -27,7 +26,6 @@ limitations under the License.
}
.mx_RoomView .mx_RoomHeader {
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
order: 1;
@ -47,8 +45,6 @@ limitations under the License.
padding-right: 12px;
margin-left: -12px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
@ -69,7 +65,6 @@ limitations under the License.
}
.mx_RoomView_auxPanel {
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
order: 2;
@ -85,13 +80,11 @@ limitations under the License.
}
.mx_RoomView_topUnreadMessagesBar {
-moz-box-ordinal-group: 3;
-ms-flex-order: 3;
order: 3;
}
.mx_RoomView_messagePanel {
-moz-box-ordinal-group: 4;
-ms-flex-order: 4;
order: 4;
@ -108,7 +101,6 @@ limitations under the License.
min-height: 100%;
display: -moz-box;
display: -ms-flexbox;
display: flex;
@ -141,7 +133,6 @@ limitations under the License.
}
.mx_RoomView_invitePrompt {
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
order: 2;
@ -170,7 +161,6 @@ hr.mx_RoomView_myReadMarker {
}
.mx_RoomView_statusArea {
-moz-box-ordinal-group: 5;
-ms-flex-order: 5;
order: 5;
@ -231,7 +221,6 @@ hr.mx_RoomView_myReadMarker {
}
.mx_RoomView .mx_MessageComposer {
-moz-box-ordinal-group: 6;
-ms-flex-order: 6;
order: 6;