Commit a455c6b1 by Brian Talbot

edx.org - added in error state revisions and modal window tweaks

parent dc60d107
...@@ -180,12 +180,12 @@ ...@@ -180,12 +180,12 @@
.content { .content {
margin-right: ($baseline*2); margin-right: ($baseline*2);
width: 660px; width: 600px;
float: left; float: left;
} }
aside { aside {
width: 220px; width: 280px;
float: left; float: left;
p, ol, ul { p, ol, ul {
...@@ -461,10 +461,14 @@ ...@@ -461,10 +461,14 @@
.submission-error, .system-error { .submission-error, .system-error {
@include box-shadow(inset 0 -1px 2px 0 tint($red, 85%)); @include box-shadow(inset 0 -1px 2px 0 tint($red, 85%));
border-bottom: 3px solid shade($red, 10%); border-bottom: 3px solid shade($red, 10%);
background: tint($red,80%); background: tint($red,95%);
.message-title { .message-title {
color: shade($red, 10%); color: shade($red, 10%) !important;
}
.message-copy {
} }
} }
...@@ -485,6 +489,7 @@ ...@@ -485,6 +489,7 @@
header { header {
height: 120px; height: 120px;
border-bottom: 1px solid $m-gray;
background: transparent url("../images/bg-banner-login.png") 0 0 no-repeat; background: transparent url("../images/bg-banner-login.png") 0 0 no-repeat;
} }
} }
...@@ -498,6 +503,7 @@ ...@@ -498,6 +503,7 @@
header { header {
height: 120px; height: 120px;
border-bottom: 1px solid $m-gray;
background: transparent url("../images/bg-banner-register.png") 0 0 no-repeat; background: transparent url("../images/bg-banner-register.png") 0 0 no-repeat;
} }
} }
...@@ -518,15 +524,15 @@ ...@@ -518,15 +524,15 @@
.inner-wrapper { .inner-wrapper {
@include border-radius(2px); @include border-radius(2px);
background: $m-gray-l1; background: $white;
padding-bottom: 0 !important; padding-bottom: 0 !important;
} }
#password-reset { #password-reset {
padding: $baseline;
header { header {
border-bottom: 1px solid tint($m-gray,70%); margin: 0;
background-image: none;
padding: 0; padding: 0;
&:before { &:before {
...@@ -534,21 +540,24 @@ ...@@ -534,21 +540,24 @@
} }
h2 { h2 {
font-size: em(24); @extend .heading-2;
font-weight: 700; text-align: left;
text-transform: none;
} }
} }
fieldset { fieldset {
padding: 0 !important; margin-bottom: ($baseline/2);
margin: ($baseline*1.25) 0 !important; padding: 0;
}
.instructions p {
margin-bottom: ($baseline/4);
} }
form { form {
@include border-radius(0); @include border-radius(0);
@include box-shadow(none); @include box-shadow(none);
margin: $baseline 0; margin: 0;
border: none; border: none;
padding: 0; padding: 0;
...@@ -576,9 +585,13 @@ ...@@ -576,9 +585,13 @@
} }
.modal-form-error { .modal-form-error {
@include border-radius(2px); @extend .body-text;
border: 1px solid tint($red,65%); @include box-shadow(inset 0 -1px 2px 0 tint($red, 85%));
background: tint($red,98%); @include box-sizing(border-box);
color: $red; 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment