diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-14 16:38:34 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-14 16:38:34 +0100 |
commit | f29a0ec67d8e319571338537c8066c952fdce240 (patch) | |
tree | a94128512486d736a529b39f6103c5e479fd67fb /settings/css | |
parent | 0f405d9895e23acbe524f8cd6cb1452e50a4afa4 (diff) | |
download | nextcloud-server-f29a0ec67d8e319571338537c8066c952fdce240.tar.gz nextcloud-server-f29a0ec67d8e319571338537c8066c952fdce240.zip |
also fix header alignment for multiselect columns
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |