mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-02-13 12:23:27 +00:00
theme custom changes
zero border radius to button, badges, segments etc. This closes #67.
This commit is contained in:
@@ -98,3 +98,41 @@ search.button
|
||||
.ui.search.button:hover{
|
||||
background-color:#000000;
|
||||
}
|
||||
|
||||
/***
|
||||
remove corners from border
|
||||
**/
|
||||
.ui.label {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui.button{
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui.rdm-sidebar{
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.label-keyword {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui.menu {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.ui.form input:not([type]),
|
||||
.ui.form input[type=date],
|
||||
.ui.form input[type=datetime-local],
|
||||
.ui.form input[type=email],
|
||||
.ui.form input[type=file],
|
||||
.ui.form input[type=number],
|
||||
.ui.form input[type=password],
|
||||
.ui.form input[type=search],
|
||||
.ui.form input[type=tel],
|
||||
.ui.form input[type=text],
|
||||
.ui.form input[type=time],
|
||||
.ui.form input[type=url] {
|
||||
border-radius: 0;
|
||||
}
|
||||
@@ -13,7 +13,7 @@
|
||||
{%- for creators in authors_list %}
|
||||
|
||||
{%- if creators.identifiers.Orcid %}
|
||||
<a href="{{creators.identifiers.Orcid|pid_url('orcid')}}"><img class="inline-orcid" src="{{ url_for('static', filename='extra/orcid.png')}}" /></a>
|
||||
<a href="{{creators.identifiers.Orcid|pid_url('orcid')}}" target="_blank" ><img class="inline-orcid" src="{{ url_for('static', filename='extra/orcid.png')}}" /></a>
|
||||
{%- endif %}
|
||||
|
||||
<span class="text-muted" {% if creators.affiliations %} {% for affiliation in creators.affiliations %} data-toggle="tooltip" title="{{affiliation.name}}" {%- endfor %} {% endif %}>{{creators.name}}</span>
|
||||
|
||||
Reference in New Issue
Block a user