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
dcfbfd5d
Commit
dcfbfd5d
authored
Dec 06, 2016
by
Brian Jacobel
Committed by
GitHub
Dec 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14106 from edx/bjacobel/certificate-icons
Fix sharing icons on certificate page at narrower resolutions
parents
09281a31
5cf59019
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
lms/static/certificates/sass/_layouts.scss
+6
-1
No files found.
lms/static/certificates/sass/_layouts.scss
View file @
dcfbfd5d
...
@@ -80,7 +80,10 @@
...
@@ -80,7 +80,10 @@
margin-bottom
:
spacing-vertical
(
small
);
margin-bottom
:
spacing-vertical
(
small
);
}
}
.message-actions
.action
{
.message-actions
{
@include
span
(
12
);
.action
{
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
margin
:
0
auto
spacing-vertical
(
small
)
auto
;
margin
:
0
auto
spacing-vertical
(
small
)
auto
;
...
@@ -104,6 +107,7 @@
...
@@ -104,6 +107,7 @@
@media
(
min-width
:
$bp-screen-md
)
{
@media
(
min-width
:
$bp-screen-md
)
{
display
:
inline-block
;
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
min-width
:
130px
;
width
:
auto
;
width
:
auto
;
margin-bottom
:
0
;
margin-bottom
:
0
;
margin-right
:
spacing-horizontal
(
mid-small
);
margin-right
:
spacing-horizontal
(
mid-small
);
...
@@ -114,6 +118,7 @@
...
@@ -114,6 +118,7 @@
}
}
}
}
}
}
}
}
}
// app footer
// app footer
...
...
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