Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
428de3dc
Commit
428de3dc
authored
Sep 08, 2016
by
Damyon Wiese
Committed by
Dan Poltawski
Sep 23, 2016
Browse files
MDL-55793 theme_noname: Use fixed width container
Part of MDL-55071
parent
d6a5c560
Changes
6
Hide whitespace changes
Inline
Side-by-side
theme/noname/scss/moodle/modules.scss
View file @
428de3dc
...
...
@@ -174,10 +174,6 @@ select {
.langmenu
form
{
margin
:
0
;
}
.container-fluid
{
max-width
:
1680px
;
margin
:
0
auto
;
}
// contributed by Paul Hibbitts, see http://msdn.microsoft@mixin com/en-us/library/ie/jj583807(v=vs.85).aspx
canvas
{
-ms-touch-action
:
auto
;
...
...
theme/noname/templates/columns1.mustache
View file @
428de3dc
...
...
@@ -15,7 +15,7 @@
{{>
theme_noname
/
header
}}
<div
id=
"page"
class=
"container
-fluid
"
>
<div
id=
"page"
class=
"container"
>
{{{
output
.
full_header
}}}
<div
id=
"page-content"
class=
"row"
>
...
...
@@ -32,7 +32,7 @@
</div>
</div>
<footer
id=
"page-footer"
class=
"p-y-1"
>
<div
class=
"container
-fluid
"
>
<div
class=
"container"
>
<div
id=
"course-footer"
>
{{{
output
.
course_footer
}}}
</div>
{{#
output
.
page_doc_link
}}
...
...
theme/noname/templates/columns2.mustache
View file @
428de3dc
...
...
@@ -15,7 +15,7 @@
{{>
theme_noname
/
header
}}
<div
id=
"page"
class=
"container
-fluid
"
>
<div
id=
"page"
class=
"container"
>
{{{
output
.
full_header
}}}
<div
id=
"page-content"
class=
"row"
>
...
...
@@ -34,7 +34,7 @@
</div>
</div>
<footer
id=
"page-footer"
class=
"p-y-1"
>
<div
class=
"container
-fluid
"
>
<div
class=
"container"
>
<div
id=
"course-footer"
>
{{{
output
.
course_footer
}}}
</div>
{{#
output
.
page_doc_link
}}
...
...
theme/noname/templates/header.mustache
View file @
428de3dc
...
...
@@ -19,7 +19,7 @@
}}
<header
role=
"banner"
class=
"navbar navbar-light bg-faded navbar-static-top moodle-has-zindex"
>
<div
class=
"container
-fluid
"
>
<div
class=
"container"
>
<button
class=
"navbar-toggler pull-xs-right hidden-sm-up"
data-toggle=
"collapse"
data-target=
"#bd-main-nav"
aria-expanded=
"false"
aria-controls=
"bd-main-nav"
type=
"button"
>
☰
<span
class=
"sr-only"
>
{{#
str
}}
expand
{{/
str
}}
</span></button>
<a
role=
"banner"
href=
"
{{{
config
.
wwwroot
}}}
"
class=
"navbar-brand"
>
...
...
theme/noname/templates/maintenance.mustache
View file @
428de3dc
...
...
@@ -13,7 +13,7 @@
{{{
output
.
standard_top_of_body_html
}}}
<div
id=
"page"
class=
"container
-fluid
"
>
<div
id=
"page"
class=
"container"
>
{{{
output
.
page_heading
}}}
<div
id=
"page-content"
class=
"row"
>
...
...
@@ -28,7 +28,7 @@
</div>
<footer
id=
"page-footer"
class=
"p-y-1"
>
<div
class=
"container
-fluid
"
>
<div
class=
"container"
>
{{{
output
.
standard_footer_html
}}}
{{{
output
.
standard_end_of_body_html
}}}
</div>
...
...
theme/noname/templates/secure.mustache
View file @
428de3dc
...
...
@@ -12,7 +12,7 @@
{{{
output
.
standard_top_of_body_html
}}}
<header
class=
"navbar navbar-light bg-faded navbar-static-top moodle-has-zindex"
>
<div
class=
"container
-fluid
"
>
<div
class=
"container"
>
<div
class=
"clearfix"
>
<button
class=
"navbar-toggler pull-xs-right hidden-sm-up"
data-toggle=
"collapse"
data-target=
"#bd-main-mav"
>
☰
<span
class=
"sr-only"
>
{{#
str
}}
expand
{{/
str
}}
</span></button>
</div>
...
...
@@ -41,7 +41,7 @@
</div>
</header>
<div
id=
"page"
class=
"container
-fluid
"
>
<div
id=
"page"
class=
"container"
>
{{{
output
.
full_header
}}}
<div
id=
"page-content"
class=
"row"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment