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
588e1db6
Commit
588e1db6
authored
Nov 04, 2014
by
AlasdairSwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ECOM-583 Fixes the CSS bugs
parent
1de92697
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
lms/static/sass/views/_login-register.scss
+11
-7
No files found.
lms/static/sass/views/_login-register.scss
View file @
588e1db6
...
@@ -57,10 +57,10 @@
...
@@ -57,10 +57,10 @@
width
:
100%
;
width
:
100%
;
padding-top
:
35px
;
padding-top
:
35px
;
padding-bottom
:
35px
;
padding-bottom
:
35px
;
overflow
:
hidden
;
.headline
{
.headline
{
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
@include
span-columns
(
4
);
@include
font-size
(
35
);
@include
font-size
(
35
);
padding
:
0
10px
;
padding
:
0
10px
;
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
...
@@ -72,7 +72,6 @@
...
@@ -72,7 +72,6 @@
.tagline
{
.tagline
{
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
@include
span-columns
(
4
);
@include
font-size
(
24
);
@include
font-size
(
24
);
padding
:
0
10px
;
padding
:
0
10px
;
font-family
:
$sans-serif
;
font-family
:
$sans-serif
;
...
@@ -159,6 +158,10 @@
...
@@ -159,6 +158,10 @@
&
.error
{
&
.error
{
color
:
$red
;
color
:
$red
;
}
}
a
{
font-family
:
$sans-serif
;
}
}
}
.field-link
{
.field-link
{
...
@@ -228,6 +231,7 @@
...
@@ -228,6 +231,7 @@
@extend
%m-btn-primary
;
@extend
%m-btn-primary
;
width
:
100%
;
width
:
100%
;
text-transform
:
none
;
text-transform
:
none
;
color
:
white
;
}
}
.login-provider
{
.login-provider
{
...
@@ -345,8 +349,8 @@
...
@@ -345,8 +349,8 @@
float
:
left
;
float
:
left
;
}
}
.headline
,
.head
er
.head
line
,
.tagline
,
.
header
.
tagline
,
.form-type
{
.form-type
{
@include
span-columns
(
6
);
@include
span-columns
(
6
);
@include
shift
(
1
);
@include
shift
(
1
);
...
@@ -379,8 +383,8 @@
...
@@ -379,8 +383,8 @@
float
:
left
;
float
:
left
;
}
}
.headline
,
.head
er
.head
line
,
.tagline
,
.
header
.
tagline
,
.form-type
{
.form-type
{
width
:
600px
;
width
:
600px
;
margin-left
:
calc
(
50%
-
300px
);
margin-left
:
calc
(
50%
-
300px
);
...
@@ -394,7 +398,7 @@
...
@@ -394,7 +398,7 @@
.form-field
{
.form-field
{
&
.select-level_of_education
{
&
.select-level_of_education
{
@extend
%inline-form-field-desktop
;
@extend
%inline-form-field-desktop
;
width
:
29
0px
;
width
:
30
0px
;
margin-right
:
20px
;
margin-right
:
20px
;
}
}
...
...
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