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
a1a13eb4
Commit
a1a13eb4
authored
12 years ago
by
Tom Giannattasio
Committed by
Calen Pennington
12 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added studio logo to log in and sign up pages
parent
5dba4fd6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
3 deletions
+16
-3
cms/static/img/edx-studio-large.png
+0
-0
cms/static/img/edx-studio-logo-small.png
+0
-0
cms/static/sass/_login.scss
+9
-1
cms/templates/login.html
+3
-1
cms/templates/signup.html
+4
-1
No files found.
cms/static/img/edx-studio-large.png
0 → 100644
View file @
a1a13eb4
5.57 KB
This diff is collapsed.
Click to expand it.
cms/static/img/edx-studio-logo-small.png
0 → 100644
View file @
a1a13eb4
3.6 KB
This diff is collapsed.
Click to expand it.
cms/static/sass/_login.scss
View file @
a1a13eb4
.edx-studio-logo-large
{
display
:
block
;
width
:
224px
;
height
:
45px
;
margin
:
100px
auto
30px
;
background
:
url(../img/edx-studio-large.png)
no-repeat
;
}
.sign-up-box
,
.log-in-box
{
width
:
500px
;
margin
:
100px
auto
;
margin
:
auto
;
border-radius
:
3px
;
header
{
...
...
This diff is collapsed.
Click to expand it.
cms/templates/login.html
View file @
a1a13eb4
...
...
@@ -5,9 +5,11 @@
<
%
block
name=
"content"
>
<div
class=
"edx-studio-logo-large"
></div>
<article
class=
"log-in-box"
>
<header>
<h1>
Log in to edX
</h1>
<h1>
Log in to edX
studio
</h1>
</header>
<form
class=
"log-in-form"
id=
"login_form"
action=
"login_post"
method=
"post"
>
<div
class=
"row"
>
...
...
This diff is collapsed.
Click to expand it.
cms/templates/signup.html
View file @
a1a13eb4
...
...
@@ -3,9 +3,12 @@
<
%
block
name=
"bodyclass"
>
no-header
</
%
block>
<
%
block
name=
"content"
>
<div
class=
"edx-studio-logo-large"
></div>
<article
class=
"sign-up-box"
>
<header>
<h1>
Register for edX
Labs
</h1>
<h1>
Register for edX
studio
</h1>
</header>
<form
id=
"register_form"
method=
"post"
>
<div
id=
"register_error"
name=
"register_error"
></div>
...
...
This diff is collapsed.
Click to expand it.
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