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
a32d9686
Commit
a32d9686
authored
Sep 13, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One more IE fix and added comments so there is some explination of what is there
parent
47b1c809
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
lms/static/sass/ie.scss
+12
-1
No files found.
lms/static/sass/ie.scss
View file @
a32d9686
...
...
@@ -2,12 +2,14 @@
@import
"base/variables"
;
// These are all quick solutions for IE please rewrite
//Make overlay white because ie doesn't like rgba
.highlighted-courses
.courses
.course
header
.course-preview
,
.find-courses
.courses
.course
header
.course-preview
,
.home
.highlighted-courses
>
h2
,
.home
.highlighted-courses
>
section
.outside-app
h1
,
section
.outside-app
.home
.highlighted-courses
>
h1
,
header
.global
{
background
:
#FFF
;
}
// hide all actions
.home
>
header
.title
.actions
,
.home
>
header
.title
:hover
.actions
{
display
:
none
;
...
...
@@ -34,10 +36,12 @@ header.global {
}
}
// because ie doesn't like :last
.last
{
margin-right
:
0
!
important
;
}
// make partners not animate
.home
.university-partners
.partners
a
{
.name
{
position
:
static
;
...
...
@@ -61,7 +65,6 @@ header.global {
}
.home
.university-partners
.partners
{
width
:
660px
;
...
...
@@ -74,6 +77,7 @@ header.global {
}
}
// make animations on homepage not animate and show everything
.highlighted-courses
.courses
.course
,
.find-courses
.courses
.course
{
.meta-info
{
display
:
none
;
...
...
@@ -126,17 +130,24 @@ header.global {
}
}
// make overlay flat black since IE cant handle rgba
#lean_overlay
{
background
:
#000
;
}
// active navigation
nav
.course-material
ol
.course-tabs
li
a
.active
,
nav
.course-material
.xmodule_SequenceModule
nav
.sequence-nav
ol
.course-tabs
li
a
.seq_video.active
,
.xmodule_SequenceModule
nav
.sequence-nav
nav
.course-material
ol
.course-tabs
li
a
.seq_video.active
{
background-color
:
#333
;
background-color
:
rgba
(
0
,
0
,
0
,
.4
);
}
// make dropdown user consistent size
header
.global
ol
.user
>
li
.primary
a
.dropdown
{
padding-top
:
6px
;
padding-bottom
:
6px
;
}
// always hide arrow in IE
.dashboard
.my-courses
.my-course
.cover
.arrow
{
display
:
none
;
}
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