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
a455c6b1
Commit
a455c6b1
authored
Mar 19, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx.org - added in error state revisions and modal window tweaks
parent
dc60d107
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
17 deletions
+31
-17
lms/static/sass/multicourse/_account.scss
+31
-17
No files found.
lms/static/sass/multicourse/_account.scss
View file @
a455c6b1
...
...
@@ -180,12 +180,12 @@
.content
{
margin-right
:
(
$baseline
*
2
);
width
:
6
6
0px
;
width
:
6
0
0px
;
float
:
left
;
}
aside
{
width
:
2
2
0px
;
width
:
2
8
0px
;
float
:
left
;
p
,
ol
,
ul
{
...
...
@@ -461,10 +461,14 @@
.submission-error
,
.system-error
{
@include
box-shadow
(
inset
0
-1px
2px
0
tint
(
$red
,
85%
));
border-bottom
:
3px
solid
shade
(
$red
,
10%
);
background
:
tint
(
$red
,
80
%
);
background
:
tint
(
$red
,
95
%
);
.message-title
{
color
:
shade
(
$red
,
10%
);
color
:
shade
(
$red
,
10%
)
!
important
;
}
.message-copy
{
}
}
...
...
@@ -485,6 +489,7 @@
header
{
height
:
120px
;
border-bottom
:
1px
solid
$m-gray
;
background
:
transparent
url("../images/bg-banner-login.png")
0
0
no-repeat
;
}
}
...
...
@@ -498,6 +503,7 @@
header
{
height
:
120px
;
border-bottom
:
1px
solid
$m-gray
;
background
:
transparent
url("../images/bg-banner-register.png")
0
0
no-repeat
;
}
}
...
...
@@ -518,15 +524,15 @@
.inner-wrapper
{
@include
border-radius
(
2px
);
background
:
$
m-gray-l1
;
background
:
$
white
;
padding-bottom
:
0
!
important
;
}
#password-reset
{
padding
:
$baseline
;
header
{
border-bottom
:
1px
solid
tint
(
$m-gray
,
70%
);
background-image
:
none
;
margin
:
0
;
padding
:
0
;
&
:before
{
...
...
@@ -534,21 +540,24 @@
}
h2
{
font-size
:
em
(
24
);
font-weight
:
700
;
text-transform
:
none
;
@extend
.heading-2
;
text-align
:
left
;
}
}
fieldset
{
padding
:
0
!
important
;
margin
:
(
$baseline
*
1
.25
)
0
!
important
;
margin-bottom
:
(
$baseline
/
2
);
padding
:
0
;
}
.instructions
p
{
margin-bottom
:
(
$baseline
/
4
);
}
form
{
@include
border-radius
(
0
);
@include
box-shadow
(
none
);
margin
:
$baseline
0
;
margin
:
0
;
border
:
none
;
padding
:
0
;
...
...
@@ -576,9 +585,13 @@
}
.modal-form-error
{
@include
border-radius
(
2px
);
border
:
1px
solid
tint
(
$red
,
65%
);
background
:
tint
(
$red
,
98%
);
color
:
$red
;
@extend
.body-text
;
@include
box-shadow
(
inset
0
-1px
2px
0
tint
(
$red
,
85%
));
@include
box-sizing
(
border-box
);
margin
:
$baseline
0
(
$baseline
/
2
)
0
!
important
;
padding
:
$baseline
;
border
:
none
;
border-bottom
:
3px
solid
shade
(
$red
,
10%
);
background
:
tint
(
$red
,
95%
);
}
}
\ 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