diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-31 09:49:43 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-31 09:49:43 +0000 |
commit | d9a9e9eb300a856a52255f77f40b66d18801153d (patch) | |
tree | 5731bcf730053af0f688d49e79eaa4f9bfcb47bc /webclient/app.css | |
parent | Fix bug in redaction auth. (diff) | |
parent | SYWEB-12: You'll be needing this. (diff) | |
download | synapse-d9a9e9eb300a856a52255f77f40b66d18801153d.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into federation_authorization
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 20a13aad81..5ab8e2b8fd 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -418,6 +418,37 @@ textarea, input { margin-top: 15px; } +/*** Room Info Dialog ***/ + +.room-info { + border-collapse: collapse; + width: 100%; +} + +.room-info-event { + border-bottom: 1pt solid black; +} + +.room-info-event-meta { + padding-top: 1em; + padding-bottom: 1em; +} + +.room-info-event-content { + padding-top: 1em; + padding-bottom: 1em; +} + +.monospace { + font-family: monospace; +} + +.room-info-textarea-content { + height: auto; + width: 100%; + resize: vertical; +} + /*** Participant list ***/ #usersTableWrapper { |