diff options
author | lowercasename <raphaelkabo@gmail.com> | 2019-08-24 12:36:13 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2019-08-24 12:36:13 +0100 |
commit | 129042fd8221963a6936314760df7e3dc493e3ac (patch) | |
tree | 8b09b1b4962788a083bdbc14a903553303f2496b /views/event.handlebars | |
parent | fd018d54b38c89426bd7ff9b42203b8475c16db8 (diff) |
More mucking about with CSS
Diffstat (limited to 'views/event.handlebars')
-rwxr-xr-x | views/event.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/event.handlebars b/views/event.handlebars index 1b25f20..fdbc7cf 100755 --- a/views/event.handlebars +++ b/views/event.handlebars @@ -8,7 +8,7 @@ <h3 id="eventName">{{eventData.name}}</h3> </div> {{#if editingEnabled}} - <div class="col-lg-2 text-right"> + <div class="col-lg-2 ml-2"> <div class="btn-group" role="group" aria-label="Event controls"> <button type="button" id="editEvent" class="btn btn-success" data-toggle="modal" data-target="#editModal" {{#if eventHasConcluded}}disabled{{/if}}><i class="fas fa-edit"></i></button> <button type="button" id="deleteEvent" class="btn btn-danger" data-toggle="modal" data-target="#deleteModal"><i class="fas fa-trash"></i></button> |