Commit 26ab7c43 by Marco Morales

instructor dashboard responsive styling

parent 34ca65ea
...@@ -222,11 +222,15 @@ ...@@ -222,11 +222,15 @@
display: block; // override the table-cell display set in .content display: block; // override the table-cell display set in .content
width: 100%; width: 100%;
padding: 40px; padding: 0;
.wrap-instructor-info { .wrap-instructor-info {
display: inline; @include float(right);
top: 0; @include box-sizing(border-box);
display: inline-block;
width: flex-grid(6,12);
padding: $baseline;
} }
.request-response-error { .request-response-error {
...@@ -261,10 +265,12 @@ ...@@ -261,10 +265,12 @@
.instructor-dashboard-title { .instructor-dashboard-title {
@extend .top-header; @extend .top-header;
@include box-sizing(border-box);
display: inline-block; display: inline-block;
width: flex-grid(6,12);
margin-bottom: ($baseline*0.75); margin-bottom: ($baseline*0.75);
padding-bottom: 0; padding: $baseline;
border-bottom: 0; border-bottom: 0;
} }
...@@ -285,6 +291,9 @@ ...@@ -285,6 +291,9 @@
@extend %ui-no-list; @extend %ui-no-list;
border-bottom: 1px solid $gray-l3; border-bottom: 1px solid $gray-l3;
padding: 0 ($baseline*1.5);
overflow-x: scroll;
white-space: nowrap;
.nav-item { .nav-item {
@extend %t-copy-base; @extend %t-copy-base;
...@@ -301,6 +310,7 @@ ...@@ -301,6 +310,7 @@
&:hover, &:hover,
&:focus { &:focus {
border-bottom: 3px solid theme-color("primary"); border-bottom: 3px solid theme-color("primary");
text-transform: none !important; // removes link hover styling on tab
} }
&.active-section { &.active-section {
...@@ -315,6 +325,7 @@ ...@@ -315,6 +325,7 @@
// elements - general // elements - general
// -------------------- // --------------------
.idash-section { .idash-section {
padding: $baseline;
// messages // messages
.message { .message {
......
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