diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/accounts.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/accounts.less index dea9997..78c0cff 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/accounts.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/accounts.less @@ -52,7 +52,8 @@ background-color: #000000 !important; } -.field { +.form-accounts { + margin: 15%; text-align: left !important; & i { color: #fff !important; @@ -135,10 +136,6 @@ login and sign-up pages form background color font-size: initial; } -.form-margin { - margin: 15%; -} - /*** allowing to switch columns on the sign-up page on the small screen */ diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html index 1f53894..a62e903 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login.html @@ -1,16 +1,9 @@ -{# - Copyright (C) 2020 TUGRAZ - Copyright (C) 2020 mojib wali - Copyright (C) 2020 Nikita Lvov - - invenio-theme-tugraz is free software; you can redistribute it and/or - modify it under the terms of the MIT License; see LICENSE file for more - details. -#} -{%- extends config.COVER_TEMPLATE %} -{% from "invenio_accounts/_macros.html" import render_field, form_errors %} - -{% block page_body %} +{# Copyright (C) 2020 TUGRAZ Copyright (C) 2020 mojib wali Copyright (C) 2020 +Nikita Lvov invenio-theme-tugraz is free software; you can redistribute it +and/or modify it under the terms of the MIT License; see LICENSE file for more +details. #} {%- extends config.COVER_TEMPLATE %} {% from +"invenio_accounts/_macros.html" import render_field, form_errors %} {% block +page_body %}