// // shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
// ====================
// view - dashboard
body.dashboard{
// elements - authorship controls
.wrapper-authorshiprights{
.ui-toggle-control{
// needed to override general a element transition properties - need to fix.
transition-duration:0.25s;
transition-timing-function:ease-in-out;
}
.icon-remove-sign{
// needed to override general a element transition properties - need to fix.
transition-duration:0.25s;
transition-timing-function:ease-in-out;
}
}
}
// known things to do (paint the fence, sand the floor, wax on/off)
// ====================
// known things to do (paint the fence, sand the floor, wax on/off):
// * centralize and move form styling into forms.scss - cms/static/sass/views/_textbooks.scss and cms/static/sass/views/_settings.scss
// * move dialogue styles into cms/static/sass/elements/_modal.scss
// * use the @include placeholder Bourbon mixin (http://bourbon.io/docs/#placeholder) for any placeholder styling
<p>${_('Something went wrong. Check to make sure the URL you went to was correct -- e-mail programs will sometimes split it into two lines. If you still have issues, e-mail us to let us know what happened at {email}.').format(email='<ahref="mailto:bugs@mitx.mit.edu">bugs@mitx.mit.edu</a>')}</p>
<h1class="title">${_('Your account activation is invalid')}</h1>
<divclass="copy">
<p>${_("We're sorry. Something went wrong with your activation. Check to make sure the URL you went to was correct — e-mail programs will sometimes split it into two lines.")}</p>
<p>${_("If you still have issues, contact edX Support. In the meatime, you can also return to")} <ahref="/">{_('the Studio homepage.')}</a></p>
</div>
</div>
<p>${_('Or you can go back to the {link_start}home page{link_end}.').format(
# it'd be nice to have a useful default but it screws up other things; so,
# use display_name_with_default for those
default="Video Title"
default="Video"
)
data=String(help="XML data for the problem",
data=String(
help="XML data for the problem",
default='',
scope=Scope.content)
scope=Scope.content
)
position=Integer(help="Current position in the video",scope=Scope.user_state,default=0)
show_captions=Boolean(help="This controls whether or not captions are shown by default.",display_name="Show Captions",scope=Scope.settings,default=True)
youtube_id_1_0=String(help="This is the Youtube ID reference for the normal speed video.",display_name="Default Speed",scope=Scope.settings,default="OEoXaMPEzfM")
// shame file - used for any bad-form/orphaned scss that knowingly violate edX FED architecture/standards (see - http://csswizardry.com/2013/04/shame-css/)
// ====================
// marketing site - registration iframe band-aid (poor form enough to isolate out)
.view-partial-mktgregister{
background:transparent;
// edx.org marketing site - 7/2013 visual button revamp