diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 18:40:34 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 18:40:34 -0700 |
commit | 6bdb23449a7b4f5ca0426ec6c942332b245eec30 (patch) | |
tree | 223c9c950c8dd91b288315df50023a79ddbeac4c /webclient/app.css | |
parent | Fixed bug which displayed an older room topic because it was being returned f... (diff) | |
download | synapse-6bdb23449a7b4f5ca0426ec6c942332b245eec30.tar.xz |
Add ability to set topic by double-clicking on the topic text then hitting enter.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index 2f969641b4..9667f3fd22 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -297,9 +297,14 @@ a:active { color: #000; } font-size: 13px; } +.roomTopicInput { + width: 100%; +} + .roomHeaderInfo { float: right; margin-top: 15px; + width: 50%; } /*** Participant list ***/ |