aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-03-28 22:34:08 +0200
committertomsmeding <tom.smeding@gmail.com>2017-03-28 22:34:08 +0200
commit7e06c9d9c64261c12f28fc2ee9181d25ecfb329c (patch)
tree4f311589911de42cd94287f210200a562377f357
parent571e79cbceb65c93394cdc7220e6323b29fd1ac2 (diff)
webclient: vertical-align: top on roomlog tr's
-rw-r--r--webclient/client.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/webclient/client.html b/webclient/client.html
index 7885fe7..af790c6 100644
--- a/webclient/client.html
+++ b/webclient/client.html
@@ -423,6 +423,9 @@ table{
#roomlog_table{
width:100%;
}
+#roomlog > tr{
+ vertical-align:top;
+}
#roomlog > tr > td:first-child{
width:80px;
color:#666;