mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
Merge pull request #4550 from hanakin/ticket/14881
[Ticket/14881] Add wrapper to jump actions to clear floats
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
<div class="action-bar actions-jump">
|
||||
<!-- IF S_VIEWTOPIC -->
|
||||
<p class="jumpbox-return"><a href="{U_VIEW_FORUM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">{L_RETURN_TO_FORUM}</a></p>
|
||||
<!-- ELSEIF S_VIEWFORUM -->
|
||||
@@ -28,5 +29,6 @@
|
||||
</div>
|
||||
|
||||
<!-- ELSE -->
|
||||
<br /><br />
|
||||
</br></br>
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
|
@@ -137,7 +137,9 @@ p.right {
|
||||
}
|
||||
|
||||
p.jumpbox-return {
|
||||
margin-top: 1em;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
|
Reference in New Issue
Block a user