forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openedx#3 from HHH-Disguiser/fixui
Fixui
- Loading branch information
Showing
11 changed files
with
2,517 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,427 changes: 2,427 additions & 0 deletions
2,427
themes/normal-theme/lms/static/sass/imgcache-qq-tcplayer.scss
Large diffs are not rendered by default.
Oops, something went wrong.
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
72 changes: 72 additions & 0 deletions
72
themes/normal-theme/lms/static/sass/modify/lms/page/_error.scss
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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
.main-container{ | ||
.outside-app{ | ||
width: 875px; | ||
background-color: #ffffff; | ||
box-shadow: 0px 1px 4px 0px #b6dcfe; | ||
border-radius: 3px; | ||
margin-top: 66px; | ||
padding: 98px 0; | ||
.error_img_pc{ | ||
width: 315px; | ||
margin: 0 auto; | ||
display: block; | ||
margin-bottom: 24px; | ||
} | ||
|
||
.error_img_phone{ | ||
display: none; | ||
} | ||
h1{ | ||
color: $title; | ||
font-family: $font-family; | ||
margin-bottom: 11px; | ||
} | ||
} | ||
} | ||
|
||
@media screen and (max-width:768px){ | ||
.main-container{ | ||
.outside-app{ | ||
width: 90%; | ||
background-color: #ffffff; | ||
box-shadow: 0px 1px 4px 0px #b6dcfe; | ||
border-radius: 3px; | ||
box-sizing: border-box; | ||
margin: 0 auto; | ||
padding: 80px 10px; | ||
margin-top: 10%; | ||
min-width: 90%; | ||
.error_img_phone{ | ||
width: 40%; | ||
margin: 0 auto; | ||
display: block; | ||
margin-bottom: 24px; | ||
} | ||
|
||
.error_img_pc{ | ||
display: none; | ||
} | ||
h1{ | ||
color: $title; | ||
font-family: $font-family; | ||
margin-bottom: 11px; | ||
} | ||
} | ||
} | ||
} | ||
|
||
@media screen and (max-width:500px){ | ||
.main-container{ | ||
.outside-app{ | ||
.error_img_phone{ | ||
width: 60%; | ||
margin: 0 auto; | ||
display: block; | ||
margin-bottom: 24px; | ||
} | ||
.error_img_pc{ | ||
display: none; | ||
} | ||
} | ||
} | ||
} |
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