From b417002a23b22f37983d2778842c91c47a19f503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s=20Rocha?= Date: Tue, 13 Nov 2012 18:02:45 -0500 Subject: [PATCH] Fix image size of news images on the student dashboard [#39472239] --- lms/static/sass/multicourse/_dashboard.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index cbc83ad91d..c379595409 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -98,7 +98,7 @@ &.email-icon { @include background-image(url('../images/portal-icons/email-icon.png')); } - + &.name-icon { @include background-image(url('../images/portal-icons/course-info-icon.png')); } @@ -200,7 +200,7 @@ margin-bottom: 15px; img { - width: 100%; + width: 109px; border: 1px solid $light-gray; } } @@ -422,7 +422,7 @@ p { color: #222; - + span { font-weight: bold; } @@ -489,7 +489,7 @@ font-family: "Open Sans", Verdana, Geneva, sans-serif; background: #fffcf0; border: 1px solid #ccc; - + .message-copy { margin: 0;