room invite css

This commit is contained in:
Matthew Hodgson 2015-07-23 11:01:28 -07:00
parent cc9123a33d
commit 02846c4fff
2 changed files with 15 additions and 0 deletions

View file

@ -94,6 +94,19 @@ limitations under the License.
}
.mx_RoomView_invitePrompt {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
min-width: 0px;
max-width: 720px;
width: 100%;
margin: auto;
margin-top: 12px;
margin-bottom: 12px;
}
.mx_RoomView_statusArea {