Files
edx-platform/common/static/css/edx-cc.css
David Baumgold a3887e951c Courseware license (Creative Commons): FED
Use native checkboxes for courseware license options
In Studio settings editor for video module, don't show license if feature-flagged off
Don't let Scope.contents fields leak to Studio editor
JS gettext() must all be on the same line for i18n
Add docstrings for bok-choy tests
Remove LicenseMixin from HTMLDescriptor
Responding to UX review feedback
Add aria-pressed attribute
Use https links instead of protocol-relative links for links to creativecommons.org
Remove license from course outline page in Studio
2015-05-18 14:36:04 -04:00

27 lines
1.1 KiB
CSS

@font-face {
font-family: 'edx-cc';
src: url('../fonts/edx-cc/edx-cc.eot?52318265');
src: url('../fonts/edx-cc/edx-cc.eot?52318265#iefix') format('embedded-opentype'),
url('../fonts/edx-cc/edx-cc.woff?52318265') format('woff'),
url('../fonts/edx-cc/edx-cc.ttf?52318265') format('truetype'),
url('../fonts/edx-cc/edx-cc.svg?52318265#edx-cc') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-cc"]:before, [class*=" icon-cc"]:before {
font-family: "edx-cc";
}
.icon-cc:before { content: '\e800'; } /* '' */
.icon-cc-by:before { content: '\e801'; } /* '' */
.icon-cc-nc:before { content: '\e802'; } /* '' */
.icon-cc-nc-eu:before { content: '\e803'; } /* '' */
.icon-cc-nc-jp:before { content: '\e804'; } /* '' */
.icon-cc-sa:before { content: '\e805'; } /* '' */
.icon-cc-nd:before { content: '\e806'; } /* '' */
.icon-cc-pd:before { content: '\e807'; } /* '' */
.icon-cc-zero:before { content: '\e808'; } /* '' */
.icon-cc-share:before { content: '\e809'; } /* '' */
.icon-cc-remix:before { content: '\e80a'; } /* '' */