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
a961ac93
Commit
a961ac93
authored
Oct 17, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more prominent log in link on sign up form
parent
fed5a12b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
cms/static/sass/_login.scss
+11
-1
cms/templates/signup.html
+2
-4
No files found.
cms/static/sass/_login.scss
View file @
a961ac93
...
...
@@ -74,12 +74,22 @@
text-align
:
center
;
}
.log-in-button
{
.log-in-button
,
.create-account-button
{
@include
blue-button
;
padding
:
8px
0
10px
;
font-family
:
$sans-serif
;
}
.create-account-button
{
padding
:
10px
40px
12px
;
margin-bottom
:
10px
;
}
.enrolled
{
font-size
:
14px
;
}
.sign-up-button
{
@include
white-button
;
padding
:
7px
0
9px
;
...
...
cms/templates/signup.html
View file @
a961ac93
...
...
@@ -52,12 +52,10 @@
<input
name=
"honor_code"
type=
"checkbox"
value=
"true"
checked=
"true"
hidden=
"true"
>
<div
class=
"row form-actions submit"
>
<input
name=
"submit"
type=
"submit"
value=
"Create My Account"
>
<input
name=
"submit"
type=
"submit"
value=
"Create My Account"
class=
"create-account-button"
>
<p
class=
"enrolled"
>
Already enrolled?
<a
href=
"/"
>
Log In.
</a></p>
</div>
</form>
<div
class=
"log-in-extra"
>
<p>
Already enrolled?
<a
href=
"/"
>
Log In.
</a></p>
</div>
</article>
<script
type=
"text/javascript"
>
...
...
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