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
2d3bab41
Commit
2d3bab41
authored
Jul 16, 2012
by
Galen Frechette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
styles activation message
parent
5033ec65
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
16 deletions
+15
-16
lms/static/sass/application.css
+2
-0
lms/static/sass/shared_styles/_shared_modal.scss
+3
-9
lms/templates/registration/reg_complete.html
+6
-2
lms/templates/signup_modal.html
+4
-5
No files found.
lms/static/sass/application.css
View file @
2d3bab41
...
@@ -2491,6 +2491,8 @@ header.global {
...
@@ -2491,6 +2491,8 @@ header.global {
display
:
none
;
display
:
none
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
padding
:
12px
;
}
padding
:
12px
;
}
.modal
.inner-wrapper
.activation-message
{
padding
:
0
40px
10px
;
}
.modal
.inner-wrapper
form
{
.modal
.inner-wrapper
form
{
margin-bottom
:
12px
;
margin-bottom
:
12px
;
padding
:
0px
40px
;
padding
:
0px
40px
;
...
...
lms/static/sass/shared_styles/_shared_modal.scss
View file @
2d3bab41
...
@@ -115,15 +115,9 @@
...
@@ -115,15 +115,9 @@
padding
:
12px
;
padding
:
12px
;
}
}
//#enroll {
.activation-message
{
//padding: 0 40px;
padding
:
0
40px
10px
;
}
//h1 {
//font: normal 1em/1.6em $sans-serif;
//margin-bottom: 10px;
//text-align: left;
//}
//}
form
{
form
{
margin-bottom
:
12px
;
margin-bottom
:
12px
;
...
...
lms/templates/registration/reg_complete.html
View file @
2d3bab41
<h1>
Check your email
</h1>
<header>
<p>
An activation link has been sent to ${ email }, along with
<h2>
Thanks For Registering!
</h2>
<hr>
</header>
<p
class=
'activation-message'
>
Please check your email. An activation link has been sent to
<strong>
${ email }
</strong>
, along with
instructions for activating your account.
</p>
instructions for activating your account.
</p>
lms/templates/signup_modal.html
View file @
2d3bab41
...
@@ -2,12 +2,11 @@
...
@@ -2,12 +2,11 @@
<section
id=
"signup-modal"
class=
"modal signup-modal"
>
<section
id=
"signup-modal"
class=
"modal signup-modal"
>
<div
class=
"inner-wrapper"
>
<div
class=
"inner-wrapper"
>
<header>
<h2>
Sign Up for edX
</h2>
<hr>
</header>
<div
id=
"enroll"
>
<div
id=
"enroll"
>
<header>
<h2>
Sign Up for edX
</h2>
<hr>
</header>
<form
id=
"enroll_form"
method=
"post"
>
<form
id=
"enroll_form"
method=
"post"
>
<div
id=
"enroll_error"
name=
"enroll_error"
></div>
<div
id=
"enroll_error"
name=
"enroll_error"
></div>
...
...
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