summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-08 18:59:26 -0700
committerKegan Dougal <kegan@matrix.org>2014-09-08 18:59:26 -0700
commite8f19b4c0d774bd6f1942aa4557ad0be728b9a4f (patch)
treed3246c5a47be733cdbf294065a909bdeaf4a9f36 /webclient/app.css
parentAdd ability to set topic by double-clicking on the topic text then hitting en... (diff)
downloadsynapse-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-xwebclient/app.css10
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;