diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-08 18:59:26 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-08 18:59:26 -0700 |
commit | e8f19b4c0d774bd6f1942aa4557ad0be728b9a4f (patch) | |
tree | d3246c5a47be733cdbf294065a909bdeaf4a9f36 /webclient/app.css | |
parent | Add ability to set topic by double-clicking on the topic text then hitting en... (diff) | |
download | synapse-e8f19b4c0d774bd6f1942aa4557ad0be728b9a4f.tar.xz |
Display a 'Set Topic' button if there is no topic or it's a 0-len string.
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-x | webclient/app.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/webclient/app.css b/webclient/app.css index 9667f3fd22..0160b4deef 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -280,7 +280,6 @@ a:active { color: #000; } color: #888; font-size: 12px; padding-right: 5px; - float: right; width: 15em; overflow: hidden; white-space: nowrap; @@ -301,6 +300,15 @@ a:active { color: #000; } width: 100%; } +.roomTopicSection { + float: right; + width: 100%; +} + +.roomTopicSetNew { + float: right; +} + .roomHeaderInfo { float: right; margin-top: 15px; |