Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d66bb883
Commit
d66bb883
authored
Mar 25, 2015
by
Sarina Canelake
Committed by
David Baumgold
Mar 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix footer stylings for RTL
parent
67168869
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
cms/static/sass/elements/_footer.scss
+3
-3
lms/static/sass/shared/_footer.scss
+2
-2
No files found.
cms/static/sass/elements/_footer.scss
View file @
d66bb883
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
.colophon
{
.colophon
{
width
:
flex-grid
(
4
,
12
);
width
:
flex-grid
(
4
,
12
);
@include
float
(
left
);
@include
float
(
left
);
margin-right
:
flex-gutter
(
2
);
@include
margin-right
(
flex-gutter
(
2
)
);
}
}
a
{
a
{
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
@extend
%t-action3
;
@extend
%t-action3
;
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
4
);
@include
margin-right
(
$baseline
/
4
);
}
}
}
}
}
}
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
.footer-about-copyright
{
.footer-about-copyright
{
width
:
flex-grid
(
4
,
12
);
width
:
flex-grid
(
4
,
12
);
@include
float
(
left
);
@include
float
(
left
);
margin-right
:
flex-gutter
(
2
);
@include
margin-right
(
flex-gutter
(
2
)
);
}
}
// platform Open edX logo and link
// platform Open edX logo and link
...
...
lms/static/sass/shared/_footer.scss
View file @
d66bb883
...
@@ -324,11 +324,11 @@ $edx-footer-bg-color: rgb(252,252,252);
...
@@ -324,11 +324,11 @@ $edx-footer-bg-color: rgb(252,252,252);
}
}
.footer-about-logo
{
.footer-about-logo
{
float
:
left
;
@include
float
(
left
)
;
}
}
.footer-about-openedx-logo
{
.footer-about-openedx-logo
{
float
:
right
;
@include
float
(
right
)
;
}
}
.footer-about-copy
{
.footer-about-copy
{
...
...
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