summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-17 19:02:55 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-17 19:02:55 +0100
commit365b0b8cfe07f4468c2f927f521fd7b32247c6f3 (patch)
treefeb29f18c88b835b4dbe4d154a072eb834825c31 /settings/css/settings.css
parent075e2b1d1d79b2b68994004f41ef37b9b33f164b (diff)
downloadnextcloud-server-365b0b8cfe07f4468c2f927f521fd7b32247c6f3.tar.gz
nextcloud-server-365b0b8cfe07f4468c2f927f521fd7b32247c6f3.zip
slight positioning fixes in user mgmt controls bar
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css5
1 files changed, 4 insertions, 1 deletions
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; }