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
606469cd
Commit
606469cd
authored
Apr 08, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - fixing a visual margin issue with the sign up/in views header/content areas
parent
45bb4d37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
cms/static/sass/views/_account.scss
+7
-7
No files found.
cms/static/sass/views/_account.scss
View file @
606469cd
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
body
.signup
,
body
.signin
{
body
.signup
,
body
.signin
{
.wrapper-content
{
.wrapper-content
{
margin
:
0
;
margin
:
(
$baseline
*
1
.5
)
0
0
0
;
padding
:
0
$baseline
;
padding
:
0
$baseline
;
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
...
@@ -18,7 +18,7 @@ body.signup, body.signin {
...
@@ -18,7 +18,7 @@ body.signup, body.signin {
width
:
flex-grid
(
12
);
width
:
flex-grid
(
12
);
margin
:
0
auto
;
margin
:
0
auto
;
color
:
$gray-d2
;
color
:
$gray-d2
;
header
{
header
{
position
:
relative
;
position
:
relative
;
margin-bottom
:
$baseline
;
margin-bottom
:
$baseline
;
...
@@ -121,7 +121,7 @@ body.signup, body.signin {
...
@@ -121,7 +121,7 @@ body.signup, body.signin {
@include
font-size
(
16
);
@include
font-size
(
16
);
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
padding
:
(
$baseline
/
2
);
padding
:
(
$baseline
/
2
);
&
.long
{
&
.long
{
width
:
100%
;
width
:
100%
;
...
@@ -136,15 +136,15 @@ body.signup, body.signin {
...
@@ -136,15 +136,15 @@ body.signup, body.signin {
}
}
:-moz-placeholder
{
:-moz-placeholder
{
color
:
$gray-l3
;
color
:
$gray-l3
;
}
}
::-moz-placeholder
{
::-moz-placeholder
{
color
:
$gray-l3
;
color
:
$gray-l3
;
}
}
:-ms-input-placeholder
{
:-ms-input-placeholder
{
color
:
$gray-l3
;
color
:
$gray-l3
;
}
}
&
:focus
{
&
:focus
{
...
...
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