MDL-22835 Fixed internal header height

This commit is contained in:
Patrick Malley 2010-06-22 17:50:36 +00:00
parent 759b81f3dc
commit b02bca46d1
2 changed files with 11 additions and 2 deletions

View File

@ -28,10 +28,10 @@ echo $OUTPUT->doctype() ?>
<div id="page">
<?php if ($hasheading || $hasnavbar) { ?>
<div id="page-header">
<div id="page-header" class="inside">
<div id="page-header-wrapper" class="wrapper clearfix">
<?php if ($hasheading) { ?>
<h1 class="headermain inside"><?php echo $PAGE->heading ?></h1>
<h1 class="headermain"><?php echo $PAGE->heading ?></h1>
<div class="headermenu"><?php
echo $OUTPUT->login_info();
if (!empty($PAGE->layout_options['langmenu'])) {

View File

@ -59,6 +59,15 @@ a:active {
margin: 0;
}
#page-header.inside {
height: 75px;
}
#page-header.inside h1 {
font-size: 1.7em;
padding-top: 40px;
}
#page-header a:link,
#page-header a:visited {
color: #fff;