summaryrefslogtreecommitdiff
path: root/system/admin/admin.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r--system/admin/admin.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index e56453f..6d2e40d 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -266,7 +266,7 @@ func UsersList(req *http.Request) ([]byte, error) {
<input type="email" name="new_password" type="password"/>
</div>
- <button class="btn waves-effect waves-light green" type="submit">Save</button>
+ <button class="btn waves-effect waves-light green right" type="submit">Save</button>
</form>
<form class="row" enctype="multipart/form-data" action="/admin/configure/users" method="post">
@@ -281,7 +281,7 @@ func UsersList(req *http.Request) ([]byte, error) {
<input type="password" name="password"/>
</div>
- <button class="btn waves-effect waves-light green" type="submit">Add User</button>
+ <button class="btn waves-effect waves-light green right" type="submit">Add User</button>
</form>
<ul class="users row">