summaryrefslogtreecommitdiffstats
path: root/settings/templates/users
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-07-17 13:13:03 +0200
committerVincent Petry <pvince81@owncloud.com>2014-07-17 13:13:03 +0200
commit4d5ebe61c4f88f001fef1a6b1185a7856c086c7e (patch)
treedb41a1ae20f152f3d9013be1fb8cea95a5f2224d /settings/templates/users
parentd58c8d72cf8c0f6784bdec1f054c24a78ff131b6 (diff)
downloadnextcloud-server-4d5ebe61c4f88f001fef1a6b1185a7856c086c7e.tar.gz
nextcloud-server-4d5ebe61c4f88f001fef1a6b1185a7856c086c7e.zip
Fixed JS and CSS issues in users page
- Renamed "delete" to "deleteEntry" to make IE8 happy. - Added missing "svg" class for the "+" button - Added height to "+" button but was unable to properly align it
Diffstat (limited to 'settings/templates/users')
-rw-r--r--settings/templates/users/part.grouplist.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php
index c5e85fa3534..255f2a6cf45 100644
--- a/settings/templates/users/part.grouplist.php
+++ b/settings/templates/users/part.grouplist.php
@@ -5,10 +5,10 @@
<span><?php p($l->t('Add Group'))?></span>
</a>
</li>
- <li id="newgroup-form">
+ <li id="newgroup-form" style="display: none">
<form>
<input type="text" id="newgroupname" placeholder="<?php p($l->t('Group')); ?>..." />
- <input type="submit" class="button icon-add" value="" />
+ <input type="submit" class="button icon-add svg" value="" />
</form>
</li>
<!-- Everyone -->