From 99a009abdf5d772dcf9e21480d8e56b6cea87ce8 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Thu, 20 Sep 2012 15:54:09 -0400 Subject: [PATCH] tweaked sound lab styles --- lms/static/sass/course/courseware/_amplifier.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/static/sass/course/courseware/_amplifier.scss b/lms/static/sass/course/courseware/_amplifier.scss index a2265ba27b..18a02f489d 100644 --- a/lms/static/sass/course/courseware/_amplifier.scss +++ b/lms/static/sass/course/courseware/_amplifier.scss @@ -98,6 +98,7 @@ section.tool-wrapper { display: block; float: right; font: bold 14px $body-font-family; + margin-top: 19px; &:active { @include box-shadow(none); @@ -130,6 +131,7 @@ section.tool-wrapper { margin: 0; text-shadow: 0 -1px 0 darken(#073642, 10%); -webkit-font-smoothing: antialiased; + color: #839496; } ul { @@ -205,6 +207,7 @@ section.tool-wrapper { font-weight: bold; @include inline-block(); margin: 0 lh(.5) lh() 0; + color: #839496; text-shadow: 0 -1px 0 darken(#073642, 10%); -webkit-font-smoothing: antialiased; }