From: Jan-Christoph Borchardt Date: Thu, 14 Feb 2013 15:38:34 +0000 (+0100) Subject: also fix header alignment for multiselect columns X-Git-Tag: v5.0.0beta1~31^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f29a0ec67d8e319571338537c8066c952fdce240;p=nextcloud-server.git also fix header alignment for multiselect columns --- diff --git a/settings/css/settings.css b/settings/css/settings.css index 689c54d04b1..265a29b8f7f 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -53,6 +53,7 @@ select.quota.active { background: #fff; } /* positioning fixes */ #newuser { position:relative; top:-3px; } #newuser .multiselect { top:1px; } +#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; } /* APPS */