mirror of
https://github.com/moodle/moodle.git
synced 2025-07-12 09:56:45 +02:00
Merge branch 'MDL-39812_bootstrapbase' of git://github.com/rwijaya/moodle
This commit is contained in:
@ -50,9 +50,9 @@ echo $OUTPUT->doctype() ?>
|
|||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
<div id="page-navbar">
|
<div id="page-navbar" class="clearfix">
|
||||||
|
<div class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></div>
|
||||||
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
||||||
<?php echo $OUTPUT->navbar(); ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php echo $OUTPUT->page_heading(); ?>
|
<?php echo $OUTPUT->page_heading(); ?>
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
|
@ -51,9 +51,9 @@ echo $OUTPUT->doctype() ?>
|
|||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
<div id="page-navbar">
|
<div id="page-navbar" class="clearfix">
|
||||||
|
<div class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></div>
|
||||||
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
||||||
<?php echo $OUTPUT->navbar(); ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php echo $OUTPUT->page_heading(); ?>
|
<?php echo $OUTPUT->page_heading(); ?>
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
|
@ -56,9 +56,9 @@ echo $OUTPUT->doctype() ?>
|
|||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
<div id="page-navbar">
|
<div id="page-navbar" class="clearfix">
|
||||||
|
<div class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></div>
|
||||||
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
||||||
<?php echo $OUTPUT->navbar(); ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php echo $OUTPUT->page_heading(); ?>
|
<?php echo $OUTPUT->page_heading(); ?>
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
|
@ -1897,3 +1897,13 @@ div.badge .expireimage {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
.breadcrumb-nav {
|
||||||
|
float: left;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.breadcrumb-button .singlebutton div {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.breadcrumb-nav .breadcrumb {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
@ -231,6 +231,9 @@
|
|||||||
.row-fluid .desktop-first-column {
|
.row-fluid .desktop-first-column {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
#page-navbar .breadcrumb-button {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width : 767px) {
|
@media (max-width : 767px) {
|
||||||
.row-fluid .desktop-first-column {
|
.row-fluid .desktop-first-column {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -53,9 +53,9 @@ echo $OUTPUT->doctype() ?>
|
|||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
<div id="page-navbar">
|
<div id="page-navbar" class="clearfix">
|
||||||
|
<div class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></div>
|
||||||
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
||||||
<?php echo $OUTPUT->navbar(); ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php echo $html->heading; ?>
|
<?php echo $html->heading; ?>
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
|
@ -54,9 +54,9 @@ echo $OUTPUT->doctype() ?>
|
|||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
<div id="page-navbar">
|
<div id="page-navbar" class="clearfix">
|
||||||
|
<div class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></div>
|
||||||
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
||||||
<?php echo $OUTPUT->navbar(); ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php echo $html->heading; ?>
|
<?php echo $html->heading; ?>
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
|
@ -73,9 +73,9 @@ echo $OUTPUT->doctype() ?>
|
|||||||
<div id="page" class="container-fluid">
|
<div id="page" class="container-fluid">
|
||||||
|
|
||||||
<header id="page-header" class="clearfix">
|
<header id="page-header" class="clearfix">
|
||||||
<div id="page-navbar">
|
<div id="page-navbar" class="clearfix">
|
||||||
|
<div class="breadcrumb-nav"><?php echo $OUTPUT->navbar(); ?></div>
|
||||||
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
<nav class="breadcrumb-button"><?php echo $OUTPUT->page_heading_button(); ?></nav>
|
||||||
<?php echo $OUTPUT->navbar(); ?>
|
|
||||||
</div>
|
</div>
|
||||||
<?php echo $html->heading; ?>
|
<?php echo $html->heading; ?>
|
||||||
<div id="course-header">
|
<div id="course-header">
|
||||||
|
Reference in New Issue
Block a user