summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 16:24:39 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 16:24:39 +0200
commitbc47e56f9f52251c1161cee47dea15c27dd8c3c3 (patch)
tree0835fbe3a71b590cb09e565a061a99349cb37317 /settings
parent358a4ce753bb19531157055bf9097014c59234c9 (diff)
downloadnextcloud-server-bc47e56f9f52251c1161cee47dea15c27dd8c3c3.tar.gz
nextcloud-server-bc47e56f9f52251c1161cee47dea15c27dd8c3c3.zip
fix related layout issues in user management
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css5
-rw-r--r--settings/templates/users/part.grouplist.php2
2 files changed, 5 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index b67c88a9c8f..6913e796838 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -7,7 +7,10 @@ input#openid, input#webdav { width:20em; }
#user-controls {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
- position: fixed; right: 0; left:380px; height: 44px;
+ position: fixed;
+ right: 0;
+ left: 230px;
+ height: 44px;
padding: 0; margin: 0;
background: #eee; border-bottom: 1px solid #e7e7e7;
z-index: 50;
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php
index a903f43f876..593c202f2c9 100644
--- a/settings/templates/users/part.grouplist.php
+++ b/settings/templates/users/part.grouplist.php
@@ -8,7 +8,7 @@
<li id="newgroup-form">
<form>
<input type="text" id="newgroupname" placeholder="<?php p($l->t('Group')); ?>..." />
- <input type="submit" class="button" value="<?php p($l->t('Add Group'))?>" />
+ <input type="submit" class="button icon-add" value="" />
</form>
</li>
<!-- Everyone -->