Added Open response button to the component tray
Author needs to have a quick access to ORA menu in order to get proceed with assesment design. This introduces ORA button to the tray. Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com>
This commit is contained in:
committed by
Giovanni Cimolin da Silva
parent
2d3c6c05e1
commit
30632f87cc
@@ -45,3 +45,10 @@
|
||||
height: ($baseline*3);
|
||||
background: url('#{$static-path}/images/large-video-icon.png') center no-repeat;
|
||||
}
|
||||
|
||||
.large-openassessment-icon {
|
||||
display: inline-block;
|
||||
width: ($baseline*3);
|
||||
height: ($baseline*3);
|
||||
background: url('#{$static-path}/images/large-openassessment-icon.png') center no-repeat;
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: ($baseline*5);
|
||||
width: ($baseline*6.25);
|
||||
height: ($baseline*5);
|
||||
margin-bottom: ($baseline/2);
|
||||
box-shadow: 0 1px 1px $shadow, 0 1px 0 rgba(255, 255, 255, 0.4) inset;
|
||||
|
||||
Reference in New Issue
Block a user