diff --git a/Project/php/templates/css/login.css b/Project/php/templates/css/login.css index 5fc2d1f..864b8c1 100755 --- a/Project/php/templates/css/login.css +++ b/Project/php/templates/css/login.css @@ -95,7 +95,7 @@ h6 span{ position: relative; width: 440px; max-width: 100%; - height: 400px; + height: 500px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; perspective: 800px; diff --git a/Project/php/templates/login.html b/Project/php/templates/login.html index 18edc4e..cc3b449 100755 --- a/Project/php/templates/login.html +++ b/Project/php/templates/login.html @@ -41,18 +41,34 @@

Sign Up

-
- + +
+ -
+
+ +
+ + +
+
- + + +
+ +
+ -
+
+
- +
+ + + submit
diff --git a/Project/php/templates/usersView.html b/Project/php/templates/usersView.html index de764fe..2de6510 100755 --- a/Project/php/templates/usersView.html +++ b/Project/php/templates/usersView.html @@ -4,11 +4,12 @@ Users - +
+ @@ -20,13 +21,14 @@ {% if users is defined %} {% for row in users %} + - - + + {% endfor %}
Id Nickname Name Surname
{{row.id}} {{row.nickname}} {{row.name}} {{row.surname}} {{row.email}} {{row.group}}{{row.role}}{{row.extraTime}}{{row.roles|join(', ')}}{{row.extraTime? 'yes' : 'no' }}