mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10699] Long h2 title breaks div.minitabs in MCP
Fixed overlapping of Subject title over the minitabs. Added css property to cp.css under MCP Specific tweaks. Wrapped h2 and #minitabs under .tabs-container with clear: both PHPBB3-10699
This commit is contained in:
@@ -104,6 +104,23 @@ ul.cplist {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tabs-container h2 {
|
||||
float: left;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.tabs-container #minitabs {
|
||||
float: right;
|
||||
margin-top: 19px;
|
||||
}
|
||||
|
||||
.tabs-container:after {
|
||||
display: block;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
|
||||
/* CP tabbed menu
|
||||
----------------------------------------*/
|
||||
#tabs {
|
||||
|
@@ -94,4 +94,14 @@ dl.icon {
|
||||
|
||||
*:first-child+html #site-description p {
|
||||
margin-bottom: 1.0em;
|
||||
}
|
||||
|
||||
/* #minitabs fix for IE */
|
||||
.tabs-container {
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
#minitabs {
|
||||
white-space: nowrap;
|
||||
*min-width: 50%;
|
||||
}
|
Reference in New Issue
Block a user