aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-18 21:35:54 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-18 21:36:00 +0100
commit51a31b58b656e51d25537219d48cc3176109c374 (patch)
tree24264b92f31d462191f1ce8f2494c858f32ba1c8 /app/templates/admin
parentec4461d0f79f2ac12cac643b65df9f9925ed5c53 (diff)
downloadcheatdb-51a31b58b656e51d25537219d48cc3176109c374.tar.xz
Improve alert box style
Diffstat (limited to 'app/templates/admin')
-rw-r--r--app/templates/admin/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html
index b54201b..7b66458 100644
--- a/app/templates/admin/list.html
+++ b/app/templates/admin/list.html
@@ -13,7 +13,7 @@
<div class="box box_grey">
<h2>Do action</h2>
- <form method="post" action="">
+ <form method="post" action="" class="box-body">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<select name="action">
<option value="importusers" selected>Create users from mod list</option>