summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-13 11:09:30 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-13 11:09:30 +0200
commit30efb04060c3b7e4ea99e1d03da9690fe7adc5d2 (patch)
treeac0cce3a8587b076133df23a583878b3660d1da9 /webclient/app.css
parentadd in copyrights to everything, not just the synapse subdir, and add a copyr... (diff)
downloadsynapse-30efb04060c3b7e4ea99e1d03da9690fe7adc5d2.tar.xz
Display image messages from the stream
Diffstat (limited to 'webclient/app.css')
-rw-r--r--webclient/app.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css

index fd548c117b..13cd19a2ef 100644 --- a/webclient/app.css +++ b/webclient/app.css
@@ -187,6 +187,14 @@ h1 { border: 0px ! important; } +.image { + display: block; + max-width:320px; + max-height:320px; + width: auto; + height: auto; +} + .bubble { padding: 6px; padding-left: 1em;