From 365b0b8cfe07f4468c2f927f521fd7b32247c6f3 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 17 Mar 2015 19:02:55 +0100 Subject: slight positioning fixes in user mgmt controls bar --- settings/css/settings.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'settings/css/settings.css') diff --git a/settings/css/settings.css b/settings/css/settings.css index 1e5e9d44055..ee0c3b0f470 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -133,13 +133,16 @@ select.quota.active { background: #fff; } input.userFilter {width: 200px;} /* positioning fixes */ +#newuser { + padding-left: 3px; +} #newuser .multiselect { min-width: 150px !important; } #newuser .multiselect, #newusergroups + input[type='submit'] { position: relative; - top: 1px; + top: -1px; } #headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; } -- cgit v1.2.3