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
9cf5cd08
Commit
9cf5cd08
authored
Oct 12, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #880 from MITx/feature/cale/edge-landing-page
styled edge registration form
parents
ff25d132
a9ba3543
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
2 deletions
+82
-2
lms/static/sass/multicourse/_edge.scss
+82
-2
No files found.
lms/static/sass/multicourse/_edge.scss
View file @
9cf5cd08
...
...
@@ -122,6 +122,7 @@ $paleYellow: #fffcf1;
width
:
130px
;
padding
:
8px
20px
10px
;
font-size
:
16px
;
text-shadow
:
none
;
}
.forgot-button
{
...
...
@@ -175,7 +176,85 @@ $paleYellow: #fffcf1;
overflow
:
hidden
;
}
#register
.login-extra
{
display
:
none
;
#signup-modal
{
padding
:
0
;
border
:
none
;
background
:
none
;
.inner-wrapper
{
border-radius
:
3px
;
}
}
#register
{
font-family
:
$sans-serif
;
*
{
font-family
:
$sans-serif
;
font-style
:
normal
;
letter-spacing
:
0
;
text-transform
:
none
;
color
:
#3c3c3c
;
}
header
{
padding-top
:
13px
;
margin-bottom
:
15px
;
border
:
none
;
background
:
none
;
}
h2
{
font-size
:
21px
;
}
label
{
font-size
:
13px
;
font-weight
:
700
;
}
input
[
type
=
"email"
],
input
[
type
=
"text"
],
input
[
type
=
"password"
]
{
height
:
40px
;
margin-bottom
:
15px
;
font-size
:
13px
;
font-weight
:
400
;
}
input
[
type
=
"submit"
]
{
@include
blue-button
;
display
:
block
;
color
:
#fff
;
text-shadow
:
none
;
}
textarea
{
height
:
50px
;
font-size
:
13px
;
font-weight
:
400
;
}
.input-group
{
margin-bottom
:
20px
;
padding
:
0
;
}
.terms-of-service
{
margin-bottom
:
5px
;
}
.honor-code
{
margin-bottom
:
20px
;
}
.login-extra
{
display
:
none
;
}
.modal-form-error
{
font-size
:
14px
;
color
:
#fff
;
}
}
}
\ No newline at end of file
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