summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-07-20 14:26:03 +0200
committerRobin Appelman <icewind@owncloud.com>2016-07-20 14:26:03 +0200
commit703794339c97596b5032cbee9d72cd32f6dde806 (patch)
treecc6d48b4386d53972472b6d8394cd5aa8d1844e6 /settings
parent341948155d661407289e1ac6aa0275d377217d41 (diff)
downloadnextcloud-server-703794339c97596b5032cbee9d72cd32f6dde806.tar.gz
nextcloud-server-703794339c97596b5032cbee9d72cd32f6dde806.zip
right allign last activity
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css5
1 files changed, 5 insertions, 0 deletions
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;