Improve module icons and update language for icons
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{% if center_row.S_FIRST_ROW %}
|
||||
{{ definition.CC_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %}
|
||||
{% if definition.FA_ENABLED %}
|
||||
<dt style="margin-top: 1px;" id="a_{{ definition.MODULE_ID }}"><i class="icon b3p-icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i> {{ definition.TITLE }}</dt>
|
||||
<dt style="margin-top: -1px;" id="a_{{ definition.MODULE_ID }}"><i class="icon b3p-icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i> {{ definition.TITLE }}</dt>
|
||||
{% if announcements.S_DISPLAY_ANNOUNCEMENTS_RVS %}
|
||||
<dd class="posts responsive-portal-announcements">{{ lang('REPLIES') }}</dd>
|
||||
<dd class="views responsive-portal-announcements">{{ lang('VIEWS') }}</dd>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% for minical in loops.minical %}
|
||||
{% if minical.MODULE_ID eq definition.MODULE_ID %}
|
||||
<a id="minical{{ minical.MODULE_ID }}"></a>
|
||||
<a style="display: inline;" id="minical{{ minical.MODULE_ID }}"></a>
|
||||
{{ definition.LR_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %}
|
||||
{% if definition.FA_ENABLED %}
|
||||
<i class="icon b3p-icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
{% if news_row.S_FIRST_ROW %}
|
||||
{{ definition.CC_BLOCK_H_L }}{% if definition.S_BLOCK_ICON %}
|
||||
{% if definition.FA_ENABLED %}
|
||||
<dt style="margin-top: 1px;" id="a_{{ definition.MODULE_ID }}"><i class="icon b3p-icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i> {{ definition.TITLE }}</dt>
|
||||
<dt style="margin-top: -1px;" id="a_{{ definition.MODULE_ID }}"><i class="icon b3p-icon fa {{ definition.FA_ICON }}" style="font-size: {{ definition.FA_SIZE }}px;" aria-hidden="true"></i> {{ definition.TITLE }}</dt>
|
||||
{% if news.S_DISPLAY_NEWS_RVS %}
|
||||
<dd class="posts responsive-portal-news">{{ lang('REPLIES') }}</dd>
|
||||
<dd class="views responsive-portal-news">{{ lang('VIEWS') }}</dd>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
ul {
|
||||
@@ -13,7 +13,8 @@ ul {
|
||||
}
|
||||
|
||||
.b3p-icon {
|
||||
vertical-align: sub;
|
||||
vertical-align: middle;
|
||||
padding: 0 1px 3px 2px;
|
||||
}
|
||||
|
||||
.portal-navigation{
|
||||
|
||||
Reference in New Issue
Block a user