aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHari Sankar R <hsr@theinglorio.us>2012-04-02 16:59:05 +0530
committerHari Sankar R <hsr@theinglorio.us>2012-04-02 16:59:05 +0530
commit17e050e109e7048b75a24cac87ad9d5bad4893e5 (patch)
tree1a18bd17586a4c547523b68b492021e11b3358e5
parent42101fe8d48cbdbe1a4e73bd9cc388a9e4b490c5 (diff)
downloadforums-17e050e109e7048b75a24cac87ad9d5bad4893e5.tar
forums-17e050e109e7048b75a24cac87ad9d5bad4893e5.tar.gz
forums-17e050e109e7048b75a24cac87ad9d5bad4893e5.tar.bz2
forums-17e050e109e7048b75a24cac87ad9d5bad4893e5.tar.xz
forums-17e050e109e7048b75a24cac87ad9d5bad4893e5.zip
[ticket/10699] Long h2 title breaks div.minitabs in MCP
Fixed minor issues in formatting. PHPBB3-10699
-rw-r--r--phpBB/styles/prosilver/template/mcp_topic.html2
-rw-r--r--phpBB/styles/prosilver/theme/cp.css1
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;
}