diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less index d3ab161..953f178 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/footer.less @@ -48,4 +48,4 @@ } .spacer-long{ margin-top: 20px; -} \ No newline at end of file +} diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less index 2d9c99f..0b1f086 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/header.less @@ -39,8 +39,9 @@ .affiliation-text { display: table-cell; - font-size: 17px; - vertical-align: middle; + font-size: 12px; + line-height: 17px; + letter-spacing: 2px; white-space: nowrap; } @@ -248,3 +249,7 @@ svg:not(:root) { .inline-elements{ display: flex; } + +span.home-inline{ + white-space: nowrap; +} diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html index b0ea481..3bda648 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html @@ -5,14 +5,14 @@ {%- if config.SECURITY_REGISTERABLE %}
- {{_ ("Sign Up")}} + {{_ ("Sign up")}}
{%- endif %}
- {{_ ("Log in")}} + {{_ ("Log in")}}
@@ -27,7 +27,7 @@
- {{_('Logout')}} + {{_('Sign out')}}
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html index fb500ed..b6b4187 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html @@ -24,11 +24,11 @@

{{ _('Log in to Repository') }}

{%- endblock form_header %} - + {%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}
- {% trans type='TUGRAZ' %} Login with {{ type }}{% endtrans %} + {% trans type='TUGRAZ' %} Log in with {{ type }}{% endtrans %}
@@ -56,7 +56,7 @@ {%- if security.registerable %}
{% trans sitename=config.ACCOUNTS_SITENAME %}New to {{ sitename }}?{% endtrans %} - {{ _('Sign Up') }} + {{ _('Sign up') }}
{%- endif %} {%- endblock registerable %} diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html index 0eb299f..0262e7d 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html @@ -77,7 +77,7 @@
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index 1720fea..6b11fad 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -19,8 +19,9 @@
-
+
+ {{_ ("Home")}} +
{%- for item in current_menu.submenu('main').children|sort(attribute='order') if item.visible recursive %} diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html index 8781aeb..96e101b 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html @@ -62,9 +62,11 @@