Commit f8b0338d by Vik Paruchuri

Change name of annotatable, add in sass for advanced module

parent a2c03fec
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment