diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-10-30 11:53:28 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-10-30 11:53:28 +0000 |
commit | 40342af4597c5f52815629836bc37b4798c1d232 (patch) | |
tree | fea0efcdbf51701cdf0c79fd258f0b0898d78605 /webclient/app.css | |
parent | SYWEB-12: Store unknown state events so they are displayed in the Room Info d... (diff) | |
download | synapse-40342af4597c5f52815629836bc37b4798c1d232.tar.xz |
SYWEB-12: Format room info dialog better.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 20a13aad81..2dc6e8caed 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -418,6 +418,31 @@ 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; +} + /*** Participant list ***/ #usersTableWrapper { |