Fix incorrect spacing in forumlist after commit 1350543537
This commit is contained in:
@@ -6,5 +6,7 @@
|
|||||||
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
|
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
|
||||||
</ul>
|
</ul>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<div id="portal-forumlist">
|
||||||
<!-- INCLUDE forumlist_body.html -->
|
<!-- INCLUDE forumlist_body.html -->
|
||||||
|
</div>
|
||||||
<br />
|
<br />
|
||||||
@@ -76,6 +76,13 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* margin spacing as in default prosilver for the forumlist
|
||||||
|
*/
|
||||||
|
#portal-forumlist .forabg {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/* RTL language fixes */
|
/* RTL language fixes */
|
||||||
.rtl .portal-navigation ul li a{
|
.rtl .portal-navigation ul li a{
|
||||||
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet_rtl.gif");
|
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet_rtl.gif");
|
||||||
|
|||||||
Reference in New Issue
Block a user