[ticket/12013] Clear the jumpbox.

PHPBB3-12013
This commit is contained in:
Cesar G 2014-06-14 14:25:27 -07:00
parent e7b9013dba
commit ddf3ab323b
4 changed files with 13 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<!-- IF S_DISPLAY_JUMPBOX --> <!-- IF S_DISPLAY_JUMPBOX -->
<div class="dropdown-container dropdown-container-{S_CONTENT_FLOW_END}<!-- IF not S_IN_MCP --> dropdown-up<!-- ENDIF --> dropdown-{S_CONTENT_FLOW_BEGIN} dropdown-button-control"> <div class="dropdown-container dropdown-container-{S_CONTENT_FLOW_END}<!-- IF not S_IN_MCP --> dropdown-up<!-- ENDIF --> dropdown-{S_CONTENT_FLOW_BEGIN} dropdown-button-control" id="jumpbox">
<span title="<!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->" class="dropdown-trigger button dropdown-select"> <span title="<!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->" class="dropdown-trigger button dropdown-select">
<!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF --> <!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->
</span> </span>

View file

@ -242,7 +242,6 @@
<!-- ENDIF --> <!-- ENDIF -->
<!-- INCLUDE jumpbox.html --> <!-- INCLUDE jumpbox.html -->
<span class="clear"></span>
<!-- IF S_DISPLAY_ONLINE_LIST --> <!-- IF S_DISPLAY_ONLINE_LIST -->
<div class="stat-block online-list"> <div class="stat-block online-list">

View file

@ -62,6 +62,10 @@
margin-right: 5px; margin-right: 5px;
} }
#jumpbox .dropdown-select {
margin: 0;
}
/* Big button images */ /* Big button images */
.reply-icon:before, .pmreply-icon:before { background-position: -20px 0; } .reply-icon:before, .pmreply-icon:before { background-position: -20px 0; }
.reply-icon:hover:before, .pmreply-icon:hover:before { background-position: -20px -20px; } .reply-icon:hover:before, .pmreply-icon:hover:before { background-position: -20px -20px; }

View file

@ -1105,6 +1105,14 @@ form > p.post-notice strong {
line-height: 20px; line-height: 20px;
} }
#jumpbox {
margin: 5px 0;
}
.stat-block {
clear: both;
}
#top { #top {
position: absolute; position: absolute;
top: -20px; top: -20px;