1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 15:44:49 +02:00

Admin Panel: Auth - UI fixes

This commit is contained in:
Awilum
2019-01-08 18:11:13 +03:00
parent 682f53c258
commit 8aeaccb4a7
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ Themes::view('admin/views/partials/content-start')->display();
<form action="" method="post">
<input type="hidden" name="token" value="<?php echo Token::generate(); ?>">
<div class="row">
<div class="col-3 float-center">
<div class="col-4 float-center">
<h3 class="h3 auth-header text-center"><?php echo __('admin_login'); ?></h3>
<div class="form-group">
<label><?php echo __('admin_username'); ?></label>

View File

@@ -16,7 +16,7 @@ Themes::view('admin/views/partials/content-start')->display();
<form action="" method="post">
<input type="hidden" name="token" value="<?php echo Token::generate(); ?>">
<div class="row">
<div class="col-3 float-center">
<div class="col-4 float-center">
<h3 class="h3 auth-header text-center"><?php echo __('admin_users_create_new'); ?></h3>
<div class="form-group">
<label><?php echo __('admin_username'); ?></label>