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
454986a0
Commit
454986a0
authored
Jun 26, 2015
by
Chris
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7589 from jolyonb/jbloomfield/printing-checkmarks
Making background pictures printable
parents
2942846a
ee2f2295
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
1 deletions
+15
-1
lms/static/sass/base/_reset.scss
+2
-1
lms/static/sass/course/_info.scss
+5
-0
lms/static/sass/course/_tabs.scss
+2
-0
lms/static/sass/course/courseware/_courseware.scss
+2
-0
lms/static/sass/course/layout/_courseware_header.scss
+4
-0
No files found.
lms/static/sass/base/_reset.scss
View file @
454986a0
...
@@ -84,7 +84,8 @@ td { vertical-align: top; }
...
@@ -84,7 +84,8 @@ td { vertical-align: top; }
.clearfix
{
*
zoom
:
1
;
}
.clearfix
{
*
zoom
:
1
;
}
@media
print
{
@media
print
{
*
{
background
:
transparent
!
important
;
color
:
black
!
important
;
box-shadow
:none
!
important
;
text-shadow
:
none
!
important
;
filter
:none
!
important
;
-ms-filter
:
none
!
important
;
}
*
{
background
:
transparent
;
color
:
black
!
important
;
box-shadow
:none
!
important
;
text-shadow
:
none
!
important
;
filter
:none
!
important
;
-ms-filter
:
none
!
important
;
}
html
,
body
{
background
:
transparent
!
important
;
}
a
,
a
:visited
{
text-decoration
:
underline
;
}
a
,
a
:visited
{
text-decoration
:
underline
;
}
abbr
[
title
]
:after
{
content
:
" ("
attr
(
title
)
")"
;
}
abbr
[
title
]
:after
{
content
:
" ("
attr
(
title
)
")"
;
}
.ir
a
:after
{
content
:
""
;
}
.ir
a
:after
{
content
:
""
;
}
...
...
lms/static/sass/course/_info.scss
View file @
454986a0
...
@@ -236,9 +236,14 @@ div.info-wrapper {
...
@@ -236,9 +236,14 @@ div.info-wrapper {
}
}
}
}
}
}
@media
print
{
background
:
transparent
!
important
;
}
}
}
@media
print
{
@media
print
{
background
:
transparent
!
important
;
border
:
0
;
border
:
0
;
}
}
}
}
lms/static/sass/course/_tabs.scss
View file @
454986a0
...
@@ -12,5 +12,6 @@ div.static_tab_wrapper {
...
@@ -12,5 +12,6 @@ div.static_tab_wrapper {
@media
print
{
@media
print
{
border
:
0
;
border
:
0
;
background
:
transparent
!
important
;
}
}
}
}
\ No newline at end of file
lms/static/sass/course/courseware/_courseware.scss
View file @
454986a0
...
@@ -295,6 +295,7 @@ div.course-wrapper {
...
@@ -295,6 +295,7 @@ div.course-wrapper {
@media
print
{
@media
print
{
padding
:
0
2mm
;
padding
:
0
2mm
;
background
:
transparent
!
important
;
}
}
}
}
...
@@ -333,6 +334,7 @@ div.course-wrapper {
...
@@ -333,6 +334,7 @@ div.course-wrapper {
@media
print
{
@media
print
{
border
:
0
;
border
:
0
;
background
:
transparent
!
important
;
}
}
}
}
...
...
lms/static/sass/course/layout/_courseware_header.scss
View file @
454986a0
...
@@ -193,4 +193,8 @@ header.global.slim {
...
@@ -193,4 +193,8 @@ header.global.slim {
font-weight
:
bold
;
font-weight
:
bold
;
letter-spacing
:
0
;
letter-spacing
:
0
;
}
}
@media
print
{
background
:
transparent
!
important
;
}
}
}
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