From 703794339c97596b5032cbee9d72cd32f6dde806 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 20 Jul 2016 14:26:03 +0200 Subject: right allign last activity --- settings/css/settings.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'settings/css') diff --git a/settings/css/settings.css b/settings/css/settings.css index 50280ef2a0a..4cd85598443 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -125,6 +125,11 @@ table.nostyle td { padding: 0.2em 0; } white-space: nowrap; overflow: hidden; } + +#sessions tr *:nth-child(2), +#apppasswords tr *:nth-child(2) { + text-align: right; +} #sessions .token-list td a.icon-delete, #apppasswords .token-list td a.icon-delete { display: block; -- cgit v1.2.3