summaryrefslogtreecommitdiff
path: root/system/addon/manager.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-10 13:09:22 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-10 13:09:22 -0800
commit8d12dc9ab30168721ffdf7442648f132f7f96417 (patch)
treef8cf0db814fd93adec1fc6ad236febc17e704667 /system/addon/manager.go
parent2c4046d2eb2204cf8bbaf49167abdefb11034e84 (diff)
minor UI change and docs update
Diffstat (limited to 'system/addon/manager.go')
-rw-r--r--system/addon/manager.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/addon/manager.go b/system/addon/manager.go
index 753ddd7..3ba67a5 100644
--- a/system/addon/manager.go
+++ b/system/addon/manager.go
@@ -17,7 +17,9 @@ const managerHTML = `
<form method="post" action="/admin/addon" enctype="multipart/form-data">
{{ .DefaultInputs }}
{{ .Editor }}
- <button type="submit" class="btn green waves-effect waves-light">Save</button>
+ <div class="row">
+ <button type="submit" class="btn green waves-effect waves-light right">Save</button>
+ </div>
</form>
</div>
`