From bf4f678bde3148675e8ea00637540de1337527ec Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 19 Nov 2012 07:38:59 -0500 Subject: [PATCH] settings - revised faculty photo and syllabus states to either has or does not have --- cms/static/sass/_settings.scss | 12 ++++++++++++ cms/templates/settings.html | 21 ++++++++------------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/cms/static/sass/_settings.scss b/cms/static/sass/_settings.scss index b600ed169a..e6ee3ee251 100644 --- a/cms/static/sass/_settings.scss +++ b/cms/static/sass/_settings.scss @@ -467,6 +467,18 @@ .new-course-faculty-item { } + + .current-faculty-photo { + height: 115px; + width: 115px; + overflow: hidden; + + img { + display: block; + min-height: 100%; + max-width: 100%; + } + } } } diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 58c9a7a9ce..091da7246a 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -229,11 +229,11 @@
+ CS184x_syllabus.pdf
- - Replace Syllabus - + Delete Syllabus + PDF formatting preferred
@@ -280,12 +280,10 @@
+
- - Replace Video - - Video restrictions go here + Delete Video
@@ -492,14 +490,11 @@