add instructor dash version switch

This commit is contained in:
Miles Steele
2013-06-20 10:36:06 -04:00
parent 5cdf3fb86a
commit bc9cce5733
7 changed files with 26 additions and 13 deletions

View File

@@ -1,5 +1,14 @@
.instructor-dashboard-wrapper {
display: table;
@extend .table-wrapper;
display: table;
position: relative;
.beta-button-wrapper {
position: absolute;
top: 2em;
right: 2em;
}
section.instructor-dashboard-content {
@extend .content;

View File

@@ -1,12 +1,19 @@
.instructor-dashboard-wrapper-2 {
@extend .table-wrapper;
display: table;
// @extend .table-wrapper;
// display: table;
position: relative;
.olddash-button-wrapper {
position: absolute;
top: 2em;
right: 2em;
}
section.instructor-dashboard-content-2 {
@extend .content;
padding: 40px;
width: 100%;
position: relative;
// position: relative;
.slick-header-column {
height: 100%;