Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
3ea80dc7
Commit
3ea80dc7
authored
Mar 03, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing LMS context styling in favor for canned UI grid/layout sizes
parent
3b9d7dca
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
14 deletions
+45
-14
apps/openassessment/xblock/static/sass/oa/contexts/_lms.scss
+0
-13
apps/openassessment/xblock/static/sass/oa/contexts/_responsive.scss
+44
-0
apps/openassessment/xblock/static/sass/openassessment.scss
+1
-1
No files found.
apps/openassessment/xblock/static/sass/oa/contexts/_lms.scss
deleted
100644 → 0
View file @
3b9d7dca
// openassessment: contexts - lms UI
// ====================
// NOTES:
// * any openassessment-specific suport-based styling needed for the xblock rendering in edX's LMS should be placed here
// --------------------
// CASE: less than or equal to IE9
// --------------------
.is--in-edxlms
{
}
apps/openassessment/xblock/static/sass/oa/contexts/_responsive.scss
0 → 100644
View file @
3ea80dc7
// openassessment: contexts - responsive sizing
// ====================
// NOTES:
// * this creates different sized layouts/grid based to use in lieu of native media queries (since XBlocks don't control the chrome they are rendered in)
.xblock
{
// --------------------
// CASE: extra small digital screen
// --------------------
&
.ui-size-xs
.wrapper--grid
{
}
// --------------------
// CASE: small digital screen
// --------------------
&
.ui-size-s
.wrapper--grid
{
}
// --------------------
// CASE: medium digital screen
// --------------------
&
.ui-size-m
.wrapper--grid
{
}
// --------------------
// CASE: large digital screen
// --------------------
&
.ui-size-l
.wrapper--grid
{
}
// --------------------
// CASE: extra large large digital screen
// --------------------
&
.ui-size-xl
.wrapper--grid
{
}
}
apps/openassessment/xblock/static/sass/openassessment.scss
View file @
3ea80dc7
...
...
@@ -82,7 +82,7 @@
// openassessment: contextual
@import
'oa/contexts/ie'
;
// open assessment-specific Internet Explorer-specific styling
@import
'oa/contexts/
lms'
;
// open assessment-specific LMS constraints
@import
'oa/contexts/
responsive'
;
// open assessment-specific UI sizes (faking responsive brakpoints)
// openassessment: misc.
@import
'oa/utilities/developer'
;
// developer-friendly file: add rough/WIP styling that needs UI triage
...
...
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