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
d0fe1d69
Commit
d0fe1d69
authored
Oct 17, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1385 from edx/talbs/fix-lms-css
LMS: CSS Fixes for Re-architected Pipeline
parents
f83fb880
25b24bef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
9 deletions
+16
-9
lms/static/sass/base/_reset.scss
+4
-5
lms/static/sass/ie.scss
+10
-4
lms/templates/stripped-main.html
+2
-0
No files found.
lms/static/sass/base/_reset.scss
View file @
d0fe1d69
...
@@ -54,7 +54,6 @@ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-s
...
@@ -54,7 +54,6 @@ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-s
button
:
:-
moz-focus-inner
,
input
::-
moz-focus-inner
{
border
:
0
;
padding
:
0
;
}
button
:
:-
moz-focus-inner
,
input
::-
moz-focus-inner
{
border
:
0
;
padding
:
0
;
}
textarea
{
overflow
:
auto
;
vertical-align
:
top
;
resize
:
vertical
;
}
textarea
{
overflow
:
auto
;
vertical-align
:
top
;
resize
:
vertical
;
}
input
:valid
,
textarea
:valid
{
}
input
:valid
,
textarea
:valid
{
}
input
:invalid
,
textarea
:invalid
{
background-color
:
#f0dddd
;
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;
}
td
{
vertical-align
:
top
;
}
td
{
vertical-align
:
top
;
}
...
@@ -70,7 +69,7 @@ td { vertical-align: top; }
...
@@ -70,7 +69,7 @@ td { vertical-align: top; }
@media
only
screen
and
(
min-width
:
35em
)
{
@media
only
screen
and
(
min-width
:
35em
)
{
}
}
...
@@ -85,13 +84,13 @@ td { vertical-align: top; }
...
@@ -85,13 +84,13 @@ 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
!
important
;
color
:
black
!
important
;
box-shadow
:none
!
important
;
text-shadow
:
none
!
important
;
filter
:none
!
important
;
-ms-filter
:
none
!
important
;
}
a
,
a
:visited
{
text-decoration
:
underline
;
}
a
,
a
:visited
{
text-decoration
:
underline
;
}
a
[
href
]
:after
{
content
:
" ("
attr
(
href
)
")"
;
}
a
[
href
]
:after
{
content
:
" ("
attr
(
href
)
")"
;
}
abbr
[
title
]
:after
{
content
:
" ("
attr
(
title
)
")"
;
}
abbr
[
title
]
:after
{
content
:
" ("
attr
(
title
)
")"
;
}
.ir
a
:after
,
a
[
href
^=
"javascript:"
]
:after
,
a
[
href
^=
"#"
]
:after
{
content
:
""
;
}
.ir
a
:after
,
a
[
href
^=
"javascript:"
]
:after
,
a
[
href
^=
"#"
]
:after
{
content
:
""
;
}
pre
,
blockquote
{
border
:
1px
solid
#999
;
page-break-inside
:
avoid
;
}
pre
,
blockquote
{
border
:
1px
solid
#999
;
page-break-inside
:
avoid
;
}
thead
{
display
:
table-header-group
;
}
thead
{
display
:
table-header-group
;
}
tr
,
img
{
page-break-inside
:
avoid
;
}
tr
,
img
{
page-break-inside
:
avoid
;
}
img
{
max-width
:
100%
!
important
;
}
img
{
max-width
:
100%
!
important
;
}
@page
{
margin
:
0
.5cm
;
}
@page
{
margin
:
0
.5cm
;
}
...
...
lms/static/sass/ie.scss
View file @
d0fe1d69
...
@@ -154,10 +154,6 @@
...
@@ -154,10 +154,6 @@
display
:
none
;
display
:
none
;
}
}
.ie-banner
{
display
:
block
!
important
;
}
div
.course-wrapper
{
div
.course-wrapper
{
display
:
block
!
important
;
display
:
block
!
important
;
...
@@ -186,4 +182,14 @@
...
@@ -186,4 +182,14 @@
}
}
}
}
.course-wrapper
{
clear
:
both
!
important
;
}
}
.lte9
{
.ie-banner
{
display
:
block
!
important
;
}
}
}
lms/templates/stripped-main.html
View file @
d0fe1d69
...
@@ -14,6 +14,8 @@
...
@@ -14,6 +14,8 @@
<
%
static:css
group=
'style-vendor'
/>
<
%
static:css
group=
'style-vendor'
/>
<
%
static:css
group=
'style-app'
/>
<
%
static:css
group=
'style-app'
/>
<
%
static:css
group=
'style-app-extend1'
/>
<
%
static:css
group=
'style-app-extend2'
/>
<
%
static:js
group=
'main_vendor'
/>
<
%
static:js
group=
'main_vendor'
/>
<
%
block
name=
"headextra"
/>
<
%
block
name=
"headextra"
/>
...
...
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