Change name of annotatable, add in sass for advanced module

This commit is contained in:
Vik Paruchuri
2013-03-01 16:26:48 -05:00
parent a2c03fec15
commit f8b0338dee
2 changed files with 9 additions and 1 deletions

View File

@@ -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'

View File

@@ -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;