diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-18 21:35:54 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-18 21:36:00 +0100 |
| commit | 51a31b58b656e51d25537219d48cc3176109c374 (patch) | |
| tree | 24264b92f31d462191f1ce8f2494c858f32ba1c8 /app/templates/admin | |
| parent | ec4461d0f79f2ac12cac643b65df9f9925ed5c53 (diff) | |
| download | cheatdb-51a31b58b656e51d25537219d48cc3176109c374.tar.xz | |
Improve alert box style
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/list.html | 2 |
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> |
