Commit c01ab4a8 by Brian Talbot

Merge pull request #7430 from edx/talbs/fix-certs-csspath

Certificates: Revising compiled CSS paths to match existing LMS patterns
parents 89620a33 f4c3a732
...@@ -19,7 +19,7 @@ class Migration(DataMigration): ...@@ -19,7 +19,7 @@ class Migration(DataMigration):
"company_privacy_url": "http://www.edx.org/edx-privacy-policy", "company_privacy_url": "http://www.edx.org/edx-privacy-policy",
"company_tos_url": "http://www.edx.org/edx-terms-service", "company_tos_url": "http://www.edx.org/edx-terms-service",
"company_verified_certificate_url": "http://www.edx.org/verified-certificate", "company_verified_certificate_url": "http://www.edx.org/verified-certificate",
"document_stylesheet_url_application": "/static/certificates/css/main-ltr.css", "document_stylesheet_url_application": "/static/certificates/sass/main-ltr.css",
"logo_src": "/static/certificates/images/logo-edx.svg", "logo_src": "/static/certificates/images/logo-edx.svg",
"logo_url": "http://www.edx.org" "logo_url": "http://www.edx.org"
}, },
......
...@@ -27,7 +27,7 @@ class CertificateHtmlViewConfigurationFactory(DjangoModelFactory): ...@@ -27,7 +27,7 @@ class CertificateHtmlViewConfigurationFactory(DjangoModelFactory):
"company_privacy_url": "http://www.edx.org/edx-privacy-policy", "company_privacy_url": "http://www.edx.org/edx-privacy-policy",
"company_tos_url": "http://www.edx.org/edx-terms-service", "company_tos_url": "http://www.edx.org/edx-terms-service",
"company_verified_certificate_url": "http://www.edx.org/verified-certificate", "company_verified_certificate_url": "http://www.edx.org/verified-certificate",
"document_stylesheet_url_application": "/static/certificates/css/main-ltr.css", "document_stylesheet_url_application": "/static/certificates/sass/main-ltr.css",
"logo_src": "/static/certificates/images/logo-edx.svg", "logo_src": "/static/certificates/images/logo-edx.svg",
"logo_url": "http://www.edx.org" "logo_url": "http://www.edx.org"
}, },
......
...@@ -1674,5 +1674,3 @@ abbr[title] { ...@@ -1674,5 +1674,3 @@ abbr[title] {
.view-validate-certificate .support .list-actions .action { .view-validate-certificate .support .list-actions .action {
display: block; display: block;
text-align: center; } } text-align: center; } }
/*# sourceMappingURL=main-ltr.css.map */
...@@ -1674,5 +1674,3 @@ abbr[title] { ...@@ -1674,5 +1674,3 @@ abbr[title] {
.view-validate-certificate .support .list-actions .action { .view-validate-certificate .support .list-actions .action {
display: block; display: block;
text-align: center; } } text-align: center; } }
/*# sourceMappingURL=main-rtl.css.map */
...@@ -17,4 +17,3 @@ ...@@ -17,4 +17,3 @@
@import 'utilities/variables-rtl'; @import 'utilities/variables-rtl';
@import 'build'; @import 'build';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment