diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-13 11:42:28 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-13 11:42:28 +0200 |
commit | c87e1f641858fbc2e6ed6b99ef05591a977bd4c4 (patch) | |
tree | 4c49891e7d919bf99ba603a98c2d837f3c667810 /webclient/app.css | |
parent | Display image messages from the stream (diff) | |
download | synapse-c87e1f641858fbc2e6ed6b99ef05591a977bd4c4.tar.xz |
Room: Added a text input to type an image URL in order to send an image message
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webclient/app.css b/webclient/app.css index 13cd19a2ef..9a46613d49 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -43,7 +43,7 @@ h1 { } .inputBarTable tr td { - padding: 4px; + padding: 1px 4px; } .mainInput { @@ -118,7 +118,7 @@ h1 { overflow separetely. */ .room .page { - height: calc(100vh - 198px); + height: calc(100vh - 220px); } /*** Message table ***/ |