Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
96afb82d
Commit
96afb82d
authored
Dec 02, 2014
by
AlasdairSwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added styles for email opt in/out checkbox label
parent
46d55932
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
lms/static/sass/shared/_forms.scss
+13
-0
lms/templates/courseware/mktg_course_about.html
+1
-1
No files found.
lms/static/sass/shared/_forms.scss
View file @
96afb82d
...
...
@@ -8,6 +8,19 @@ label {
margin-bottom
:
5px
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.4
);
-webkit-font-smoothing
:
antialiased
;
&
.register-emails
{
font-family
:
$sans-serif
;
font-style
:
normal
;
font-size
:
12px
;
line-height
:
1
.5em
;
font-weight
:
normal
;
width
:
calc
(
100%
-
25px
);
padding-top
:
2px
;
position
:
relative
;
float
:
right
;
clear
:
both
;
}
}
textarea
,
...
...
lms/templates/courseware/mktg_course_about.html
View file @
96afb82d
...
...
@@ -87,7 +87,7 @@
% if organization_full_name:
<p
class=
"form-field"
>
<input
id=
"email-opt-in"
type=
"checkbox"
name=
"opt-in"
class=
"email-opt-in"
value=
"true"
checked
>
<label
for=
"email-opt-in"
>
<label
for=
"email-opt-in"
class=
"register-emails"
>
## Translators: This line appears next a checkbox which users can leave checked or uncheck in order
## to indicate whether they want to receive emails from the organization offering the course.
${_("I would like to receive email about other {organization_full_name} programs and offers.").format(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment