-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes to make the latest Canvas release work with our design.
- Loading branch information
Showing
12 changed files
with
75 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
@import "http://localhost:9000/mmooc-min-dev.css"; | ||
|
||
@import "http://localhost:9000/mmooc-min-dev.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
jQuery( document ).ready(function( $ ) { | ||
|
||
$.getScript("http://localhost:9000/mmooc-min.js"); | ||
|
||
}); | ||
|
||
jQuery( document ).ready(function( $ ) { | ||
$.getScript("http://localhost:9000/mmooc-min.js"); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,62 +69,47 @@ | |
} | ||
} | ||
|
||
|
||
#header.ic-app-header { | ||
height: 75px; | ||
width: 100%; | ||
border-bottom: 5px solid #47899f; | ||
position: relative; | ||
z-index: 100; | ||
|
||
.ic-app-header__layout { | ||
max-width: 1200px; | ||
margin: 0 auto; | ||
|
||
@media screen and (max-width: 1240px) { | ||
margin: 0 10px; | ||
} | ||
|
||
|
||
.ic-app-header__primary { | ||
display: block; | ||
width: 100%; | ||
overflow-y: inherit; | ||
background-color: transparent; | ||
|
||
.ic-app-header__secondary-navigation { | ||
display: none; | ||
} | ||
|
||
.ic-app-header__logomark-container { | ||
overflow-y: visible; | ||
|
||
.ic-app-header__secondary-navigation { | ||
display: none; | ||
} | ||
|
||
.ic-app-header__main-navigation { | ||
padding-left: 50px; | ||
.ic-app-header__logomark-container { | ||
width: 240px; | ||
float: left; | ||
padding: 0; | ||
background-color: transparent; | ||
|
||
.ic-app-header__logomark { | ||
background-image: url("https://server/bitmaps/mmooc-logo.png"); | ||
width: 240px; | ||
background-size: contain; | ||
-webkit-transform: scale3d(1, 1, 1); | ||
transform: scale3d(1, 1, 1); | ||
margin: 0; | ||
|
||
// bottom: 17px; | ||
|
||
@media screen and (max-width: 1050px) { | ||
top: -23px; | ||
position: relative; | ||
} | ||
|
||
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) { | ||
background-image: url("https://server/bitmaps/[email protected]"); | ||
} | ||
} | ||
|
||
.ic-app-header__logomark { | ||
background-image: url("https://server/bitmaps/mmooc-logo.png"); | ||
width: 240px; | ||
background-size: contain; | ||
-webkit-transform: scale3d(1, 1, 1); | ||
transform: scale3d(1, 1, 1); | ||
margin: 0; | ||
|
||
// bottom: 17px; | ||
|
||
@media screen and (max-width: 1050px) { | ||
top: -23px; | ||
position: relative; | ||
} | ||
|
||
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) { | ||
background-image: url("https://server/bitmaps/[email protected]"); | ||
} | ||
} | ||
|
||
} | ||
} | ||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters