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
9094b044
Commit
9094b044
authored
Dec 08, 2014
by
Usman Khalid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sass for Studio multiple prompts editor.
TNL-708
parent
afec2b01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
122 additions
and
124 deletions
+122
-124
openassessment/xblock/static/css/openassessment.css
+0
-0
openassessment/xblock/static/sass/oa/utilities/_developer.scss
+122
-124
No files found.
openassessment/xblock/static/css/openassessment.css
View file @
9094b044
This source diff could not be displayed because it is too large. You can
view the blob
instead.
openassessment/xblock/static/sass/oa/utilities/_developer.scss
View file @
9094b044
...
...
@@ -331,26 +331,6 @@
-moz-transition
:
height
1s
ease-in-out
0
;
}
#openassessment_prompt_editor
{
width
:
100%
;
height
:
100%
;
resize
:
none
;
border
:
none
;
border-radius
:
4px
;
padding
:
10px
;
font-family
:
$f-sans-serif
;
textarea
{
font-size
:
14px
;
border
:
none
;
overflow
:
auto
;
outline
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
}
}
#openassessment_rubric_editor
{
width
:
100%
;
height
:
100%
;
...
...
@@ -493,63 +473,138 @@
bottom
:
0
;
}
#oa_rubric_editor_wrapper
{
.wrapper-comp-settings
{
display
:
block
;
}
#openassessment_rubric_instructions
{
.openassessment_tab_instructions
{
background-color
:
$edx-gray-t1
;
border-bottom
:
1px
solid
$edx-gray-d1
;
padding
:
10px
;
}
.openassessment_container_header
{
margin
:
10px
;
padding-bottom
:
5px
;
border-bottom
:
1px
solid
;
overflow
:
auto
;
color
:
$edx-gray-d2
;
}
.action.expand-collapse
{
float
:
left
;
.ui-toggle-expansion
{
color
:
$edx-gray-d2
;
cursor
:
pointer
;
}
.ui-toggle-expansion
:hover
{
color
:
$edx-gray-d1
;
cursor
:
pointer
;
}
}
.openassessment_criterion
{
.openassessment_container_header_title_box
{
float
:
left
;
width
:
80%
;
display
:
inline-block
;
}
.openassessment_criterion_remove_button
{
@extend
.openassessment_rubric_remove_button
;
}
.openassessment_container_header_title
{
text-transform
:
uppercase
;
cursor
:
default
;
padding-top
:
2px
;
}
.openassessment_criterion_header
{
margin
:
10px
;
padding-bottom
:
5px
;
border-bottom
:
1px
solid
;
overflow
:
auto
;
color
:
$edx-gray-d2
;
.openassessment_container_guide
{
@extend
%t-small
;
}
.action.expand-collapse
{
float
:
left
;
.ui-toggle-expansion
{
color
:
$edx-gray-d2
;
cursor
:
pointer
;
}
.ui-toggle-expansion
:hover
{
color
:
$edx-gray-d1
;
cursor
:
pointer
;
}
}
.openassessment_container_remove_button
{
cursor
:
pointer
;
h2
:after
{
font-family
:
FontAwesome
;
content
:
"\f00d"
;
display
:
inline-block
;
color
:
inherit
;
margin
:
0
5px
;
}
h2
{
text-transform
:
uppercase
;
font-size
:
80%
;
float
:
right
;
display
:
inline-block
;
padding
:
3px
8px
3px
13px
;
}
float
:
right
;
}
.openassessment_container_remove_button
:hover
{
background-color
:
$edx-gray-d2
;
border-radius
:
4px
;
color
:
white
;
}
.openassessment_criterion_header_title_box
{
float
:
left
;
width
:
80%
;
display
:
inline-block
;
}
.openassessment_container_add_button
{
h6
:before
{
font-family
:
"FontAwesome"
;
display
:
inline-block
;
margin-left
:
5px
;
margin-right
:
10px
;
width
:
auto
;
height
:
auto
;
content
:
"\f067"
;
}
.openassessment_criterion_header_title
{
text-transform
:
uppercase
;
cursor
:
default
;
padding-top
:
2px
;
}
background-color
:
white
;
border
:
1px
solid
;
border-radius
:
4px
;
text-align
:
center
;
color
:
#009fe6
;
.openassessment_criterion_guide
{
@extend
%t-small
;
}
padding
:
10px
;
margin
:
15px
10px
;
}
.openassessment_criterion_header_remove
{
@extend
.openassessment_rubric_remove_button
;
}
}
.openassessment_container_add_button.openassessment_highlighted_field
{
color
:
red
;
border-width
:
2px
;
}
.openassessment_container_add_button
:hover
{
color
:
white
;
background-color
:
#009fe6
;
cursor
:
pointer
;
}
#oa_prompts_editor_wrapper
{
.wrapper-comp-settings
{
display
:
block
;
}
.openassessment_prompt_description
{
width
:
100%
;
min-height
:
100px
;
resize
:
none
;
border
:
1px
solid
#b2b2b2
;
border-radius
:
4px
;
padding
:
10px
;
font-family
:
$f-sans-serif
;
font-size
:
14px
;
overflow
:
auto
;
outline
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
}
.openassessment_prompt_description.openassessment_highlighted_field
{
border
:
2px
solid
red
;
}
}
#oa_rubric_editor_wrapper
{
.wrapper-comp-settings
{
display
:
block
;
}
.openassessment_criterion
{
.openassessment_criterion_add_option
{
h2
:before
{
...
...
@@ -650,7 +705,7 @@
padding
:
5px
5px
5px
15px
;
.openassessment_criterion_option_remove_button
{
@extend
.openassessment_
rubric
_remove_button
;
@extend
.openassessment_
container
_remove_button
;
}
.openassessment_option_header
{
...
...
@@ -667,7 +722,7 @@
}
.openassessment_option_header_remove
{
@extend
.openassessment_
rubric
_remove_button
;
@extend
.openassessment_
container
_remove_button
;
}
}
...
...
@@ -764,30 +819,6 @@
outline
:
0
;
}
.openassessment_rubric_remove_button
{
cursor
:
pointer
;
h2
:after
{
font-family
:
FontAwesome
;
content
:
"\f00d"
;
display
:
inline-block
;
color
:
inherit
;
margin
:
0
5px
;
}
h2
{
text-transform
:
uppercase
;
font-size
:
80%
;
float
:
right
;
display
:
inline-block
;
padding
:
3px
8px
3px
13px
;
}
float
:
right
;
}
.openassessment_rubric_remove_button
:hover
{
background-color
:
$edx-gray-d2
;
border-radius
:
4px
;
color
:
white
;
}
#openassessment_rubric_feedback_wrapper
{
padding
:
0
;
...
...
@@ -810,39 +841,6 @@
float
:
right
;
}
}
#openassessment_rubric_add_criterion
{
h6
:before
{
font-family
:
"FontAwesome"
;
display
:
inline-block
;
margin-left
:
5px
;
margin-right
:
10px
;
width
:
auto
;
height
:
auto
;
content
:
"\f067"
;
}
background-color
:
white
;
border
:
1px
solid
;
border-radius
:
4px
;
text-align
:
center
;
color
:
#009fe6
;
padding
:
10px
;
margin
:
15px
10px
;
}
#openassessment_rubric_add_criterion
.openassessment_highlighted_field
{
color
:
red
;
border-width
:
2px
;
}
#openassessment_rubric_add_criterion
:hover
{
color
:
white
;
background-color
:
#009fe6
;
cursor
:
pointer
;
}
}
...
...
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