Commit b83e72c7 by Miles Steele

comb scss

parent 96fb19d2
@mixin idashbutton ($color) { @mixin idashbutton ($color) {
@include button(simple, $color); @include button(simple, $color);
@extend .button-reset; @extend .button-reset;
font-size: em(13);
margin-bottom: 1em; margin-bottom: 1em;
line-height: 1.3em;
padding: 8px 17px 8px 17px; padding: 8px 17px 8px 17px;
font-size: em(13);
line-height: 1.3em;
} }
.instructor-dashboard-wrapper-2 { .instructor-dashboard-wrapper-2 {
// @extend .table-wrapper;
// display: table;
position: relative; position: relative;
// display: table;
.olddash-button-wrapper { .olddash-button-wrapper {
position: absolute; position: absolute;
...@@ -22,60 +21,63 @@ ...@@ -22,60 +21,63 @@
section.instructor-dashboard-content-2 { section.instructor-dashboard-content-2 {
@extend .content; @extend .content;
// position: relative;
padding: 40px; padding: 40px;
width: 100%; width: 100%;
// position: relative;
// .has-event-handler-for-click { // .has-event-handler-for-click {
// border: 1px solid blue; // border: 1px solid blue;
// } // }
.request-response-error { .request-response-error {
color: $error-red;
margin-top: 1em; margin-top: 1em;
margin-bottom: 1em; margin-bottom: 1em;
color: $error-red;
} }
.slickgrid { .slickgrid {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
margin-left: 1px; margin-left: 1px;
color:#333333;
font-size:11px;
font-family: verdana,arial,sans-serif;
.slick-header-column { .slick-header-column {
// height: 100%; // height: 100%
} }
.slick-cell { .slick-cell {
white-space: normal;
word-wrap: break-word;
border: 1px dotted silver; border: 1px dotted silver;
border-collapse: collapse; border-collapse: collapse;
white-space: normal;
word-wrap: break-word;
} }
} }
h1 { h1 {
@extend .top-header; @extend .top-header;
border-bottom: 0;
padding-bottom: 0; padding-bottom: 0;
border-bottom: 0;
} }
input[type="button"] { input[type="button"] {
@include idashbutton(#eee); @include idashbutton(#eee);
&.molly-guard { &.molly-guard {
@include idashbutton($danger-red) @include idashbutton($danger-red);
} }
} }
.instructor_dash_glob_info { .instructor_dash_glob_info {
text-align: right;
position: absolute; position: absolute;
top: 46px; top: 46px;
right: 50px; right: 50px;
text-align: right;
} }
.instructor-nav { .instructor-nav {
padding-bottom: 1em;
border-bottom: 1px solid #C8C8C8;
a { a {
margin-right: 1.2em; margin-right: 1.2em;
} }
...@@ -83,18 +85,15 @@ ...@@ -83,18 +85,15 @@
.active-section { .active-section {
color: #551A8B; color: #551A8B;
} }
border-bottom: 1px solid #C8C8C8;
padding-bottom: 1em;
} }
section.idash-section { section.idash-section {
// background-color: #0f0;
display: none; display: none;
// background-color: #0f0;
&.active-section { &.active-section {
// background-color: #ff0;
display: block; display: block;
// background-color: #ff0;
} }
.basic-data { .basic-data {
...@@ -102,6 +101,7 @@ ...@@ -102,6 +101,7 @@
} }
} }
} }
// @extend .table-wrapper;
} }
...@@ -136,12 +136,12 @@ ...@@ -136,12 +136,12 @@
} }
.triangle { .triangle {
float: left;
width: 20px; width: 20px;
height: 20px; height: 20px;
float: left;
background-image: url('/static/images/bullet-closed.png'); background-image: url('/static/images/bullet-closed.png');
background-repeat: no-repeat;
background-position: 8px 6px; background-position: 8px 6px;
background-repeat: no-repeat;
} }
} }
...@@ -194,12 +194,12 @@ ...@@ -194,12 +194,12 @@
} }
.auto-enroll-hint { .auto-enroll-hint {
position: absolute;
display: none; display: none;
background-color: $white;
border: 1px solid $light-gray;
width: $baseline * 25;
padding: $baseline; padding: $baseline;
position: absolute; width: $baseline * 25;
border: 1px solid $light-gray;
background-color: $white;
span.emph { span.emph {
font-weight: bold; font-weight: bold;
...@@ -210,9 +210,9 @@ ...@@ -210,9 +210,9 @@
textarea { textarea {
margin-top: 0.2em; margin-top: 0.2em;
margin-bottom: 1em; margin-bottom: 1em;
width: 500px;
height: 100px; height: 100px;
width: 500px;
} }
input { input {
...@@ -227,11 +227,11 @@ ...@@ -227,11 +227,11 @@
} }
ul { ul {
padding: 0;
margin: 0; margin: 0;
margin-top: 0.5em; margin-top: 0.5em;
line-height: 1.5em; padding: 0;
list-style-type: none; list-style-type: none;
line-height: 1.5em;
li { li {
} }
} }
...@@ -275,17 +275,17 @@ ...@@ -275,17 +275,17 @@
.task-history-all-table { .task-history-all-table {
margin-top: 1em; margin-top: 1em;
// height: 300px; // height: 300px;
// overflow-y: scroll; // overflow-y: scroll
} }
.task-history-single-table { .task-history-single-table {
margin-top: 1em; margin-top: 1em;
// height: 300px; // height: 300px;
// overflow-y: scroll; // overflow-y: scroll
} }
.running-tasks-table { .running-tasks-table {
margin-top: 1em; margin-top: 1em;
// height: 500px; // height: 500px;
// overflow-y: scroll; // overflow-y: scroll
} }
} }
......
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