mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/10699] Long h2 title breaks div.minitabs in MCP
Fixed minor issues in formatting. PHPBB3-10699
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<!-- INCLUDE mcp_header.html -->
|
<!-- INCLUDE mcp_header.html -->
|
||||||
|
|
||||||
<div class="tabs-container">
|
<div class="tabs-container">
|
||||||
<h2><a href="{U_VIEW_TOPIC}">{L_TOPIC}: {TOPIC_TITLE}</a></h2>
|
<h2><a href="{U_VIEW_TOPIC}">{L_TOPIC}: {TOPIC_TITLE}</a></h2>
|
||||||
|
|
||||||
@@ -36,6 +37,7 @@ onload_functions.push('subPanels()');
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form id="mcp" method="post" action="{S_MCP_ACTION}">
|
<form id="mcp" method="post" action="{S_MCP_ACTION}">
|
||||||
|
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
|
@@ -106,7 +106,6 @@ ul.cplist {
|
|||||||
|
|
||||||
.tabs-container h2 {
|
.tabs-container h2 {
|
||||||
float: left;
|
float: left;
|
||||||
white-space: nowrap;
|
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user