Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-07-20 15:26:03 +0300
committerRobin Appelman <icewind@owncloud.com>2016-07-20 15:26:03 +0300
commit703794339c97596b5032cbee9d72cd32f6dde806 (patch)
treecc6d48b4386d53972472b6d8394cd5aa8d1844e6 /settings
parent341948155d661407289e1ac6aa0275d377217d41 (diff)
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;