From 942f05688db1e48aa6ee9d93c409c26e55831edf Mon Sep 17 00:00:00 2001 From: mb-wali <44528277+mb-wali@users.noreply.github.com> Date: Fri, 14 Aug 2020 08:16:05 +0200 Subject: [PATCH] overriden some styles (#73) * overriden some styles square shape to the elements, button more float to the right. also keep the inpit to the search endpoint. This closes #72. * removed unused css class --- .../less/invenio_theme_tugraz/overrides.less | 18 ++++++++++++++++++ .../templates/invenio_theme_tugraz/index.html | 12 ++++++------ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less index 21be845..1b666eb 100644 --- a/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less +++ b/invenio_theme_tugraz/assets/semantic-ui/less/invenio_theme_tugraz/overrides.less @@ -135,4 +135,22 @@ border-radius: 0; .ui.form input[type=time], .ui.form input[type=url] { border-radius: 0; +} +.ui.input>input { + border-radius: 0; +} +.ui.segment { + border-radius: 0; +} +.ui.selection.dropdown { + border-radius: 0; +} +.ui.card, .ui.cards>.card { + border-radius: 0; +} +.ui.action.input:not([class*="left action"])>.button:last-child, +.ui.action.input:not([class*="left action"])>.buttons:last-child> +.button, .ui.action.input:not([class*="left action"])> +.dropdown:last-child { + border-radius: 0; } \ No newline at end of file diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html index 9b75c83..cd0b6fb 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html @@ -20,10 +20,10 @@ {%- block frontpage_form %}
-
-
- - + +
+ +
@@ -85,9 +85,9 @@ {%- if not loop.last %}
{%- else%} -
+ {%- endif %}