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
6f58efed
Commit
6f58efed
authored
Mar 21, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajusted grid for peer question feedback to take entire visual row
parent
9922c534
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
23 deletions
+12
-23
apps/openassessment/xblock/static/css/openassessment.css
+0
-0
apps/openassessment/xblock/static/sass/oa/utilities/_shame.scss
+11
-4
apps/openassessment/xblock/static/sass/oa/views/_oa-base.scss
+1
-19
No files found.
apps/openassessment/xblock/static/css/openassessment.css
View file @
6f58efed
This diff is collapsed.
Click to expand it.
apps/openassessment/xblock/static/sass/oa/utilities/_shame.scss
View file @
6f58efed
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
}
}
// step title/name
// step title/name
.step__title
{
h2
.step__title
{
@include
span-columns
(
3
of
4
);
margin-top
:
0
!
important
;
margin-top
:
0
!
important
;
text-align
:
left
!
important
;
text-align
:
left
!
important
;
...
@@ -79,12 +80,18 @@
...
@@ -79,12 +80,18 @@
}
}
}
}
}
}
}
.step__status
{
.step__status__value
{
line-height
:
0
;
}
}
}
.step__status__value
{
line-height
:
0
;
}
.list--actions
{
.list--actions
{
list-style
:
none
!
important
;
list-style
:
none
!
important
;
padding-left
:
0
!
important
;
padding-left
:
0
!
important
;
...
...
apps/openassessment/xblock/static/sass/oa/views/_oa-base.scss
View file @
6f58efed
...
@@ -1028,25 +1028,7 @@
...
@@ -1028,25 +1028,7 @@
// individual answers
// individual answers
.answer
{
.answer
{
@include
fill-parent
();
@include
media
(
$bp-ds
)
{
@include
fill-parent
();
}
@include
media
(
$bp-dm
)
{
@include
span-columns
(
6
of
12
);
@include
omega
(
2n
);
}
@include
media
(
$bp-dl
)
{
@include
span-columns
(
6
of
12
);
@include
omega
(
2n
);
}
@include
media
(
$bp-dx
)
{
@include
span-columns
(
6
of
12
);
@include
omega
(
2n
);
}
}
}
.answer__value
{
.answer__value
{
...
...
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