Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-17 21:02:55 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-17 21:02:55 +0300
commit365b0b8cfe07f4468c2f927f521fd7b32247c6f3 (patch)
treefeb29f18c88b835b4dbe4d154a072eb834825c31 /settings/css
parent075e2b1d1d79b2b68994004f41ef37b9b33f164b (diff)
slight positioning fixes in user mgmt controls bar
Diffstat (limited to '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; }