mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10699] Long h2 title breaks div.minitabs in MCP
Fixed minor issues in formatting. PHPBB3-10699
This commit is contained in:
parent
42101fe8d4
commit
17e050e109
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
<!-- INCLUDE mcp_header.html -->
|
||||
|
||||
<div class="tabs-container">
|
||||
<h2><a href="{U_VIEW_TOPIC}">{L_TOPIC}: {TOPIC_TITLE}</a></h2>
|
||||
|
||||
|
@ -36,6 +37,7 @@ onload_functions.push('subPanels()');
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="mcp" method="post" action="{S_MCP_ACTION}">
|
||||
|
||||
<div class="panel">
|
||||
|
|
|
@ -106,7 +106,6 @@ ul.cplist {
|
|||
|
||||
.tabs-container h2 {
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue