Change name of annotatable, add in sass for advanced module
This commit is contained in:
@@ -71,7 +71,7 @@ COMPONENT_TYPES = ['customtag', 'discussion', 'html', 'problem', 'video']
|
||||
|
||||
ADVANCED_COMPONENT_TYPES = {
|
||||
'openended' : ['combinedopenended', 'peergrading'],
|
||||
'advanced' : ['annotation'],
|
||||
'advanced' : ['annotatable'],
|
||||
}
|
||||
|
||||
ADVANCED_COMPONENT_POLICY_KEY = 'advanced_modules'
|
||||
|
||||
@@ -262,6 +262,14 @@
|
||||
background: url(../img/large-problem-icon.png) center no-repeat;
|
||||
}
|
||||
|
||||
.large-advanced-icon {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
margin-right: 5px;
|
||||
background: url(../img/large-problem-icon.png) center no-repeat;
|
||||
}
|
||||
|
||||
.large-textbook-icon {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
|
||||
Reference in New Issue
Block a user