mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Fixed header issues
This commit is contained in:
parent
14aac1737e
commit
279fac5089
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user