diff --git a/ogcp/templates/actions/add_center.html b/ogcp/templates/actions/add_center.html index 78886d6..5397fcf 100644 --- a/ogcp/templates/actions/add_center.html +++ b/ogcp/templates/actions/add_center.html @@ -14,7 +14,7 @@ action=url_for('action_center_add'), method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/add_room.html b/ogcp/templates/actions/add_room.html index 5eedf4e..d1f23c9 100644 --- a/ogcp/templates/actions/add_room.html +++ b/ogcp/templates/actions/add_room.html @@ -14,7 +14,7 @@ action=url_for('action_room_add'), method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/add_server.html b/ogcp/templates/actions/add_server.html index 6509ce4..9e84ad2 100644 --- a/ogcp/templates/actions/add_server.html +++ b/ogcp/templates/actions/add_server.html @@ -12,6 +12,7 @@ {{ wtf.quick_form(form, action=url_for('server_add_post'), method='post', - button_map={'submit_btn':'primary'}) }} + button_map={'submit_btn':'primary'}, + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/center_details.html b/ogcp/templates/actions/center_details.html index 6221de2..f752915 100644 --- a/ogcp/templates/actions/center_details.html +++ b/ogcp/templates/actions/center_details.html @@ -13,6 +13,6 @@ {{ wtf.quick_form(form, method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/center_update.html b/ogcp/templates/actions/center_update.html index e866fac..3af9904 100644 --- a/ogcp/templates/actions/center_update.html +++ b/ogcp/templates/actions/center_update.html @@ -13,6 +13,6 @@ {{ wtf.quick_form(form, method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/client_add.html b/ogcp/templates/actions/client_add.html index d24c138..341004b 100644 --- a/ogcp/templates/actions/client_add.html +++ b/ogcp/templates/actions/client_add.html @@ -14,6 +14,6 @@ {{ wtf.quick_form(form, method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/client_move.html b/ogcp/templates/actions/client_move.html index 42bae26..1976f7b 100644 --- a/ogcp/templates/actions/client_move.html +++ b/ogcp/templates/actions/client_move.html @@ -20,6 +20,6 @@ {{ wtf.quick_form(form, method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/delete_center.html b/ogcp/templates/actions/delete_center.html index 13c5670..a9a747f 100644 --- a/ogcp/templates/actions/delete_center.html +++ b/ogcp/templates/actions/delete_center.html @@ -45,7 +45,7 @@ action=url_for('action_center_delete'), method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/delete_client.html b/ogcp/templates/actions/delete_client.html index fe8cd8a..834beb5 100644 --- a/ogcp/templates/actions/delete_client.html +++ b/ogcp/templates/actions/delete_client.html @@ -21,7 +21,7 @@ action=url_for('action_client_delete'), method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/delete_image.html b/ogcp/templates/actions/delete_image.html index 69acc79..4163863 100644 --- a/ogcp/templates/actions/delete_image.html +++ b/ogcp/templates/actions/delete_image.html @@ -17,7 +17,7 @@ action=url_for('action_image_delete'), method='post', button_map={'submit': 'primary'}, - extra_classes="mx-5") }} + extra_classes="m-5") }} {% endblock %} diff --git a/ogcp/templates/actions/delete_repo.html b/ogcp/templates/actions/delete_repo.html index 16b378b..45fea66 100644 --- a/ogcp/templates/actions/delete_repo.html +++ b/ogcp/templates/actions/delete_repo.html @@ -11,7 +11,7 @@