aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-03 11:34:07 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-03 11:34:07 +0200
commitb8d8be701382b72b3556ff9a3d67aabfc85223f5 (patch)
treea96829e583be982f9cc9bd92c066b8816ae1d294 /view/css
parente361ee9253d0a235a6b54fae1a1d6a25a6541342 (diff)
downloadvolse-hubzilla-b8d8be701382b72b3556ff9a3d67aabfc85223f5.tar.gz
volse-hubzilla-b8d8be701382b72b3556ff9a3d67aabfc85223f5.tar.bz2
volse-hubzilla-b8d8be701382b72b3556ff9a3d67aabfc85223f5.zip
show chat expiration time in overview and minor fixes
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_chat.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css
index 830cc2f06..57aecd557 100644
--- a/view/css/mod_chat.css
+++ b/view/css/mod_chat.css
@@ -11,8 +11,13 @@
padding: 7px 3px 7px 10px;
}
-#chatrooms-index th:nth-child(3),
-#chatrooms-index td:nth-child(3){
+#chatrooms-index th:nth-child(2),
+#chatrooms-index td:nth-child(2){
+ text-align: right;
+}
+
+#chatrooms-index th:nth-child(4),
+#chatrooms-index td:nth-child(4){
padding: 7px 10px 7px 7px;
}