From bb17ba55f2dad533c13b3f2a047ab1e2980e0136 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Mon, 30 Jun 2008 21:37:25 +0000
Subject: [PATCH] Limit the types of files that may be attached to requests.

---
 document_root/css/courses/edit.css | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/document_root/css/courses/edit.css b/document_root/css/courses/edit.css
index a20bd05f..f8d2a080 100644
--- a/document_root/css/courses/edit.css
+++ b/document_root/css/courses/edit.css
@@ -142,3 +142,12 @@ ul#aceOutcomeList li div {
 ul#aceReinforcementList li {
     list-style-type: none;
 }
+
+#allowedFileTypes {
+	font-size: 90%;
+	background-color: #ccc;
+	border: 1px solid #000;
+	padding: 2px;
+	margin-top: 1em;
+}
+
-- 
GitLab