Commit fd41a2f6 by Brian Talbot

grading - added in sub section controls

parent 2b6bfc4f
...@@ -153,11 +153,12 @@ input.courseware-unit-search-input { ...@@ -153,11 +153,12 @@ input.courseware-unit-search-input {
top: 0; top: 0;
right: 2px; right: 2px;
display: none; display: none;
width: 105px; width: 100px;
padding: 10px 20px 10px 10px; padding: 10px 35px 10px 10px;
@include border-radius(3px); @include border-radius(3px);
background: $lightGrey; background: $lightGrey;
color: $lightGrey; color: $lightGrey;
text-align: right;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
line-height: 16px; line-height: 16px;
...@@ -178,7 +179,7 @@ input.courseware-unit-search-input { ...@@ -178,7 +179,7 @@ input.courseware-unit-search-input {
.menu { .menu {
z-index: 1; z-index: 1;
display: block; display: none;
opacity: 0.0; opacity: 0.0;
position: absolute; position: absolute;
top: -1px; top: -1px;
...@@ -191,6 +192,7 @@ input.courseware-unit-search-input { ...@@ -191,6 +192,7 @@ input.courseware-unit-search-input {
@include border-radius(4px); @include border-radius(4px);
@include box-shadow(0 1px 2px rgba(0, 0, 0, .2)); @include box-shadow(0 1px 2px rgba(0, 0, 0, .2));
@include transition(opacity .15s); @include transition(opacity .15s);
@include transition(display .15s);
li { li {
...@@ -223,6 +225,7 @@ input.courseware-unit-search-input { ...@@ -223,6 +225,7 @@ input.courseware-unit-search-input {
.menu { .menu {
z-index: 1000; z-index: 1000;
display: block;
opacity: 1.0; opacity: 1.0;
} }
...@@ -338,9 +341,10 @@ input.courseware-unit-search-input { ...@@ -338,9 +341,10 @@ input.courseware-unit-search-input {
right: -5px; right: -5px;
display: none; display: none;
width: 110px; width: 110px;
padding: 5px 20px 5px 10px; padding: 5px 40px 5px 10px;
@include border-radius(3px); @include border-radius(3px);
color: $lightGrey; color: $lightGrey;
text-align: right;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
line-height: 16px; line-height: 16px;
...@@ -361,7 +365,7 @@ input.courseware-unit-search-input { ...@@ -361,7 +365,7 @@ input.courseware-unit-search-input {
.menu { .menu {
z-index: 1; z-index: 1;
display: block; display: none;
opacity: 0.0; opacity: 0.0;
position: absolute; position: absolute;
top: -1px; top: -1px;
...@@ -407,6 +411,7 @@ input.courseware-unit-search-input { ...@@ -407,6 +411,7 @@ input.courseware-unit-search-input {
.menu { .menu {
z-index: 1000; z-index: 1000;
display: block;
opacity: 1.0; opacity: 1.0;
} }
......
...@@ -137,8 +137,7 @@ ...@@ -137,8 +137,7 @@
a { a {
font-size: 11px; font-size: 11px;
font-weight: 700; font-weight: bold;
line-height: 31px;
text-transform: uppercase; text-transform: uppercase;
} }
...@@ -199,11 +198,11 @@ ...@@ -199,11 +198,11 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
background: transparent; background: transparent;
color: $darkGrey; color: $blue;
border: none; border: none;
font-size: 12px; font-size: 11px;
font-weight: bold; font-weight: bold;
line-height: 16px; text-transform: uppercase;
} }
.menu-toggle { .menu-toggle {
...@@ -221,10 +220,11 @@ ...@@ -221,10 +220,11 @@
} }
.menu { .menu {
z-index: 10; z-index: 1;
position: absolute; position: absolute;
top: -12px; top: -12px;
left: -7px; left: -7px;
display: none;
width: 100%; width: 100%;
margin: 0; margin: 0;
padding: 8px 12px; padding: 8px 12px;
...@@ -246,10 +246,6 @@ ...@@ -246,10 +246,6 @@
margin-bottom: 0; margin-bottom: 0;
padding-bottom: 0; padding-bottom: 0;
border: none; border: none;
a {
color: $darkGrey;
}
} }
} }
...@@ -265,11 +261,13 @@ ...@@ -265,11 +261,13 @@
&.is-active { &.is-active {
.menu { .menu {
z-index: 10000;
display: block;
opacity: 1.0; opacity: 1.0;
} }
.menu-toggle { .menu-toggle {
z-index: 10000; z-index: 1000;
} }
} }
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
</div> </div>
<div class="row gradable"> <div class="row gradable">
<label>Graded? :</label> <label>Graded as:</label>
<div class="gradable-status"> <div class="gradable-status">
<h4 class="status-label">Not Graded</h4> <h4 class="status-label">Not Graded</h4>
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<h4 class="status-label">Not Graded</h4> <h4 class="status-label">Not Graded</h4>
<a class="menu-toggle" href="#"> <a class="menu-toggle" href="#">
<span class="ss-icon ss-standard">&#x2713;</span> <span class="ss-icon ss-standard" data-tooltip="Holy Shit!">&#x2713;</span>
</a> </a>
<ul class="menu"> <ul class="menu">
......
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