summary refs log tree commit diff
path: root/syweb/webclient/app.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-11 05:02:24 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-11-11 05:02:24 +0000
commit2fdf939ca996afbe70d8e5aec965fb197e3a15ae (patch)
tree50c786bffc76f8c2651327f734303631be815cf3 /syweb/webclient/app.css
parentfix lines with wrapped userids (diff)
downloadsynapse-2fdf939ca996afbe70d8e5aec965fb197e3a15ae.tar.xz
fix weird shaped message table rows
Diffstat (limited to 'syweb/webclient/app.css')
-rwxr-xr-xsyweb/webclient/app.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css

index 8da293a72b..134b1d2912 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css
@@ -601,11 +601,11 @@ textarea, input { #messageTable td { padding: 0px; -/* border: 1px solid #888; */ +/* border: 1px solid #888; */ } .leftBlock { - width: 6em; + width: 7em; word-wrap: break-word; vertical-align: top; background-color: #fff; @@ -649,7 +649,7 @@ textarea, input { .avatar { width: 48px; text-align: right; - vertical-align: bottom; + vertical-align: top; line-height: 0; } @@ -709,11 +709,9 @@ textarea, input { max-height: auto; } -/* -.differentUser td { - padding-bottom: 5px ! important; +.differentUser .msg { + padding-top: 14px ! important; } -*/ .mine { text-align: right;