removed symbolset, replaced with fontawesome for gradable status; added transform-origin for saving notification animation to remove wobble
This commit is contained in:
committed by
David Baumgold
parent
dc2acb18ee
commit
fa330784d3
@@ -35,7 +35,7 @@ CMS.Views.OverviewAssignmentGrader = Backbone.View.extend({
|
||||
// TODO move to a template file
|
||||
'<h4 class="status-label"><%= assignmentType %></h4>' +
|
||||
'<a data-tooltip="Mark/unmark this subsection as graded" class="menu-toggle" href="#">' +
|
||||
'<% if (!hideSymbol) {%><span class="ss-icon ss-standard">✓</span><%};%>' +
|
||||
'<% if (!hideSymbol) {%><i class="icon-ok"></i><%};%>' +
|
||||
'</a>' +
|
||||
'<ul class="menu">' +
|
||||
'<% graders.each(function(option) { %>' +
|
||||
|
||||
@@ -752,8 +752,9 @@ hr.divide {
|
||||
|
||||
.icon-plus {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
vertical-align: middle;
|
||||
margin-right: ($baseline/4);
|
||||
margin-top: -2px;
|
||||
line-height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -438,7 +438,9 @@
|
||||
|
||||
[class^="icon"] {
|
||||
@include anim-rotateClockwise(3s, linear, infinite);
|
||||
width: 22px;
|
||||
width: 25px;
|
||||
margin: -4px 10px 0 0;
|
||||
@include transform-origin(52% 60%);
|
||||
}
|
||||
|
||||
.copy p {
|
||||
|
||||
@@ -56,6 +56,12 @@ body.course.outline {
|
||||
}
|
||||
}
|
||||
|
||||
[class^="icon-"] {
|
||||
vertical-align: middle;
|
||||
margin-top: -5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.menu {
|
||||
@include font-size(12);
|
||||
@include border-radius(4px);
|
||||
@@ -331,6 +337,7 @@ body.course.outline {
|
||||
&:hover, &.is-active {
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.menu {
|
||||
|
||||
Reference in New Issue
Block a user