aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-19 11:37:46 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-19 11:37:46 +0200
commit762cc2a77389aa16369c7cfeeb3b08434092c707 (patch)
tree83b272d49b960ed35921a6acbce07ef008d6090f /settings
parentf1c0c90ac990916ea5f8091b3f0674b41c06ddde (diff)
downloadnextcloud-server-762cc2a77389aa16369c7cfeeb3b08434092c707.tar.gz
nextcloud-server-762cc2a77389aa16369c7cfeeb3b08434092c707.zip
adjust layout of Sessions and App passwords sections
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 0af53cebf31..3df484c74b5 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -38,8 +38,7 @@ input#openid, input#webdav { width:20em; }
#displaynameform,
#lostpassword,
#groups,
-#passwordform,
-#language {
+#passwordform {
display: inline-block;
margin-bottom: 0;
padding-bottom: 0;
@@ -104,17 +103,17 @@ table.nostyle td { padding: 0.2em 0; }
#apppasswords table {
width: 100%;
min-height: 150px;
- padding-top: 25px;
+ padding-top: 5px;
}
#sessions table th,
#apppasswords table th {
- font-weight: 800;
+ opacity: .5;
}
#sessions table th,
#sessions table td,
#apppasswords table th,
#apppasswords table td {
- padding: 10px;
+ padding: 10px 10px 10px 0;
}
#sessions .token-list td,