From 45b4052860dfb81859c5831fc24a60d7548ab9f1 Mon Sep 17 00:00:00 2001 From: Marco Morales Date: Wed, 1 Apr 2015 19:20:27 -0400 Subject: [PATCH] added clearfix rule back in that was mistakenly removed in earlier styling cleanup --- lms/static/sass/multicourse/_dashboard.scss | 23 ++++++--------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index af6a01c3e0..d12b68b047 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -602,6 +602,7 @@ // STATE: shown &.is-shown { + @include clearfix(); display: block; } @@ -758,8 +759,11 @@ // TYPE: status &.message-status { - background: tint($yellow,70%); - border-color: $gray-l3; + border-color: $gray-l4; + + .wrapper-message-primary { + @include clearfix(); + } .message-copy { @extend %t-copy-sub1; @@ -856,19 +860,8 @@ } } - &.course-status-processing { - background-color: $gray-l5; - border: 0; - } - - &.course-status-certnotavailable { - background-color: $gray-l5; - border: 0; - } &.course-status-certrendering { - background-color: $gray-l5; - border: 0; .cta { margin-top: 2px; @@ -876,8 +869,6 @@ } &.course-status-certavailable { - background-color: $gray-l5; - border: 0; .message-copy { width: flex-grid(6, 12); @@ -886,8 +877,6 @@ } .actions-primary { - width: flex-grid(6, 12); - position: relative; @include float(right); .action {