diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-13 11:09:30 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-13 11:09:30 +0200 |
commit | 30efb04060c3b7e4ea99e1d03da9690fe7adc5d2 (patch) | |
tree | ac0cce3a8587b076133df23a583878b3660d1da9 /webclient/app.css | |
parent | add in copyrights to everything, not just the synapse subdir, and add a copyr... (diff) | |
download | synapse-30efb04060c3b7e4ea99e1d03da9690fe7adc5d2.tar.xz |
Display image messages from the stream
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 8 |
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; |