diff options
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/cp.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index e8d5ceada4..13b661ef0a 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -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"> diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css index d4382b067e..7c7158bd00 100644 --- a/phpBB/styles/prosilver/theme/cp.css +++ b/phpBB/styles/prosilver/theme/cp.css @@ -106,7 +106,6 @@ ul.cplist { .tabs-container h2 { float: left; - white-space: nowrap; margin-bottom: 0px; } |