Commit c1a06524 by Chris Dodge

fix various style regressions on eComm tab of Instructor dashboard

parent 2ac1590d
...@@ -1362,7 +1362,6 @@ input[name="subject"] { ...@@ -1362,7 +1362,6 @@ input[name="subject"] {
} }
} }
} }
.ecommerce-wrapper{ .ecommerce-wrapper{
h2{ h2{
height: 26px; height: 26px;
...@@ -1401,6 +1400,7 @@ input[name="subject"] { ...@@ -1401,6 +1400,7 @@ input[name="subject"] {
input[name='list-order-sale-csv'] { input[name='list-order-sale-csv'] {
@include margin-right(14px); @include margin-right(14px);
} }
input { input {
margin-bottom: 1em; margin-bottom: 1em;
line-height: 1.3em; line-height: 1.3em;
...@@ -1486,7 +1486,7 @@ input[name="subject"] { ...@@ -1486,7 +1486,7 @@ input[name="subject"] {
th { th {
text-align: left; text-align: left;
border-bottom: 1px solid $border-color-1; border-bottom: 1px solid $border-color-1;
font-size: 16px; font-size: 13px;
&.c_code { &.c_code {
width: 110px; width: 110px;
...@@ -1588,7 +1588,7 @@ input[name="subject"] { ...@@ -1588,7 +1588,7 @@ input[name="subject"] {
font-size: 12px; font-size: 12px;
color: #646464 color: #646464
} }
top:-95px !important; top: 100px !important;
width: 650px; width: 650px;
@include margin-left(-325px); @include margin-left(-325px);
border-radius: 2px; border-radius: 2px;
...@@ -1872,8 +1872,14 @@ input[name="subject"] { ...@@ -1872,8 +1872,14 @@ input[name="subject"] {
@extend .button-reset; @extend .button-reset;
font-size: em(13); font-size: em(13);
@include float(right); @include float(right);
line-height: 14px;
font-size: 0.7em;
} }
} }
.content {
display: block;
width: 100%;
}
span.code_tip { span.code_tip {
display: block; display: block;
margin-bottom: 30px; margin-bottom: 30px;
......
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