Fixed header issues

This commit is contained in:
Patrick Malley 2010-04-20 03:03:08 +00:00
parent 14aac1737e
commit 279fac5089
3 changed files with 27 additions and 5 deletions

View File

@ -32,7 +32,7 @@ echo $OUTPUT->doctype() ?>
<div id="page-wrapper">
<div id="page" class="clearfix">
<div id="page-header">
<div id="page-header" class="clearfix">
<?php if ($PAGE->heading) { ?>
<h1 class="headermain"><?php echo $PAGE->heading ?></h1>
<div class="headermenu">

View File

@ -32,7 +32,7 @@ echo $OUTPUT->doctype() ?>
<div id="page-wrapper">
<div id="page" class="clearfix">
<div id="page-header">
<div id="page-header" class="clearfix">
<?php if ($PAGE->heading) { ?>
<h1 class="headermain"><?php echo $PAGE->heading ?></h1>
<div class="headermenu">

View File

@ -37,6 +37,10 @@ h2.main {
margin: 10px 0;
}
.buttons {
text-align: center;
}
/* Header */
#page-header {
@ -150,11 +154,28 @@ h2.headingblock {
margin: 10px 0 20px;
}
#page-course-category .buttons {
text-align: center;
/* Users */
.userinfobox {
border: none;
width: 75%;
margin: 0 auto;
}
/* Users */
.userinfobox .content {
border: 1px solid #dadfd5;
background: #f3f8ed;
padding: 10px;
}
#page-user-view .buttons {
margin: 0 auto;
width: 250px;
}
#page-user-view .buttons div {
float: left;
padding: 10px;
}
/* Tabs */
@ -210,6 +231,7 @@ h2.headingblock {
border-top: 1px solid #5b7439;
padding: 0;
margin: 0;
margin-top: 1px;
}
.tabtree tabrow2 ul {