mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +02:00
[ticket/12013] Clear the jumpbox.
PHPBB3-12013
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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">
|
||||||
|
@@ -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; }
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user