From 827e8224ab5c8bd8aa96647ff15872ef145c810a Mon Sep 17 00:00:00 2001 From: Mojib Date: Mon, 20 Jul 2020 10:14:27 +0200 Subject: [PATCH] The width of underline is smaller now. added margin left and right, This closes #51. --- .../semantic-ui/less/invenio_theme_tugraz/header.less | 4 ++++ .../templates/invenio_theme_tugraz/header.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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 e7ea3a0..0047b54 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 @@ -209,6 +209,10 @@ svg:not(:root) { border: 3px solid #e4154b !important; } +#margin-divider{ + margin-left: 155px; margin-right: 155px; +} + .affiliation-text a:hover { background-color: #000000; color: #ffffff; diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index b6f3929..a64c81c 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -134,9 +134,9 @@ {%- endfor %} - -
+ +