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
2092d732
Commit
2092d732
authored
Jun 10, 2015
by
AlasdairSwan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8460 from edx/alasdair/footer-mobile-app-link-bug
Fixes bug with app links in new footer
parents
4a93d531
ff849d20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
lms/static/sass/shared/_footer-edx.scss
+12
-6
No files found.
lms/static/sass/shared/_footer-edx.scss
View file @
2092d732
...
...
@@ -80,12 +80,15 @@ footer#footer-edx-v3 {
}
}
.social-media-links
,
.mobile-app-links
{
@include
clearfix
();
position
:
relative
;
width
:
260px
;
height
:
42px
;
}
.social-media-links
{
@include
clearfix
();
margin-bottom
:
30px
;
}
...
...
@@ -119,17 +122,20 @@ footer#footer-edx-v3 {
}
.app-link
{
@include
float
(
left
);
@include
margin-right
(
10px
);
position
:
relative
;
display
:
inline-block
;
position
:
absolute
;
top
:
0
;
&
:first-of-type
{
@include
left
(
0
);
}
&
:last-of-type
{
@include
margin-
right
(
0
);
@include
right
(
0
);
}
img
{
height
:
40px
;
max-width
:
200px
;
}
}
...
...
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