[ticket/10699] Long h2 title breaks div.minitabs in MCP

Fixed minor issues in formatting.

PHPBB3-10699
This commit is contained in:
Hari Sankar R 2012-04-02 16:59:05 +05:30
parent 42101fe8d4
commit 17e050e109
2 changed files with 2 additions and 1 deletions

View file

@ -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">

View file

@ -106,7 +106,6 @@ ul.cplist {
.tabs-container h2 {
float: left;
white-space: nowrap;
margin-bottom: 0px;
}