From 762cc2a77389aa16369c7cfeeb3b08434092c707 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 19 Jul 2016 11:37:46 +0200 Subject: [PATCH] adjust layout of Sessions and App passwords sections --- settings/css/settings.css | 9 ++++----- 1 file 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, -- 2.39.5