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
mahara
mahara
Commits
14325536
Commit
14325536
authored
Jul 15, 2016
by
Aaron Wells
Committed by
Gerrit Code Review
Jul 15, 2016
Browse files
Merge "Bug 1595359 - Fixed footer background colour with skin"
parents
f234c0fa
08d66f27
Changes
5
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/footer.tpl
View file @
14325536
...
...
@@ -23,8 +23,8 @@
</div>
<!-- middle-container-wrap -->
<footer
class=
"
{
if
$editing
==
true
}
editcontent
{/
if
}
footer
container
"
>
<div
class=
"footer-inner"
>
<footer
class=
"
{
if
$editing
==
true
}
editcontent
{/
if
}
footer"
>
<div
class=
"footer-inner
container
"
>
<div
id=
"powered-by"
class=
"pull-left mahara-logo"
>
<a
href=
"https://mahara.org/"
>
<img
src=
"
{
theme_url
filename
=
'images/powered_by_mahara.png'
}
"
alt=
"Powered by Mahara"
>
...
...
htdocs/theme/ocean/sass/layout/_layout.scss
View file @
14325536
...
...
@@ -17,4 +17,15 @@ body {
}
}
}
}
.footer
{
background-color
:
transparent
;
.footer-inner
{
background-color
:
#ffffff
;
.admin
&
{
border-radius
:
0
;
border-color
:
#ffffff
;
}
}
}
\ No newline at end of file
htdocs/theme/raw/sass/layout/_footer.scss
View file @
14325536
.footer
{
max-width
:
100%
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.7
)
;
.footer-nav
{
font-size
:
$font-size-small
;
}
...
...
@@ -9,7 +9,8 @@
}
.footer-inner
{
@extend
.clearfix
;
margin-bottom
:
15px
;
padding-top
:
15px
;
padding-bottom
:
15px
;
.mahara-logo
{
margin-right
:
20px
;
}
...
...
@@ -21,10 +22,8 @@
padding-top
:
10px
;
}
.admin
&
{
border-radius
:
$border-radius-base
;
padding
:
10px
;
background
:
#FCFCFC
;
border
:
1px
solid
#ddd
;
}
}
}
htdocs/theme/raw/sass/layout/_layout.scss
View file @
14325536
...
...
@@ -2,7 +2,7 @@
* Base structure
*/
body
{
max-width
:
100%
;
max-width
:
100%
;
@media
(
min-width
:
768px
)
{
padding-top
:
65px
;
// Move down content because we have a fixed navbar on desktop/tablet that is 50px tall
}
...
...
htdocs/theme/raw/templates/footer.tpl
View file @
14325536
...
...
@@ -22,8 +22,8 @@
</div>
<!-- middle-container-wrap -->
<footer
class=
"
{
if
$editing
==
true
}
editcontent
{/
if
}
footer
container
"
>
<div
class=
"footer-inner"
>
<footer
class=
"
{
if
$editing
==
true
}
editcontent
{/
if
}
footer"
>
<div
class=
"footer-inner
container
"
>
<div
id=
"powered-by"
class=
"pull-left mahara-logo"
>
<a
href=
"https://mahara.org/"
>
<img
src=
"
{
theme_url
filename
=
'images/powered_by_mahara.png'
}
"
alt=
"Powered by Mahara"
>
...
...
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