summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-12 10:48:06 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-12 10:48:06 +0200
commitd9343289045d4a733710706421ab528626cc02d4 (patch)
treef43995120776ac5127aae0865f2799b1b362b3c6 /webclient/app.css
parentShow room name updates in room history and recents. (diff)
downloadsynapse-d9343289045d4a733710706421ab528626cc02d4.tar.xz
Added edition of room name
Diffstat (limited to 'webclient/app.css')
-rwxr-xr-xwebclient/app.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 71af550679..1b918f59e2 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -296,20 +296,20 @@ a:active  { color: #000; }
 }
 
 #roomTopic {
-    text-align: right;
     font-size: 13px;
+    text-align: right;
 }
 
-.roomTopicInput {
+.roomNameInput, .roomTopicInput {
     width: 100%;
 }
 
-.roomTopicSection {
+.roomNameSection, .roomTopicSection {
     float: right;
     width: 100%;
 }
 
-.roomTopicSetNew {
+.roomNameSetNew, .roomTopicSetNew {
     float: right;
 }