summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-05-18 12:03:22 +0200
committerChristoph Wurst <christoph@owncloud.com>2016-05-23 09:11:12 +0200
commit12431aa3997154aaea4eec11c2dd65f9e5dbe179 (patch)
tree8395c270b144401f53e5ed048f94a28002410e3d /settings/css
parent357d342467b9200f190376a2bd224fa7b803b45a (diff)
downloadnextcloud-server-12431aa3997154aaea4eec11c2dd65f9e5dbe179.tar.gz
nextcloud-server-12431aa3997154aaea4eec11c2dd65f9e5dbe179.zip
list user's auth tokens on the personal settings page
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index edc4939d2d8..be61265935e 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -100,6 +100,21 @@ input#identity {
table.nostyle label { margin-right: 2em; }
table.nostyle td { padding: 0.2em 0; }
+#sessions,
+#devices {
+ min-height: 180px;
+}
+#sessions table,
+#devices table {
+ width: 100%;
+ min-height: 150px;
+ padding-top: 25px;
+}
+#sessions table th,
+#devices table th {
+ font-weight: 800;
+}
+
/* USERS */
#newgroup-init a span { margin-left: 20px; }
#newgroup-init a span:before {