summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorStephane V <stephane@vergeylen.eu>2014-07-16 22:23:15 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-28 23:45:21 +0200
commitc7c54d93618d456ce6e53ee35b4280097cc3f54c (patch)
tree23883e7b2ad0201d0a707430e707db95da79e1b1 /settings/css
parent54eb2f42df3c0e4684f0cbd29e507b99a5cfeb8f (diff)
downloadnextcloud-server-c7c54d93618d456ce6e53ee35b4280097cc3f54c.tar.gz
nextcloud-server-c7c54d93618d456ce6e53ee35b4280097cc3f54c.zip
Adds 2 checkboxes at the top of userlist in the settings, to display/hide optional columns
This fixes #9367.
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index b9ce79bc3b8..204d69945d4 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -92,6 +92,8 @@ td.password>img,td.displayName>img, td.remove>a, td.quota>img { visibility:hidde
td.password, td.quota, td.displayName { width:12em; cursor:pointer; }
td.password>span, td.quota>span, rd.displayName>span { margin-right: 1.2em; color: #C7C7C7; }
span.usersLastLoginTooltip { white-space: nowrap; }
+th#headerLastLogin, td.lastLogin { display : none; }
+th#headerStorageLocation, td.storageLocation { display : none; }
td.remove { width:1em; padding-right:1em; }
tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }